// JavaScript Document
// document.write("<style type=\"text/css\">.flash{")
// if(window.screen.width>930){document.write("margin-left:"+(window.screen.width-930)/2+"px;");}
// else{document.write("margin-left:0px;")}
// if(window.screen.height>560){document.write("margin-top:"+(window.screen.height-560)/2+"px;");}
// else{document.write("margin-top:0px;")}
// document.write("}</style>")

//document.write("<style type=\"text/css\">.flash{")
//if(document.body.clientWidth>930){document.write("margin-left:"+(document.body.clientWidth-930)/2+"px;");}
//else{document.write("margin-left:0px;")}
//if(document.body.clientHeight>560){document.write("margin-top:"+(document.body.clientHeight-560)/2+"px;");}
//else{document.write("margin-top:0px;")}
//document.write("}</style>")
document.write("<style type=\"text/css\">.flash{")
if(document.documentElement.clientWidth>930){document.write("margin-left:"+(document.documentElement.clientWidth-930)/2+"px;");}
else{document.write("margin-left:0px;")}
if(document.documentElement.clientHeight>560){document.write("margin-top:"+(document.documentElement.clientHeight-560)/2+"px;");}
else{document.write("margin-top:0px;")}
document.write("}</style>")
//var    s  =  "网页可见区域宽："+  document.body.clientWidth;  
//s  +=  "\r\n网页可见区域高："+  document.body.clientHeight;  
//s  +=  "\r\n网页可见区域高："+  document.documentElement.offsetWidth  +"  (包括边线的宽)";  
//s  +=  "\r\n网页可见区域高："+  document.documentElement.offsetHeight  +"  (包括边线的宽)";  
//s  +=  "\r\n网页正文全文宽："+  document.documentElement.scrollWidth;  
//s  +=  "\r\n网页正文全文高："+  document.documentElement.scrollHeight;  
//s  +=  "\r\n网页被卷去的高："+  document.documentElement.scrollTop;  
//s  +=  "\r\n网页被卷去的左："+  document.documentElement.scrollLeft;  
//s  +=  "\r\n网页正文部分上："+  window.screenTop;  
//s  +=  "\r\n网页正文部分左："+  window.screenLeft;  
//s  +=  "\r\n屏幕分辨率的高："+  window.screen.height;  
//s  +=  "\r\n屏幕分辨率的宽："+  window.screen.width;  
//s  +=  "\r\n屏幕可用工作区高度："+  window.screen.availHeight;  
//s  +=  "\r\n屏幕可用工作区宽度："+  window.screen.availWidth;  
//s  +=  "\r\n页面高度："+document.documentElement.clientHeight;
//s  +=  "\r\n页面宽度："+document.documentElement.clientWidth;
//alert(s);  
