if (iens6){
var crossobj3=document.getElementById? document.getElementById("content3") : document.all.content3
var contentheight3=crossobj3.offsetHeight
}
else if (ns4){
var crossobj3=document.nscontainer3.document.nscontent3
var contentheight3=crossobj3.clip.height
}
function movedown3(){
if (iens6&&parseInt(crossobj3.style.top)>=(contentheight3*(-1)+100))
crossobj3.style.top=parseInt(crossobj3.style.top)-speed
else if (ns4&&crossobj3.top>=(contentheight3*(-1)+100))
crossobj3.top-=speed
movedownvar3=setTimeout("movedown3()",50)
}
function moveup3(){
if (iens6&&parseInt(crossobj3.style.top)<=0)
crossobj3.style.top=parseInt(crossobj3.style.top)+speed
else if (ns4&&crossobj3.top<=0)
crossobj3.top+=speed
moveupvar3=setTimeout("moveup3()",50)
}
function getcontent_height3(){
if (iens6)
contentheight3=crossobj3.offsetHeight
else if (ns4)
document.nscontainer3.document.nscontent3.visibility="show"
}
function getcontent_height(){
if (iens6) {
//contentheight0=crossobj0.offsetHeight; //uncomment to activate 9/04/03 degree field mods
contentheight1=crossobj1.offsetHeight;
contentheight2=crossobj2.offsetHeight;
contentheight3=crossobj3.offsetHeight
}
else if (ns4) {
//document.nscontainer0.document.nscontent0.visibility="show"; //uncomment to activate 9/04/03 degree field mods
document.nscontainer1.document.nscontent1.visibility="show";
document.nscontainer2.document.nscontent2.visibility="show";
document.nscontainer3.document.nscontent3.visibility="show" 
	}
}
// window.onload=getcontent_height3
