<!--
var loadedobjects="";
var rootdomain="http://"+window.location.hostname;

function loading(url, where)
{
	document.getElementById('cargando').style.display='block';	
	new Effect.BlindUp(where);	
	setTimeout("new Ajax.Updater('"+where+"','"+url+"', { evalScripts : true } )",1150);
}

function subloading(url, where)
{
	//new Effect.BlindUp(where);
	setTimeout("new Ajax.Updater('"+where+"','"+url+"', { evalScripts : true } )",1150);
}


-->