<!--
	function abrejanela(tipo, id) { //v2.0
		if (tipo == 'fotos') {
			window.open("../galeria/janela.php?id=" + id, "", "status=no, width=618,height=393")
		}
		else if (tipo == 'tour') {
			window.open("../tourvirtual/tourvirtual.html", "", "status=no, width=562,height=450")
		}
	}
//-->
