
function adminloginopen(myUrl) {//后台弹出窗口
sss=window.open(myUrl,"bben","status=yes,top=0,left=0,width="+(screen.availWidth-10)+",height="+(screen.availHeight-30)+",channelmode=no,location=no");
sss.focus();
}

