var ie=document.all;
var ns=document.layers;
var ns6=document.getElementById&&!document.all;

function enlarge(which,e)
{
	//Render image code for IE 4+ and NS6
	if(ie||ns6) {
		crossobj=document.getElementById ? document.getElementById("showimage") : document.all.showimage;
		if(crossobj.style.visibility=="hidden") {
			crossobj.style.left=ns6 ? pageXOffset+e.clientX : document.body.scrollLeft+event.clientX;
			crossobj.style.top=ns6 ? pageYOffset+e.clientY : document.body.scrollTop+event.clientY;
			crossobj.innerHTML='<span style="background-Color:#000000"><div align=right style="background-color:#000000" id=drag><font face=Verdana size=1><a href="#" onClick="closepreview()" style="color: #FFFFFF"><b>Cerrar Ventana </b></a></font></div><img src="'+which+'"></span>';
			crossobj.style.visibility="visible";
		}
		else
			crossobj.style.visibility="hidden";
		return false;
	}
	//Render image code for NS 4
	else if(document.layers) {
		if(document.showimage.visibility=="hide") {
			document.showimage.document.write('<a href="#" onMouseover="drag_dropns(showimage)"><img src="'+which+'" border=0></a>');
			document.showimage.document.close();
			document.showimage.left=200;
			document.showimage.top=200;
			document.showimage.visibility="show";
		}
		else
			document.showimage.visibility="hide";
			return false;
	}
	//if NOT IE 4+ or NS 4, simply display image in full browser window
	else
		return true;
}
function closepreview()
{
   crossobj.style.visibility="hidden";
}
function AgregarFavoritos()
{
	window.external.AddFavorite('http://www.fullturismo.com/','Full Turismo - Portal de turismo');
}
function winpopup(url,barra,scroll,w,h)
{
	vent=window.open(url,"envio","screenx=0,screeny=0,toolbar=" + barra + ",width=" + (w+30) + ",height=" + (h+30) +",directories=no,status=no,scrollbars=" + scroll + ",resize=no,menubar=no");vent.focus()
}
