var w=getClientBounds(1);var h=getClientBounds(2);
document.write("<div id=\"loginlayer\" style=\"position:fixed;z-index:1111;top:0px;left:0px;width:0px;height:0px;background-image:url('images/bb.png');visibility:hidden;\"><div style=\"position:relative;z-index:1111;top:30px;left:30px;width:"+Math.round(w-60)+"px;height:"+Math.round(h-60)+"px;\"><div class=\"loadimg\" style=\"top:"+Math.round((h/3)-60)+"px;left:"+Math.round((w/2)-100)+"px;z-index:25;height:120px;text-align:left;font-size:10pt;\"><form action=\"login.php\" method=\"post\" style=\"margin:0px;\"><div style=\"float:left;margin:2px;width:180px;\">Login:<img src=\"images/close_t.gif\" onclick=\"loglayer.style.visibility='hidden'\" style=\"float:right;\">"+unescape("%3C%2Fdiv%3E")+"<br><div style=\"float:left;margin:2px;width:80px;\">Username:"+unescape("%3C%2Fdiv%3E")+"<div style=\"float:left;margin:2px;width:100px;\"><input id=\"lyN\" class=\"inp8\" type=\"Text\" value=\"\" style=\"background-color:#ffffee;width:100px;height:16px;\" name=\"yn\">"+unescape("%3C%2Fdiv%3E")+"<br><div style=\"float:left;margin:2px;width:80px;\">Password:"+unescape("%3C%2Fdiv%3E")+"<div style=\"float:left;margin:2px;width:100px;\"><input id=\"lyP\" class=\"inp8\" type=\"Password\" value=\"\" style=\"background-color:#ffffee;width:100px;height:16px;\" name=\"yp\">"+unescape("%3C%2Fdiv%3E")+"<br><div style=\"float:left;margin:2px;width:180px;text-align:center;\"><input type=\"Submit\" value=\"Submit\" class=\"inp8\">"+unescape("%3C%2Fdiv%3E%3C%2Fform%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%3C%2Fdiv%3E"));
var loglayer=document.getElementById("loginlayer");

