function ShowDialog(url,parent,width,height){
 return showModalDialog(url,parent,"dialogWidth:"+width+"px;dialogHeight:"+height+"px;help:no;scroll:no;status:no");
}
function ShowDialogScroll(url,width,height){
 return showModalDialog(url,window,"dialogWidth:"+width+"px;dialogHeight:"+height+"px;help:no;status:no");
}
function ShowDialog1(url,width,height){
 var arr=showModelessDialog(url,window,"dialogWidth:"+width+"px;dialogHeight:"+height+"px;help:no;scroll:no;status:no");
}
function OpenWindow(url,width,height){
 window.open(url,new Date().getTime(),'toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height);
}
function accountLogin(){
self.moveTo(screen.Width+5,screen.Height+30);
self.resizeTo(30,40);
var arr=showModalDialog("/account",window,"dialogTop:0px;dialogLeft:0px;dialogWidth:1024px;dialogHeight:738px;help:no;scroll:no;status:no");
}
function accountlists(){
self.moveTo((screen.Width+1024)/2,(screen.Height-786)/2);
self.resizeTo(1024,786);
}
