//MENU DE LA DERECHA

//COMIENZO DEL MENU
document.write("<div id=\"menu\">\n");

//LAS SECCIONES COMO <h1>, Y DENTRO EL TAG <a class=\"menu_seccion\"> (SI HACE FALTA)
document.write("<h1><a href=\"./../home/index.html\"id=\"menu_seccion\">MAIN PAGE</a></h1>\n");


document.write("<h1>PUBLICATIONS</h1>\n");

//LAS SUBSECCIONES COMO <h2>, Y DENTRO EL TAG <a class=\"menu_subseccion\">
document.write("<h2><a href=\"./../publications/journal.articles.html\"id=\"menu_subseccion\">Journal Articles</a></h2>\n");
document.write("<h2><a href=\"./../publications/conference.papers.html\"id=\"menu_subseccion\">Conference Papers</a></h2>\n");
document.write("<h2><a href=\"./../publications/books.html\"id=\"menu_subseccion\">Books</a></h2>\n");
document.write("<h2><a href=\"./../publications/book.chapters.html\"id=\"menu_subseccion\">Book Chapters</a></h2>\n");
document.write("<h2><a href=\"./../publications/phd.dissertations.html\"id=\"menu_subseccion\">PhD Dissertations</a></h2>\n");
document.write("<h2><a href=\"./../publications/technical.reports.html\"id=\"menu_subseccion\">Technical Reports</a></h2>\n");
document.write("<h2><a href=\"./../publications/tutorials.html\"id=\"menu_subseccion\">Tutorials</a></h2>\n");
document.write("<h2><a href=\"./../publications/invited.talks.html\"id=\"menu_subseccion\">Invited Talks</a></h2>\n");
document.write("<h2><a href=\"./../publications/patents.html\"id=\"menu_subseccion\">Patents</a></h2>\n");


document.write("<h1>MEMBERS</h1>\n");

document.write("<h2><a href=\"./../members/staff.html\"id=\"menu_subseccion\">Staff</a></h2>\n");
document.write("<h2><a href=\"./../members/postdoc.researchers.html\"id=\"menu_subseccion\">PostDoc Researchers</a></h2>\n");
document.write("<h2><a href=\"./../members/phd.students.html\"id=\"menu_subseccion\">PhD Students</a></h2>\n");
document.write("<h2><a href=\"./../members/exmembers.html\"id=\"menu_subseccion\">Ex-members</a></h2>\n");


document.write("<h1><a href=\"./../topics/research.topics.html\"id=\"menu_seccion\">RESEARCH TOPICS</a></h1>\n");

document.write("<h1><a href=\"./../news/news.media.html\"id=\"menu_seccion\">NEWS & MEDIA</a></h1>\n");

document.write("<h1>PROJECTS AND COLLABORATIONS</h1>\n");

document.write("<h2><a href=\"./../projects.and.collaborations/projects.html\"id=\"menu_subseccion\">Projects</a></h2>\n");
document.write("<h2><a href=\"./../projects.and.collaborations/company.collaborations.html\"id=\"menu_subseccion\">Company Collaborations</a></h2>\n");


document.write("<h1><a href=\"./../links/links.html\"id=\"menu_seccion\"><h1>LINKS</a></h1>\n");

document.write("<div id=\"menu_copyright\">\n");
document.write("ISG &copy;2009 &nbsp;\n");
document.write("</div>\n");

document.write("</div>\n");

