function abrir_imagen_directa(imagen,pie,Ancho,Alto)
{
MasAlto=Alto+11;
features = "width="+Ancho+",height="+MasAlto;
//path_imagen= "/common/imagen_directa.htm?img="+imagen+"&pie="+pie+"&w="+Ancho+"&h="+Alto;
w_new = window.open("",Ancho+Alto,features);
w_new.document.write("<html>");
w_new.document.write("<head>");
w_new.document.write("<title>Turismo - "+pie+"</title>");
w_new.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">");
w_new.document.write("</head>");
w_new.document.write("<body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 bgcolor=#000000>");
w_new.document.write("<table border=0 bgcolor=#000000 cellpadding=0 cellspacing=0 vspace=0 hspace=0>");
w_new.document.write("<tr>");
w_new.document.write("<td bgcolor=#000000 align=right height=11><a href=\'javascript:window.close()\'><img src=\'/grafs/cerrar2.gif\' width=\'61\' height=\'11\' border=0></a></td>");
w_new.document.write("</tr>");
w_new.document.write("<tr>");
w_new.document.write("<td bgcolor=#000000>");
w_new.document.write("<img src='");
w_new.document.write(imagen + "'");
w_new.document.write(" width='");
w_new.document.write(Ancho + "'");
w_new.document.write(" height='");
w_new.document.write(Alto + "'");
w_new.document.write(" alt=");
w_new.document.write(pie);
w_new.document.write("></td>");
w_new.document.write("</tr>");
w_new.document.write("</table>");
w_new.document.write("<div visibility=hidden>");
w_new.document.write("<IMG BORDER=0 SRC=http://hits.e.cl/cert/hit.dll?sitio_id=18873&path=/turismo/imagenes/&vc=3.00&size=1024&colors=32&referer=otro&java=true&idio=es-pe&cpu=x86&vers='4.0'>");
w_new.document.write("</div>");
w_new.document.write("</body>");
w_new.document.write("</html>");
}

