if (iens6b){
document.write('</div></div>')
var crossobj2=document.getElementById? document.getElementById("content2") : document.all.content2
var contentheight=crossobj2.offsetHeight
}
else if (ns4b){
var crossobj2=document.nscontainer2.document.nscontent2
var contentheight=crossobj2.clip.height
}

function movedown(){
if (window.moveupvar) clearTimeout(moveupvar)
if (iens6b&&parseInt(crossobj2.style.top)>=(contentheight*(-1)-10000))
crossobj2.style.top=parseInt(crossobj2.style.top)-speed2+"px"
else if (ns4b&&crossobj2.top>=(contentheight*(-1)+0))
crossobj2.top-=speed2
movedownvar=setTimeout("movedown()",20)
}

function moveup(){
if (window.movedownvar) clearTimeout(movedownvar)
if (iens6b&&parseInt(crossobj2.style.top)<=0)
crossobj2.style.top=parseInt(crossobj2.style.top)+speed2+"px"
else if (ns4b&&crossobj2.top<=0)
crossobj2.top+=speed2
moveupvar=setTimeout("moveup()",20)
}

function stopscroll2(){
if (window.moveupvar) clearTimeout(moveupvar)
if (window.movedownvar) clearTimeout(movedownvar)
}

function movetop(){
stopscroll2()
if (iens6b)
crossobj2.style.top=0+"px"
else if (ns4b)
crossobj2.top=0
}

function getcontent_height(){
if (iens6b)
contentheight=crossobj2.offsetHeight
else if (ns4b)
document.nscontainer2.document.nscontent2.visibility="show"
}

