function openwindow( )
{
window.showModalDialog("register.html", "模式网页-广告", "toolbars=0,
location=0, statusbars=0, menubars=0,width=700,
height=550,scrollbars=1");
}
function closewindow( )
{ if(window.confirm("您确认要退出系统吗?"))
window.close(); }