function show_tf()
{
control=window.open('tourfotografico/index.htm','control','toolbar=no,width=490,height=380,directories=no,status=no,scrollbars=no,resize=no,menubar=no');
}
function ampliar(page,ancho,alto)
{
alto=eval(alto)+28;
ventana=window.open(page, "_blank","directories=no,menubar=no,status=no,toolbar=no,location=no,scrollbars=no,fullscreen=no,height="+alto+",width="+ancho+",top=5,left=140");
ventana.document.writeln ('<html><head>')
ventana.document.writeln('<title>Visualizar Imagen</title><link rel="stylesheet" type="text/css" href="estilo.css"></head>')
ventana.document.writeln('<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" style="overflow:hidden"><div align="center"><img id="foto" src="' + page + '">')
ventana.document.writeln('<input type="button" value="Cerrar" onclick="window.close()">')
ventana.document.writeln ('</body></html>')
ventana.document.close()
}
function show_vv()
{
control=window.open('visitavirtual/index.htm','control2','toolbar=no,width=480,height=380,directories=no,status=no,scrollbars=no,resize=no,menubar=no');
}

function mail(usuario,dominio)
	{
	document.write("<a class=\"ema\" href=\"mailto:" + usuario + "@" + dominio + "\">" + usuario + "@" + dominio + "</a>");
	}