// JavaScript Document

function menu_lateral() {
var ruta = wwwroot + "377/";
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "central/central.htm' class='mmhide_MenuLateral'>Centrales</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "editorial/editorial.htm' class='mmhide_MenuLateral'>Editorial</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "infgral/infgral.htm' class='mmhide_MenuLateral'>General</a></td>");
document.write("                        </tr>");
/*document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "carpeta/prueba.htm' class='mmhide_MenuLateral'>Prueba</a></td>");
document.write("                        </tr>");*/
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "campus/campus.htm' class='mmhide_MenuLateral'>Campus</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "entrevista/entrevista.htm' class='mmhide_MenuLateral'>Entrevista</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "becas/becas.htm' class='mmhide_MenuLateral'>Becas y oportunidades</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "arte/arte.htm' class='mmhide_MenuLateral'>Arte</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "deportes/deportes.htm' class='mmhide_MenuLateral'>Deportes</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "contra/contra.htm' class='mmhide_MenuLateral'>Contraportada</a></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle' style='padding-top:5px; padding-bottom:5px'><hr noshade width='80%' size='1' align='left'/><p><a href='http://www.uv.mx/universo/anterior.html' class='mmhide_MenuLateral'>Números Anteriores</a></p><hr noshade width='80%' size='1' align='left'/></td>");
document.write("                        </tr>");
document.write("                        <tr>");
document.write("                          <td height='33' valing='middle'><a href='" + ruta + "creditos/creditos.htm' class='mmhide_MenuLateral'>Cr&eacute;ditos</a></td>");
document.write("                        </tr>");

document.write("                      </table>");
} 