// Visualizar imagenes detalladas

function abrir_img(img,desc) {
	myWindow = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,copyhistory=0,width=620,height=380");
        myWindow.document.open();
        myWindow.document.write("<HTML>");
        myWindow.document.write("<TITLE> [ www.alloggiobuenosaires.com.ar -  Tucuman 2430 ] </TITLE>");
	myWindow.document.write("<link rel=stylesheet href=default.css>");
        myWindow.document.write("<BODY bgcolor=#FFFFFF topmargin=0 leftmargin=10>");
	myWindow.document.write("<table WIDTH=100% border=0 cellspacing=0 cellpadding=0>");
	myWindow.document.write("<tr>");
	myWindow.document.write("<td class=small>[ www.alloggiobuenosaires.com.ar - Tucuman 2430 ] - " + desc + "</td>");
	myWindow.document.write("<td></td>");
	myWindow.document.write("</tr>");
	myWindow.document.write("<tr><td colspan=2 bgcolor=#000000>");
	myWindow.document.write("<IMG HSPACE=7 VSPACE=7 align='center' border='1' alt='Clicca la foto per chiudere questa finestra' onClick='window.close()' " + "SRC='" + img + "'>");
	myWindow.document.write("</td></tr>");
	myWindow.document.write("<tr>");
	myWindow.document.write("<td class=small>Clicca la foto per chiudere questa finestra</td>");
	myWindow.document.write("<td align=center class=small></td>");
	myWindow.document.write("</tr>");
	myWindow.document.write("</tr></table>");
        myWindow.document.write("</BODY></HTML>");
        myWindow.document.close();
 }

function abrir_mapa(img,desc) {
	myWindow = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,copyhistory=0,width=700,height=550");
        myWindow.document.open();
        myWindow.document.write("<HTML>");
        myWindow.document.write("<TITLE> [ www.alloggiobuenosaires.com.ar -  Tucuman 2430 ] </TITLE>");
	myWindow.document.write("<link rel=stylesheet href=default.css>");
        myWindow.document.write("<BODY bgcolor=#FFFFFF topmargin=0 leftmargin=10>");
	myWindow.document.write("<table WIDTH=100% border=0 cellspacing=0 cellpadding=0>");
	myWindow.document.write("<tr>");
	myWindow.document.write("<td class=small>[ www.alloggiobuenosaires.com.ar - Tucuman 2430 ] - " + desc + "</td>");
	myWindow.document.write("<td></td>");
	myWindow.document.write("</tr>");
	myWindow.document.write("<tr><td colspan=2 bgcolor=#000000>");
	myWindow.document.write("<IMG HSPACE=7 VSPACE=7 align='center' border='1' alt='Clicca la foto per chiudere questa finestra' onClick='window.close()' " + "SRC='" + img + "'>");
	myWindow.document.write("</td></tr>");
	myWindow.document.write("<tr>");
	myWindow.document.write("<td class=small>Clicca la foto per chiudere questa finestra</td>");
	myWindow.document.write("<td align=center class=small></td>");
	myWindow.document.write("</tr>");
	myWindow.document.write("</tr></table>");
        myWindow.document.write("</BODY></HTML>");
        myWindow.document.close();
 }
