function favoritos()
{
	window.external.addFavorite('http://www.cascoscrm.com','Cascos CRM');
}
			
function high(which2)
{
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",90);
	
}

function low(which2)
{
	clearInterval(highlighting);
	which2.filters.alpha.opacity=90;
}

function highlightit(cur2)
{
	if(cur2.filters.alpha.opacity<100)
		cur2.filters.alpha.opacity+=10
	else if(window.highlighting)
		clearInterval(highlighting)
}	

function abreVentanaBusqueda(){ 
    miPopup = window.open("vis.php?q=buscarLibro","miwin","width=500,height=250,scrollbars=yes") 
    miPopup.focus() 
}