function windowOpener_1(foto) 
{   var msgWindow;
	var myArgs;
    
	    myArgs = "width=500," 
                 + "height=420," 
                 + "location=0," 
                 + "menubar=0," 
                 + "scrollbars=0," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=180," 
                 + "top=50"; 
                
        msgWindow = open('', '', myArgs); 
        msgWindow.focus(); 
        msgWindow.document.write ("<html>");
	msgWindow.document.write ("<head><title>VisitCuzco - Photo Gallery</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=500 height=420>");
        msgWindow.document.write ("<tr><td align=center><img src='/i/prueba/"+foto+".jpg'></td></tr>");
        msgWindow.document.write ("</table>");
	msgWindow.document.write ("</body>");
        msgWindow.document.write ("</html>");
}

function windowOpener_2(foto) 
{   var msgWindow;
	var myArgs;
    
	    myArgs = "width=500," 
                 + "height=420," 
                 + "location=0," 
                 + "menubar=0," 
                 + "scrollbars=0," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=180," 
                 + "top=50"; 
                
        msgWindow = open('', '', myArgs); 
        msgWindow.focus(); 
        msgWindow.document.write ("<html>");
	msgWindow.document.write ("<head><title>VisitCuzco - Photo Gallery</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=500 height=420>");
        msgWindow.document.write ("<tr><td align=left><img src='/i/prueba1/"+foto+".jpg'></td></tr>");
        msgWindow.document.write ("</table>");
	msgWindow.document.write ("</body>");
        msgWindow.document.write ("</html>");
}

function windowOpener_3(foto) 
{   var msgWindow;
	var myArgs;
    
	    myArgs = "width=575," 
                 + "height=800," 
                 + "location=0," 
                 + "menubar=0," 
                 + "scrollbars=1," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=180," 
                 + "top=50"; 
                
        msgWindow = open('', '', myArgs); 
        msgWindow.focus(); 
        msgWindow.document.write ("<html>");
	msgWindow.document.write ("<head><title>VisitCuzco - Ania</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=500 height=420>");
        msgWindow.document.write ("<tr><td align=center><img src='/i/ania/"+foto+".jpg'></td></tr>");
        msgWindow.document.write ("</table>");
	msgWindow.document.write ("</body>");
        msgWindow.document.write ("</html>");
}


function enviafoto_1(titulo,fotito){
var scadena;
    scadena="<table width='120' border='0' cellspacing='0' cellpadding='0'><tr>"; 
    scadena +="<td width='120' height='106' background='/i/prueba/fondo.gif' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;&nbsp;<img src='/i/prueba/"+fotito+".jpg' width=88 height=80 border=0 alt='"+titulo+"'>";
    scadena +="</td></table>";
	document.write (scadena);
	}

function enviafoto_2(titulo,fotito){
var scadena;
    scadena="<table width='120' border='0' cellspacing='0' cellpadding='0'><tr>"; 
    scadena +="<td width='120' height='106' background='/i/prueba1/fondo.gif' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;&nbsp;<img src='/i/prueba1/"+fotito+".jpg' width=88 height=80 border=0 alt='"+titulo+"'>";
    scadena +="</td></table>";
	document.write (scadena);
	}
function enviafoto_3(titulo,fotito){
var scadena;
    scadena="<table width='190' border='0' cellspacing='0' cellpadding='0'><tr>"; 
    scadena +="<td width='190' height='220' background='/i/ania/fondo.gif'  align='left'valign='middle'>&nbsp;&nbsp;&nbsp;&nbsp;<img src='/i/ania/"+fotito+".jpg' width=160 height=180 border=0 alt='"+titulo+"'>";
    scadena +="</td></table>";
	document.write (scadena);
	}
