var aktivo = false;
var secciones = [' ','Deportes','Corazón','Messenger','Juegos','Música'];
var kual = 0;
var mostrar=99;

function scrolla(kuanto){
	yahoo_muevete.SetVariable("_root.parpadear",false);
	aktivo = true;
	val = 5000-kuanto/2.5-5000;
	//status = val;
	document.all.dyyahoo.style.left =val;
	if (val<-500) document.all.dydy.style.left =500+val;
		else {
		document.all.dydy.style.left=0;
		kual=0;
	}
		

	if (val<-900 && val>-1900)	kual=0;
	if (val<-1000 && val>-1900)	kual=1;
	if (val<-1900 && val>-2900)	kual=2;
	if (val<-2900 && val>-3900)	kual=3;
	if (val<-3900 && val>-4900)	kual=4;
	if (val<-4900 && val>-5900)	kual=5;
	
	yahoo_muevete.SetVariable("_root.secciones.txt",secciones[kual]);

}

function cerrar(){
	scrolla(0);
}
window.onload = function(){

	document.body.innerHTML = '<DIV ID="dydy" align="left" STYLE="Z-INDEX: 10;position: absolute; left:0; top:0; width:100%">'+document.body.innerHTML+'</DIV>';

	var a = document.createElement('<DIV ID="dyyahoo" STYLE="Z-INDEX: 90; position: absolute; left:0; top:0;  width:100%; height:100%;">')
	var data = [
		null,
		null,
		[1300,'http://es.sports.yahoo.com'],
		[2300,'http://es.celebrities.yahoo.com'],
		[3300,'http://es.messenger.yahoo.com'],
		[4300,'http://es.games.yahoo.com'],
		[5300,'http://es.launch.yahoo.com']
	]
	for (var i=2;i<7;i++) {
		var b = document.createElement('<iframe style="position:absolute;left='+data[i][0]+';top=0;" marginheight="30" marginwidth="0" id="y'+i+'" frameborder="0" width="1000" height="100%" src="'+data[i][1]+'">');
		a.appendChild(b);
	}
	
	document.body.appendChild(a);
	
	var c = document.createElement('<DIV ID="dy" align="left" STYLE="Z-INDEX: 100; position: absolute; left:300; top:-150;  width:468px; height:60px;">');
	
	var d = document.createElement('<DIV ID="dylogo" STYLE="Z-INDEX: 110; position:absolute; left:0; top:0; width:468px; height:60px;">');
	d.innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="468" height="60" id="yahoo_muevete" align="middle">'+
				'<param name="allowScriptAccess" value="sameDomain" />'+
				'<param name="movie" value="yahoo_muevete.swf" />'+
				'<param name="quality" value="high" />'+
				'<param name="wmode" value="transparent" />'+
				'<param name="bgcolor" value="#ffffff" />'+
				'</object>';
				
	c.appendChild(d);
	document.body.appendChild(c);
	
	var e = document.getElementById('dyjab');
	c.style.left = e.offsetLeft;
	c.style.top = e.offsetTop;
	e.style.visibility = 'hidden';
		
	var f = document.createElement('<iframe style="Z-INDEX: 100; position:absolute;left='+(parseInt(c.style.left)+170)+';top='+(parseInt(c.style.top)+25)+';zoom=1;clip:rect(0,145,15,0);" marginwidth="0" id="scrolljab" frameborder="0" width="160" height="15" src="SCROLL.html">');
	document.body.appendChild(f);	
	

}


