//setTimeout("f_telonControlarCarga();",5000);
//alert("TIMER3");

tel=top.document.getElementById('telon');
if(tel!=null && tel.tagName=="IFRAME") tel.style.display='none'; //si es el sist. nuevo
else
	if(parent){
		//alert("TIMER2");
		if(parent.frames['telon']){
			//alert("TIMER1");
			if(parent.frames['telon'].telonLoaded){
				//alert("TIMER");
				parent.frames['telon'].telonLoaded();
			}
		}
	}

