////图层位置 
  function   sc1(){   
  document.getElementById("Div1").style.top=document.body.scrollTop+(document.body.clientHeight-document.getElementById("Div1").offsetHeight)/2   
  document.getElementById("Div1").style.left=document.body.scrollLeft+(document.body.clientWidth-document.getElementById("Div1").offsetWidth)/2;   
  }   
  function   sc2(){   
  document.getElementById("Div2").style.top=document.body.scrollTop+(document.body.clientHeight-document.getElementById("Div2").offsetHeight)/2   
  document.getElementById("Div2").style.left=document.body.scrollLeft+(document.body.clientWidth-document.getElementById("Div2").offsetWidth)/2;   
  }   
  function   sc3(){   
  document.getElementById("bigmap").style.top=document.body.scrollTop+(document.body.clientHeight-document.getElementById("bigmap").offsetHeight)/2   
  document.getElementById("bigmap").style.left=document.body.scrollLeft+(document.body.clientWidth-document.getElementById("bigmap").offsetWidth)/2;   
  }   
    function   scall(){   
  sc1(); sc2() ; sc3() 
  }    
  window.onscroll=scall;   
  window.onresize=scall;   
  window.onload=scall;  
///video play
    IEvar=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));    function Stop() {
        if (mymedia.FILENAME!="")
        {
            mymedia.Stop();
            mymedia.CurrentPosition = 0;
        }
    }
	  function   video(url)   
  {   
  mymedia.FileName   =   url;   
  }
 /////bigmap
     IEvar=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));  
	  function   show(url)   
  {   
  image1.src   =   url;   
  }