function cargando(){}
function onbeforeload(){}

function limpia(elemento)
{
    elemento.value = "";
}

function verifica(elemento)
{
    if(elemento.value == "")
    elemento.value = "ingrese su búsqueda";
}

function mypopup(url)
		{
			mywindow = window.open(url,"mywindow","location=NO,status=NO,width=365, height=430,resizable=NO, directories=NO,menubar=NO,toolbar=NO,titlebar=NO");
			mywindow.moveTo(385,300);
			return mywindow;
			
		}

window.addEvent("domready", function(){
	var theTips = new TipsX3 ($$('.tipsiconos'), {
	showDelay: 0,
	hideDelay: 100,
	offsets: {'x':100,'y':-50},
	fixed:true
	});
});
