  function StartGO()
 {

   var sWidth,sHeight; 
   sWidth=document.body.offsetWidth; 
   sHeight=screen.height;  
     var bgObj=document.createElement("div"); 
   bgObj.setAttribute('id','bgDiv'); 
   bgObj.style.position="absolute"; 
   if(navigator.appName=="Microsoft Internet Explorer") 
     bgObj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src=../sk.ico, sizingMethod=scale)";
   else
      bgObj.style.backgroundImage="url(../sk.ico)"; 
   bgObj.style.top="0";   
   bgObj.style.opacity="40%"; 
   bgObj.style.left="0"; 
   bgObj.style.width="100%";  
   bgObj.style.height=sHeight + "px"; 
   bgObj.style.zIndex = "10000";    document.body.appendChild(bgObj);    

 
    var msgBox=document.createElement("div");
    msgBox.setAttribute("id","msgBox1");
    msgBox.setAttribute("align","center");
    msgBox.style.background="white"; 
   msgBox.style.border="1px solid buttonface";
   msgBox.style.position = "absolute"; 
   msgBox.style.left = "75%"; 
   msgBox.style.top = "80"; 
   msgBox.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif"; 
   msgBox.style.marginLeft = "-225px" ; 
   msgBox.style.marginTop = -75+document.documentElement.scrollTop+"px"; 
   //if(page=="write"){msgh=500;msgw=900;}
   msgBox.style.width = "450px"; 
   msgBox.style.height ="430px";   
   msgBox.style.textAlign = "center"; 
   msgBox.style.lineHeight ="25px"; 
   msgBox.style.zIndex = "10001";  
   
   
    var title=document.createElement("h4"); 
     title.setAttribute("id","msgTitle"); 
     title.setAttribute("align","right"); 
     title.style.margin="0"; 
     title.style.padding="3px";  
     title.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);"; 
     title.style.opacity="75%"; 
     title.style.background="#000000"; 
     title.style.border="1px solid buttonface"; 
     title.style.height="18px"; 
     title.style.font="12px Verdana, Geneva, Arial, Helvetica, sans-serif"; 
     title.style.color="white";
     title.style.cursor="pointer"; 
     var guanbi=document.createElement("strong");
     guanbi.setAttribute("id","close"); 
     guanbi.innertHTML="关闭"; 
     title.onclick=function(){
        document.body.removeChild(bgObj); 
       document.body.removeChild(msgBox); 
//       document.body.removeChild(title);
//       document.body.removeChild(guanbi);
     }
     title.innerHTML="关闭"; 

     document.body.appendChild(msgBox); 
     var txt=document.createElement("p"); 
     txt.style.margin="1em 0" 
     txt.setAttribute("id","msgTxt");  
     txt.innerHTML="<iframe src=../Include/reg.html width=450 height=430 marginWidth='0' marginHeight='0'  frameBorder='0' noResize scrolling='no' ></iframe> "; 
     document.getElementById("msgBox1").appendChild(title); 
//         document.getElementById("msgTitle").appendChild(guanbi);  
     document.getElementById("msgBox1").appendChild(txt);   
 } 
 
   function my()
 {

   var sWidth,sHeight; 
   sWidth=document.body.offsetWidth; 
   sHeight=screen.height;  
     var bgObj=document.createElement("div"); 
   bgObj.setAttribute('id','bgDiv'); 
   bgObj.style.position="absolute"; 
   if(navigator.appName=="Microsoft Internet Explorer") 
     bgObj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src=../sk.ico, sizingMethod=scale)";
   else
      bgObj.style.backgroundImage="url(../sk.ico)"; 
   bgObj.style.top="0";   
   bgObj.style.opacity="40%"; 
   bgObj.style.left="0"; 
   bgObj.style.width="100%";  
   bgObj.style.height=sHeight + "px"; 
   bgObj.style.zIndex = "10000";    document.body.appendChild(bgObj);    

 
    var msgBox=document.createElement("div");
    msgBox.setAttribute("id","msgBox1");
    msgBox.setAttribute("align","center");
    msgBox.style.background="white"; 
   msgBox.style.border="1px solid buttonface";
   msgBox.style.position = "absolute"; 
   msgBox.style.left = "75%"; 
   msgBox.style.top = "80"; 
   msgBox.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif"; 
   msgBox.style.marginLeft = "-225px" ; 
   msgBox.style.marginTop = -75+document.documentElement.scrollTop+"px"; 
   //if(page=="write"){msgh=500;msgw=900;}
   msgBox.style.width = "450px"; 
   msgBox.style.height ="460px";   
   msgBox.style.textAlign = "center"; 
   msgBox.style.lineHeight ="25px"; 
   msgBox.style.zIndex = "10001";  
   
   
    var title=document.createElement("h4"); 
     title.setAttribute("id","msgTitle"); 
     title.setAttribute("align","right"); 
     title.style.margin="0"; 
     title.style.padding="3px";  
     title.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);"; 
     title.style.opacity="75%"; 
     title.style.background="#000000"; 
     title.style.border="1px solid buttonface"; 
     title.style.height="18px"; 
     title.style.font="12px Verdana, Geneva, Arial, Helvetica, sans-serif"; 
     title.style.color="white";
     title.style.cursor="pointer"; 
     var guanbi=document.createElement("strong");
     guanbi.setAttribute("id","close"); 
     guanbi.innertHTML="关闭"; 
     title.onclick=function(){
        document.body.removeChild(bgObj); 
       document.body.removeChild(msgBox); 
//       document.body.removeChild(title);
//       document.body.removeChild(guanbi);
     }
     title.innerHTML="关闭"; 

     document.body.appendChild(msgBox); 
     var txt=document.createElement("p"); 
     txt.style.margin="1em 0" 
     txt.setAttribute("id","msgTxt");  
     txt.innerHTML=" <iframe src=../Include/MemberInfo.asp width=450 height=460 marginWidth='0' marginHeight='0'  frameBorder='0' noResize scrolling='no' ></iframe> "; 
     document.getElementById("msgBox1").appendChild(title); 
//         document.getElementById("msgTitle").appendChild(guanbi);  
     document.getElementById("msgBox1").appendChild(txt);   
 } 
  
   function kf()
 {

   var sWidth,sHeight; 
   sWidth=document.body.offsetWidth; 
   sHeight=screen.height;  
     var bgObj=document.createElement("div"); 
   bgObj.setAttribute('id','bgDiv'); 
   bgObj.style.position="absolute"; 
   if(navigator.appName=="Microsoft Internet Explorer") 
     bgObj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src=../sk.ico, sizingMethod=scale)";
   else
      bgObj.style.backgroundImage="url(../sk.ico)"; 
   bgObj.style.top="0";   
   bgObj.style.opacity="40%"; 
   bgObj.style.left="0"; 
   bgObj.style.width="100%";  
   bgObj.style.height=sHeight + "px"; 
   bgObj.style.zIndex = "10000";    document.body.appendChild(bgObj);    

 
    var msgBox=document.createElement("div");
    msgBox.setAttribute("id","msgBox1");
    msgBox.setAttribute("align","center");
    msgBox.style.background="white"; 
   msgBox.style.border="1px solid buttonface";
   msgBox.style.position = "absolute"; 
   msgBox.style.left = "75%"; 
   msgBox.style.top = "80"; 
   msgBox.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif"; 
   msgBox.style.marginLeft = "-225px" ; 
   msgBox.style.marginTop = -75+document.documentElement.scrollTop+"px"; 
   //if(page=="write"){msgh=500;msgw=900;}
   msgBox.style.width = "450px"; 
   msgBox.style.height ="160px";   
   msgBox.style.textAlign = "center"; 
   msgBox.style.lineHeight ="25px"; 
   msgBox.style.zIndex = "10001";  
   
   
    var title=document.createElement("h4"); 
     title.setAttribute("id","msgTitle"); 
     title.setAttribute("align","right"); 
     title.style.margin="0"; 
     title.style.padding="3px";  
     title.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);"; 
     title.style.opacity="75%"; 
     title.style.background="#000000"; 
     title.style.border="1px solid buttonface"; 
     title.style.height="18px"; 
     title.style.font="12px Verdana, Geneva, Arial, Helvetica, sans-serif"; 
     title.style.color="white";
     title.style.cursor="pointer"; 
     var guanbi=document.createElement("strong");
     guanbi.setAttribute("id","close"); 
     guanbi.innertHTML="关闭"; 
     title.onclick=function(){
        document.body.removeChild(bgObj); 
       document.body.removeChild(msgBox); 
//       document.body.removeChild(title);
//       document.body.removeChild(guanbi);
     }
     title.innerHTML="关闭"; 

     document.body.appendChild(msgBox); 
     var txt=document.createElement("p"); 
     txt.style.margin="1em 0" 
     txt.setAttribute("id","msgTxt");  
     txt.innerHTML=" <iframe src=../Include/kf.asp width=450 height=150 marginWidth='0' marginHeight='0'  frameBorder='0' noResize scrolling='no' ></iframe> "; 
     document.getElementById("msgBox1").appendChild(title); 
//         document.getElementById("msgTitle").appendChild(guanbi);  
     document.getElementById("msgBox1").appendChild(txt);   
 } 
