
var ns=(document.layers);var ie=(document.all);var w3=(document.getElementById&&!ie);function div_scroller(id)
{if(document.getElementById(id).style.display=='none')
return;if(ie){xoffset=truebody().scrollLeft;yoffset=truebody().scrollTop;documentWidth=truebody().offsetWidth;documentHeight=truebody().offsetHeight;}
else{xoffset=window.pageXOffset;yoffset=window.pageYOffset;documentWidth=self.innerWidth;documentHeight=self.innerHeight;}
content_height=document.getElementById(id).offsetHeight;content_width=document.getElementById(id).offsetWidth;p_left=(documentWidth/2-content_width/2)+xoffset;p_top=(documentHeight/2-content_height/2)+yoffset;document.getElementById(id).style.left=p_left+'px';document.getElementById(id).style.top=p_top+'px';setTimeout('div_scroller("'+id+'")',100);}
function truebody(){return(document.compatMode&&document.compatMode!='BackCompat')?document.documentElement:document.body;}

// Cache: 2010-03-11 03:02:23 | MTime: 2006-05-03 10:22:36 | Packer: JSMin | div_scroller.js