if (iens6){
document.write('</div></div>')
var crossobj_h=document.getElementById? document.getElementById("content_h") : document.all.content_h
var contentheight_h=crossobj_h.offsetHeight
}
else if (ns4){
var crossobj_h=document.nscontainer_h.document.nscontent_h
var contentheight_h=crossobj_h.clip.height
}

function movedown_h(){
if (window.moveupvar_h) clearTimeout(moveupvar_h)
if (iens6&&parseInt(crossobj_h.style.top)>=(contentheight_h*(-1)+100))
crossobj_h.style.top=parseInt(crossobj_h.style.top)-speed+"px"
else if (ns4&&crossobj_h.top>=(contentheight_h*(-1)+100))
crossobj_h.top-=speed
movedownvar_h=setTimeout("movedown_h()",20)
}

function moveup_h(){
if (window.movedownvar_h) clearTimeout(movedownvar_h)
if (iens6&&parseInt(crossobj_h.style.top)<=0)
crossobj_h.style.top=parseInt(crossobj_h.style.top)+speed+"px"
else if (ns4&&crossobj_h.top<=0)
crossobj_h.top+=speed
moveupvar_h=setTimeout("moveup_h()",20)
}

function stopscroll_h(){
if (window.moveupvar_h) clearTimeout(moveupvar_h)
if (window.movedownvar_h) clearTimeout(movedownvar_h)
}

function movetop_h(){
stopscroll_h()
if (iens6)
crossobj_h.style.top=0+"px"
else if (ns4)
crossobj_h.top=0
}

function getcontent_height_h(){
if (iens6){
contentheight_h=crossobj_h.offsetHeight
//alert(contentheight_r)
} else if (ns4) {
document.nscontainer_h.document.nscontent_h.visibility="show"
}
}
//window.onload=getcontent_height_r;
