//窗口的可视高
var windowHeight=document.all ? document.getElementsByTagName("html")[0].offsetHeight : window.innerHeight;
if(windowHeight<755){
document.getElementById("mid").style.marginTop="-25px";//
}else{
document.getElementById("mid").style.marginTop=((windowHeight-685)/2-35)+"px";//	
}
