//¾ÓÖÐ½Å±¾begin
function HOffset()
{
   var window_width = window.innerWidth ? window.innerWidth : (document.body.clientWidth ? document.body.clientWidth : 0);
   return  Math.max( 0, Math.floor( (window_width - 970) / 2 ) - 0).toString();
}

function VOffset()
{
   var window_height = window.innerHeight ? window.innerHeight : (document.body.clientHeight ? document.body.clientHeight : 0);
   return 0;
}
var is_dom2=(document.getElementById);

document.write( "<DIV ID='IDAlignPage' style='position:absolute; top:"+ VOffset() +"px; left:" + HOffset() + "px;'>" );
function DoReposition() {var o='IDAlignPage';if(is_dom2&&document.getElementById(o)){var e=document.getElementById(o);e.style.left=HOffset()+'px';e.style.top=VOffset()+'px';}else if(is_ie&&is_major>=4&&eval('document.all.'+o)){var e=eval('document.all.'+o);e.style.left=HOffset()+'px';e.style.top=VOffset()+'px';}else if(is_nav&&is_major>=4&&eval('document.'+o)){var e=eval('document.'+o);e.left=HOffset();e.top=VOffset();}}
window.onresize=DoReposition;
window.onload=DoReposition;
//¾ÓÖÐ½Å±¾end


 
