function ventana_h(fich,piefoto) {
  ancho=screen.width;
  alto=screen.height;
  margen_h=ancho*10/100;
  margen_v=alto*15/100;
  desplaz_h=margen_h/2;
  desplaz_v=margen_v/4;
  ancho=ancho-margen_h;
  alto=alto-margen_v;
  margen_i=ancho*10/100;
  anchofoto=ancho-margen_i;
  
  miventana=window.open("","marco_fotos","width="+ancho+",height="+alto+",left="+desplaz_h+",top="+desplaz_v+",toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no");
  miventana.document.write("<html><head><title>FOTO MONTECORTO</title></head>");
  miventana.document.write("<body bottommargin='0' rightmargin='0' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#FFFFFF'  text='#000000'><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle'><p align='center'>");

  if(anchofoto<600) 
 	miventana.document.write("<img src="+fich+" width="+anchofoto+" border=0>");
  else
	miventana.document.write("<img src="+fich+" border=0>");

  miventana.document.write(" <br><a href='javascript:window.close()'><img src='ima/b_volver.gif' alt='Volver' border=0></a></p></td></tr></table>");
  miventana.document.write("</body></html>");
}

function ventana_v(fich,piefoto) {
  ancho=screen.width;
  alto=screen.height;
  margen_h=ancho*10/100;
  margen_v=alto*15/100;
  desplaz_h=margen_h/2;
  desplaz_v=margen_v/4;
  ancho=ancho-margen_h;
  alto=alto-margen_v;
  
  margen_i=alto*10/100;
  altofoto=alto-margen_i;
  
  miventana=window.open("","marco_fotos","width="+ancho+",height="+alto+",left="+desplaz_h+",top="+desplaz_v+",toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no");
  miventana.document.write("<html><head><title>FOTO MONTECORTO</title></head>");
  miventana.document.write("<body bottommargin='0' rightmargin='0' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#FFFFFF'  text='#000000'><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle' width='75%'><p align='center'>");
  if(altofoto<450) 
        miventana.document.write("<img src="+fich+" height="+altofoto+" border=0></p></td>");
  else
	miventana.document.write("<img src="+fich+" border=0></p></td>");
  miventana.document.write("<td valign='middle'><a href='javascript:window.close()'><img src='ima/b_volver.gif' alt='Volver' border=0></a>");
  miventana.document.write("</td></tr></table></body></html>");
}	

function ventana_p(fich,piefoto) {
  ancho=screen.width;
  alto=screen.height;
  margen_h=ancho*10/100;
  margen_v=alto*15/100;
  desplaz_h=margen_h/2;
  desplaz_v=margen_v/4;
  ancho=ancho-margen_h;
  alto=alto-margen_v;
  margen_i=ancho*15/100;
  anchofoto=ancho-margen_i;
  altofoto=alto-alto*15/100;
  
  miventana=window.open("","marco_fotos","width="+ancho+",height="+alto+",left="+desplaz_h+",top="+desplaz_v+",toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no");
  miventana.document.write("<html><head><title>FOTO MONTECORTO</title></head>");
  miventana.document.write("<body bottommargin='0' rightmargin='0' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#FFFFFF'  text='#000000'><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle'><p align='center'>"); 
  
  if(anchofoto<600)
	miventana.document.write("<APPLET archive='ptviewer.jar' code='ptviewer.class' width="+anchofoto+" height="+altofoto+">");
  else
 	miventana.document.write("<APPLET archive='ptviewer.jar' code='ptviewer.class' width="+500+" height=400>");

  miventana.document.write("<PARAM name=file value="+fich+">");
  miventana.document.write("<PARAM name=wait value='/pano/cargando.gif'><PARAM name=auto value='-0.2'><PARAM name=bgcolor value='FFFFFF'><PARAM name=cursor value='CROSSHAIR'></APPLET>");
  miventana.document.write("<br><br><a href='javascript:window.close()'><img src='ima/b_volver.gif' alt='Volver' border=0></a></p></td></tr></table>");
  miventana.document.write("</body></html>");
}

function ventana_imagen(fich) {
  ancho=screen.width;
  alto=screen.height;
  margen_h=ancho*10/100;
  margen_v=alto*15/100;
  desplaz_h=margen_h/2;
  desplaz_v=margen_v/4;
  ancho=ancho-margen_h;
  alto=alto-margen_v;
  margen_i=ancho*10/100;
  anchofoto=ancho-margen_i;
  
  miventana=window.open("","marco_fotos","width="+ancho+",height="+alto+",left="+desplaz_h+",top="+desplaz_v+",toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no");
  miventana.document.write("<html><head><title>IMAGEN DE MONTECORTO</title></head>");
  miventana.document.write("<body bottommargin='0' rightmargin='5' leftmargin='5' topmargin='5' marginwidth='0' marginheight='0' bgcolor='#FFFFFF'  text='#000000'><table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='middle'><p align='center'>");

  if(anchofoto<600) 
 	miventana.document.write("<img src="+fich+" width="+anchofoto+" border=0>");
  else
	miventana.document.write("<img src="+fich+" border=0>");

  miventana.document.write(" <br><a href='javascript:window.close()'><img src='ima/b_volver.gif' alt='Volver' border=0></a></p></td></tr></table>");
  miventana.document.write("</body></html>");
}
