if (iens6){
document.write('</div></div>')
var crossobj2=document.getElementById? document.getElementById("content2") : document.all.content2
var contentheight2=crossobj2.offsetHeight
}
else if (ns4){
var crossobj2=document.nscontainer2.document.nscontent2
var contentheight2=crossobj2.clip.height
}

function movedown2(){
if (window.moveupvar2) clearTimeout(moveupvar2)
if (iens6&&parseInt(crossobj2.style.top)>=(contentheight2*(-1)+100))
crossobj2.style.top=parseInt(crossobj2.style.top)-speed+"px"
else if (ns4&&crossobj2.top>=(contentheight2*(-1)+100))
crossobj2.top-=speed
movedownvar2=setTimeout("movedown2()",20)
}

function moveup2(){
if (window.movedownvar2) clearTimeout(movedownvar2)
if (iens6&&parseInt(crossobj2.style.top)<=0)
crossobj2.style.top=parseInt(crossobj2.style.top)+speed+"px"
else if (ns4&&crossobj2.top<=0)
crossobj2.top+=speed
moveupvar2=setTimeout("moveup2()",20)
}

function stopscroll2(){
if (window.moveupvar2) clearTimeout(moveupvar2)
if (window.movedownvar2) clearTimeout(movedownvar2)
}

function movetop2(){
stopscroll2()
if (iens6)
crossobj2.style.top=0+"px"
else if (ns4)
crossobj2.top=0
}

function getcontent_height2(){
if (iens6)
contentheight2=crossobj2.offsetHeight
else if (ns4)
document.nscontainer2.document.nscontent2.visibility="show"
}

