
if (iens6)
	document.write('</div></div>')

				if (iens6){
				var crossobj2=document.getElementById? document.getElementById("content2") : document.all.content
				var contentheight2=crossobj2.offsetHeight
				}
				else if (ns4){
				var crossobj2=document.nscontainer.document.nscontent
				var contentheight2=crossobj2.clip.height
				}
				
				function movedown2(){
				if (iens6&&parseInt(crossobj2.style.top)>=(contentheight2*(-1)+alsada2))
				crossobj2.style.top=parseInt(crossobj2.style.top)-speed+"px"
				else if (ns4&&crossobj2.top>=(contentheight2*(-1)+100))
				crossobj2.top-=speed
				movedownvar2=setTimeout("movedown2()",20)
				//alert("ff");
				}
				
				function moveup2(){
				if (iens6&&parseInt(crossobj2.style.top)<=-5)
				crossobj2.style.top=parseInt(crossobj2.style.top)+speed+"px"
				else if (ns4&&crossobj2.top<=0)
				crossobj2.top+=speed
				moveupvar2=setTimeout("moveup2()",20)
				
				}
				
function getcontent_height2(){
		if (iens6)
				contentheight2=crossobj2.offsetHeight
				else if (ns4)
				document.nscontainer2.document.nscontent2.visibility="show"
}

function verScrollClips(){
	objScroll2=document.getElementById? document.getElementById("elScrollClips") : document.all.elScrollClips;
	if(contentheight2 > alsada2){
		objScroll2.style.visibility = 'visible';
	}
}