function createjsDOMenu() { 
staticMenu1 = new jsDOMenu(138, "static", "staticMenu", true);
with (staticMenu1) {
addMenuItem(new menuItem("Informes / Documentos", "", "Textos_68.html"));
addMenuItem(new menuItem("Proyectos de Investigacion", "", "Textos_69.html"));
addMenuItem(new menuItem("Ponencias", "", "Textos_2.html"));
addMenuItem(new menuItem("Notas de prensa", "", "Textos_47.html"));
show();
}
}