<html>

<head>
  <title></title>
  <meta name="GENERATOR" content="Quanta Plus">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
    <form name="the_form" method=GET action="[program]">
                <table width="100%" border="1">
                        <tr>
                                <td width="50%" rowspan="2"><input name="img" type="image" src="[img]" width=500 height=400 border=2></td>
                                <td width="50%" height="50%" align="left" valign="top">
                                        <table border="1" width="300">
                        <tr>
                            <td rowspan="2">
                                <table border="1" width="250">
                                    <tr>
                                        <td align="center" colspan="3"><input type="submit" value="Refrescar"></td>
                                    </tr>
                                    <tr>
                                        <td colspan="3" align="center">Zoom</td>
                                    </tr>
                                    <tr>
                                        <td width="100">Acercar<input type=radio name=zoomdir value=1 [zoomdir_1_check]></td>
                                        <td width="100">Alejar<input type=radio name=zoomdir value=-1 [zoomdir_-1_check]></td>
                                        <td width="100">En<input type=text name=zoomsize size=2 value=[zoomsize]></td>
                                    </tr>
                                    <tr>
                                        <td colspan="3" align="center">Pan<input type=radio name=zoomdir value=0 [zoomdir_0_check]></td>
                                    </tr>
                                </table>
                            </td>
                            <td>
                                <table border="0" width="200">
                                    <tr>
                                        <td><input type="checkbox" name="layer" value="municipios" [municipios_check]>Municipios</td>
                                    </tr>
                                    <tr>
                                        <td><input type="checkbox" name="layer" value="lakes" [lakes_check]>centros poblados</td>
                                    </tr>
                                    <tr>
                                        <td><input type="checkbox" name="layer" value="states" [states_check]>vialidad</td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td valign="top">
                    <table border="1" width="465">
                        <tr align="center">
                          <td>Estado</td>
                          <td>Municipios</td>
                          <td>Poblacion</td>
                        </tr>
                        <tr>
                          <td>Desc Est</td>
                          <td>Des Mun</td>
                          <td>Cant</td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <input type="hidden" name="imgxy" value="320 240">
                <input type="hidden" name="imgext" value="[mapext]">
                <input type="hidden" name="map" value="[map]">
                <input type="hidden" name="program" value="[program]">
    </form>
</body>
</html>