<!-- Begin Menu

// NOTE: If you use a ' add a slash before it like this \

document.write('              <tr>');
document.write('                <td background="images/orange/bg_side01_o.gif">');
document.write('                  <table width="90%" border="0" align="center" cellpadding="3" cellspacing="0">');
document.write('                    <tr>');
document.write('                      <td width="10" height="5"><img src="images/spacer.gif" width="5" height="5"></td>');
document.write('                      <td height="5"><img src="images/spacer.gif" width="5" height="5"></td>');
document.write('                    </tr>');

// START OF MENU

document.write('                      <tr>');
document.write('                        <td><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="/index.html" class="nolineg">Inicio</a></td>');
document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="/nosotros.html" class="nolineg">Nosotros</a></td>');
document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td width="10"><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="/servicios.html" class="nolineg">Servicios</a></td>');
document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td width="10"><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="/admision.html" class="nolineg">Admisi&oacute;nes</a></td>');
document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td width="10"><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="/contacto.html" class="nolineg">Contactos</a></td>');
document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td width="10"><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a href="calendario.html">Calendario</a></td>');
document.write('                      </tr>');

// document.write('                      <tr>');
// document.write('                        <td width="10"><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
// document.write('                        <td><a href="galeria.html">Galeria de Fotos</a></td>');
// document.write('                      </tr>');

document.write('                      <tr>');
document.write('                        <td><img src="images/orange/dot_o.gif" width="10" height="8"></td>');
document.write('                        <td><a target="_blank" href="https://mail.google.com/a/colegioroquediaz.com/">Acceso a Email </a></td>');
document.write('                      </tr>');

// END OF MENU

document.write('                    <tr>');
document.write('                      <td height="5"><img src="images/spacer.gif" width="5" height="5"></td>');
document.write('                      <td height="5"><img src="images/spacer.gif" width="5" height="5"></td>');
document.write('                    </tr>');
document.write('               </table></td>');
document.write('              </tr>');

// END

-->