function enlaceuni(titulo,ruta,hreftitulo,icono,w){
var scadena;
    scadena="<table width=180 border=0 cellspacing=0 cellpadding=0><tr>"; 
    scadena +="<td width=30><a href=/"+hreftitulo+".asp class=clsATitulo><img src='/i/select/"+icono+".gif' width=30 height=30 border=0 alt='"+titulo+"'></a></td>";
    scadena +="<td width="+w+" valign=bottom><img src='/i/select/linea-logos.gif' width=18 height=9></td></tr>";
    scadena +="<tr><td colspan=2 ><a href=/"+hreftitulo+".asp class=clsATitulo>"+titulo+"</a></td></tr>";
    scadena +="<tr><td colspan=2><a href=http://"+ruta+" class=clsATitulo1 target=_blank>"+ruta+"</a></td></tr></table><br>";
	document.write (scadena);
	}

function windowOpener(foto) 
{   var msgWindow;
	var myArgs;
    
	    myArgs = "width=400," 
                 + "height=420," 
                 + "location=0," 
                 + "menubar=0," 
                 + "resizable=0," 
                 + "scrollbars=0," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=200," 
                 + "top=200"; 
                
        msgWindow = open('', '', myArgs); 
        msgWindow.focus(); 
        msgWindow.document.write ("<html>");
		msgWindow.document.write ("<head><title>VisitCuzco</title></head>");
		msgWindow.document.write ("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor=#FFFFFF border=1>");
        msgWindow.document.write ("<table border=0 width=400 height=420>");
        msgWindow.document.write ("<tr><td align=left><img src='/i/previous/"+foto+".jpg'></td></tr>");
        msgWindow.document.write ("</table>");
		msgWindow.document.write ("</body>");
        msgWindow.document.write ("</html>");
}