function popup(page,ancho,alto)
{
alto=eval(alto)+30;
ventana=window.open(page, "_blank","directories=no,menubar=no,status=no,toolbar=no,location=no,scrollbars=no,fullscreen=no,height="+alto+",width="+ancho);
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 + '"><br>')
ventana.document.writeln('<input type="button" value="Cerrar" onclick="window.close()">')
ventana.document.writeln ('</div></body></html>')
ventana.document.close()
}

function show_vv()
{
control=window.open('visitavirtual/index.htm','control','toolbar=no,width=580,height=455,directories=no,status=no,scrollbars=no,resize=no,menubar=no');
}
function show_tf()
{
control=window.open('tourfotografico/index.htm','control2','toolbar=no,width=425,height=330,directories=no,status=no,scrollbars=no,resize=no,menubar=no');
}