
function movedown_novita(){
	if (window.moveupvar_novita) clearTimeout(moveupvar_novita)
	if (iens6&&parseInt(crossobj_novita.style.top)>=(contentheight_novita*(-1)+100))
		crossobj_novita.style.top=parseInt(crossobj_novita.style.top)-speed
	else if (ns4&&crossobj_novita.top>=(contentheight_novita*(-1)+100))
		crossobj_novita.top-=speed
	movedownvar_novita=setTimeout("movedown_novita()",100)
	}

function moveup_novita(){
	if (window.movedownvar_novita) clearTimeout(movedownvar_novita)
	if (iens6&&parseInt(crossobj_novita.style.top)<=0)
		crossobj_novita.style.top=parseInt(crossobj_novita.style.top)+speed
	else if (ns4&&crossobj_novita.top<=0)
		crossobj_novita.top+=speed
	moveupvar_novita=setTimeout("moveup_novita()",100)
}

function stopscroll_novita(){
	if (window.moveupvar_novita) clearTimeout(moveupvar_novita)
	if (window.movedownvar_novita) clearTimeout(movedownvar_novita)
}


function getcontent_height_novita(){
	if (iens6)
		contentheight_novita=crossobj_novita.offsetHeight
	else if (ns4)
		document.nscontainer_novita.document.nscontent_novita.visibility="show"

	getcontent_height_primo_piano()
	getcontent_height_radiocor()
	getcontent_height_focus()
	getcontent_height_appuntamenti()
	getcontent_height_parlamento()
	getcontent_height_giornali()
	startIt()
	
	}
	
	