function showmenu() {

document.write('<table width=100% class="blacktablelinks" cellpadding="6" cellspacing="0"  border="2" bordercolor="white" align="center">');

document.write("<tr bgcolor= #000033 >");
document.write("<td width=85%>" + "<b>Purush Damodaran</b>, Ph.D." + 
"<br>" + "Assistant Professor" + 
"<br>" + "Industrial and Systems Engineering" + "&nbsp" + "&nbsp" +
"</td>");
document.write('<td rowspan="2" bgcolor = "white">' + '<img src="gif/FIU_mini.gif" align="right" >' + "</td>");
document.write("</tr>");


document.write("<tr bgcolor= black>");

document.write('<td colspan=1 align="center">' + 
'<a href ="teaching.html"  > Teaching </a> |' +
'<a href ="research.html" > Research </a> |' + 
'<a href="advise.html" > Student Advising </a> |' +
'<a href ="publications.html" > Publications </a> |' +
'<a href ="purushresume.pdf" target="new" > Vitae </a> |' +
'<a href="group.html"> Research Group </a> |' +
'<a href = "index.html" >Home </a> ' +
"</td>");
document.write("</tr>");



document.write("</table>");
}

function show_update() {

<!-- This Script Created by Kenneth Preston <drkennan@ionet.net>  -->
<!-- For this and 100s of other Free Javascripts, check out: -->
<!-- Free-Javascripts.com @ http://www.free-javascripts.com/ -->

<!-- Begin
var m = "Last Updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<font size =1>");
document.write(m.substring(p, 0));
document.writeln("</font>");
// End --> 

}