if (iens6E){
	var crossobj2=document.getElementById? document.getElementById("content2") : document.all.content
	var contentheight2=crossobj2.offsetHeight
}
else if (ns4M){
	var crossobj2=document.nscontainer2.document.nscontent2
	var contentheight2=crossobj2.clip.height
}

function movedown2(){

if (iens6E)
contentheight2=crossobj2.offsetHeight
else if (ns4M)
document.nscontainer2.document.nscontent2.visibility="show"

if (iens6E&&parseInt(crossobj2.style.top)>=(contentheight2*(-1)+100))
crossobj2.style.top=parseInt(crossobj2.style.top)-speed2+"px"
else if (ns4M&&crossobj2.top>=(contentheight2*(-1)+100))
crossobj2.top-=speed2
movedownvar2=setTimeout("movedown2()",20)

}

function moveup2(){
if (iens6E&&parseInt(crossobj2.style.top)<=0)
crossobj2.style.top=parseInt(crossobj2.style.top)+speed2+"px"
else if (ns4M&&crossobj2.top<=0)
crossobj2.top+=speed2
moveupvar2=setTimeout("moveup2()",20)
}

