function OpenWindow()
{}
function OpenOnlineServiceWindow()
{open('../ZaiXian.html',null,'height=470,width=690,status=yes,toolbar=no; ');}
function OpenOnlineServiceWindow(webSite)
{var lastch=webSite.substring(webSite.length-1)
if(lastch=="/")
{open(webSite+'ZaiXian.html',null,'height=470,width=690,status=yes,toolbar=no; ');}
else
{open(webSite+'/ZaiXian.html',null,'height=470,width=690,status=yes,toolbar=no; ');}}
function OpenBook(webSite)
{var MyDate=new Date();var popUrl=webSite+'GuestBook/AddGuestMessage.aspx?f='+MyDate.toLocaleTimeString();var vReturnValue=window.showModalDialog(popUrl,window,'resizable:yes;scroll:yes;status:no;dialogWidth=620px;dialogHeight=610px;center=yes;help=no');if(vReturnValue=="1")
{window.location.href=webSite+'GuestBook/';}}
function UserLogin(webSite)
{var MyDate=new Date();var popUrl=webSite+'UserLogin.aspx?f='+MyDate.toLocaleTimeString();var vReturnValue=window.showModalDialog(popUrl,window,'resizable:yes;scroll:yes;status:no;dialogWidth=320px;dialogHeight=239px;center=yes;help=no');if(vReturnValue=="1")
{window.location.href=webSite;}}
function GoToPage(id)
{var title="title";var url="UserLogin.aspx?ID="+id+"&Radom="+Math.random();;var Width="700";var Height="600";var arguemnts=new Object();arguemnts.window=window;if(document.all&&window.print)
{window.showModalDialog(url,arguemnts,"dialogWidth:"+Width+"px;dialogHeight:"+Height+"px;center:yes;status:no;scroll:yes;help:no;");}
else
{window.open(url,"","width="+Width+"px,height="+Height+"px,resizable=1,scrollbars=1");}}