
//function MstImg( cImg, nLng, nAlt )
// nLng: longitud
// nAlt: altura

//  2002 - GESTION DE BALNEARIOS - JAACH

function MstImg( cImg )
// cargar una imagen en grande
// cImg: nombre imagen
{

  wImg = self;
  wImg.document.write("<html>  <head>  <title>BalneaTermal</title>");  
  wImg.document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>");
  wImg.document.write("<body bgcolor='#CCFFFF' text='#000000' vlink='#000000' alink='#000000' link='#000000'>");
  wImg.document.write("<div align='center'>  <table width='728' border='0' height='13' align='center' cellpadding='0' cellspacing='0'>");
  wImg.document.write("<tr> <td height='21'> <table width='750' border='0' height='39' cellpadding='0' cellspacing='0'>");
  wImg.document.write("<tr> <td width='84' height='39'> <div align='left'><a href='/index.htm' target='_self'>");
  wImg.document.write("<img src='/comun/logo-c.jpg' width='68' height='60' border='0'></a></div>");
  wImg.document.write("</td> <td width='206' height='39'> ");
  wImg.document.write("<div align='center'> <a href='/index.htm' target='_self'><img src='/comun/tex.jpg' width='221' height='34' border='0'>");
  wImg.document.write("</a></div> </td> <td width='374' height='39'> <div align='center'>");
  wImg.document.write("<font size='5' face='Verdana, Arial, Helvetica, sans-serif'>Imagen Ampliada</font></div> </td>");
  wImg.document.write("<td width='80' height='39'> <div align='center'>"); 
  wImg.document.write("<table width='65' border='0' cellspacing='5' cellpadding='0' height='26'>");
  wImg.document.write("<tr> <td><a href='index.htm' target='_self'>");
  wImg.document.write("<img src='/bandp/besp.jpg' width='20' height='15' alt='Sitio Web En Espa&ntilde;ol' border='0'></a></td>");
  wImg.document.write("<td><a href='indexg.htm' target='_self'><img src='/bandp/bgal.jpg' width='20' height='15' alt='Sitio Web En Galego' border='0'></a></td>");
  wImg.document.write("<td><a href='indexp.htm' target='_self'><img src='/bandp/bpor.jpg' width='20' height='15' alt='Sitio Web En Portugu&eacute;s' border='0'></a></td>");
  wImg.document.write("</tr><tr> <td><a href='indexa.htm' target='_self'>");
  wImg.document.write("<img src='/bandp/bale.jpg' width='20' height='15' alt='Web Seite  In Deutsch' border='0'></a></td>");
  wImg.document.write("<td><a href='indexi.htm' target='_self'><img src='/bandp/bgbr.jpg' width='20' height='15' alt='Web Site In English' border='0'></a></td>");
  wImg.document.write("<td><a href='indexf.htm' target='_self'><img src='/bandp/bfra.jpg' width='20' height='15' alt='Web Page En Fran&ccedil;ais' border='0'></a></td>");
  wImg.document.write("</tr> </table> </div> <p align='center'>&nbsp;</p></td></tr></table></td></tr><tr> ");
  wImg.document.write("<td height='2'><img src='/comun/lagua1.jpg' width='750' height='10'></td>");
 
//  wImg.document.write("</tr></table><p><img src=" + cImg + " width=" + nLng + " height=" + nAlt + "></p>");
  wImg.document.write("</tr></table><p><img src=" + cImg + "></p>");  
  
  wImg.document.write("</div><div align='center'><table width='707' border='0' align='center' height='13' cellpadding='0' cellspacing='0'>");
  wImg.document.write("<tr> <td height='2'> <div align='center'><img src='/comun/lagua1.jpg' width='750' height='10'></div>");
  wImg.document.write("</td> </tr> </table> <table width='750' border='0' height='8' align='center' cellpadding='0' cellspacing='0'>");
  wImg.document.write("<tr> <td width='32' height='5'> ");
  wImg.document.write("<div align='center'><font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT' size='2'>");
  wImg.document.write("<a href='javascript:history.back()' target='_self'>");
  wImg.document.write("<img src='/comun/f-atras.jpg' width='30' height='25' alt='P&aacute;gina Atr&aacute;s' border='0'></a></font></div>");
  wImg.document.write("</td> <td width='144' height='5'>  ");
  wImg.document.write("<div align='center'><font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT' size='2'><a href='javascript:history.back()' target='_self'>P&aacute;gina ");
  wImg.document.write("Atr&aacute;s</a></font></div> </td> <td width='413' height='5'> ");
  wImg.document.write("<div align='center'><font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT'>");
  wImg.document.write("<font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT'><font size='1'><font size='3'><font size='2'>");
  wImg.document.write("</font></font></font></font></font></div> </td>  <td width='10' height='5'> <div align='center'> ");
  wImg.document.write("<font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT' size='2'>");
  wImg.document.write("<a href='/index.htm' target='_self'><img src='/comun/logo-d.jpg' width='30' height='26' border='0' alt='P&aacute;gina Principal'></a></font></div>");
  wImg.document.write("</td> <td width='146' height='5'> <div align='center'> ");
  wImg.document.write("<font face='Verdana, Arial, Helvetica, sans-serif, Allegro BT' size='2'>");
  wImg.document.write("<a href='/index.htm' target='_self'>P&aacute;gina Principal</a></font></div>");
  wImg.document.write("</td> </tr> </table> </div> </body> </html>");

}



