
 m4=window.screen.height*0.7
 function myload4(){
   if(navigator.appName == "Netscape"){
	   document.functionJsUpDownFly4.pageY=108;
       document.functionJsUpDownFly4.pageX=window.screen.width-350
       mymove4();
   }else{
       functionJsUpDownFly4.style.top=108;
       functionJsUpDownFly4.style.left=window.screen.width-350
       mymove4();
   }
 }

 var ns=(navigator.appName=="Netscape");
 var a4
 var b4
 var c4
 var x4=0
 if (window.screen.width>800){//宽度
	 c4=862
 }else{
	 c4=0
 }

 function mymove4() {
   window.screen.width>800 ? a4=160 : a4=100
   b4=window.screen.width
   if(ns){
     document.functionJsUpDownFly4.top=pageYOffset+m4-a4
     document.functionJsUpDownFly4.left=b4-160-c4
     setTimeout("mymove4();",1)
   }else{
     functionJsUpDownFly4.style.top=document.body.scrollTop+m4-a4
     functionJsUpDownFly4.style.left=b4-160-c4
     setTimeout("mymove4();",1)
   }
 }


      if(navigator.appName=="Netscape"){
        document.write("<layer id=functionJsUpDownFly4 top=300 width=80 height=88><a href=\'http://www.fundmarket.com.cn/newsTemp/html.php?id=321\' target=\'_blank\'><img src=\'/jsAdmin/imagesJsUpDownFly/wengao.gif\' border=0 alt=\'中国基金征集文稿\'></a></layer>");
	     myload4()
	   }else{
		 document.write("<div id=functionJsUpDownFly4 style=\'position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1\'><img src=\'/jsAdmin/imagesJsUpDownFly/wengao.gif\' border=0 alt=\'中国基金征集文稿\' onclick=window.open(\'http://www.fundmarket.com.cn/newsTemp/html.php?id=321\',\'zip\',\'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=1,width=400,top=0,left=20,height=200\')></div>");
        myload4()
	  }
 	
