
function movedown_parlamento(){
	if (window.moveupvar_parlamento) clearTimeout(moveupvar_parlamento)
	if (iens6&&parseInt(crossobj_parlamento.style.top)>=(contentheight_parlamento*(-1)+100))
		crossobj_parlamento.style.top=parseInt(crossobj_parlamento.style.top)-speed
	else if (ns4&&crossobj_parlamento.top>=(contentheight_parlamento*(-1)+100))
		crossobj_parlamento.top-=speed
	movedownvar_parlamento=setTimeout("movedown_parlamento()",100)
	}

function moveup_parlamento(){
	if (window.movedownvar_parlamento) clearTimeout(movedownvar_parlamento)
	if (iens6&&parseInt(crossobj_parlamento.style.top)<=0)
		crossobj_parlamento.style.top=parseInt(crossobj_parlamento.style.top)+speed
	else if (ns4&&crossobj_parlamento.top<=0)
		crossobj_parlamento.top+=speed
	moveupvar_parlamento=setTimeout("moveup_parlamento()",100)
}

function stopscroll_parlamento(){
	if (window.moveupvar_parlamento) clearTimeout(moveupvar_parlamento)
	if (window.movedownvar_parlamento) clearTimeout(movedownvar_parlamento)
}


function getcontent_height_parlamento(){
	if (iens6)
		contentheight_parlamento=crossobj_parlamento.offsetHeight
	else if (ns4)
		document.nscontainer_parlamento.document.nscontent_parlamento.visibility="show"

	
	
	}
	
	