
<!-- JS1.2 www.dynamicdrive.com
var ns4=document.layers?1:0;var ie4=document.all?1:0;var ns7=document.getElementById&&!document.all?1:0
var speed=9;var tmp=new Array();var tmp2=new Array()
if(ns4){
for (i=1;i<=2;i++){
tmp[i]=eval("document.i"+i+".clip");tmp2[i]=eval("document.i"+i);tmp[i].width=window.innerWidth/2;
tmp[i].height=window.innerHeight;tmp2[i].left=(i-1)*tmp[i].width
}
}
else if(ie4||ns7){
var clipright=ns7?window.innerWidth/2*0.98:document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
tmp[i]=ns7?document.getElementById("i"+i).style:eval("document.all.i"+i+".style")
tmp[i].width=ns7?window.innerWidth/2*0.98:document.body.clientWidth/2
tmp[i].height=ns7?window.innerHeight-1: document.body.offsetHeight
tmp[i].left=(i-1)*parseInt(tmp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if(ns4){
tmp[1].right-=speed;tmp[2].left+=speed;if(tmp[2].left>window.innerWidth/2){clearInterval(stopit)}
}
else if(ie4||ns7){
clipright-=speed;tmp[1].clip="rect(0 "+clipright+" auto 0)";clipleft+=speed;tmp[2].clip="rect(0 auto auto "+clipleft+")"
if(clipright<=0){
clearInterval(stopit)
if(ns7){tmp[1].display="none";tmp[2].display="none"}
}
}
}
function gogo(){stopit=setInterval("openit()",33)}
gogo()
//-->
