topMenu = "<td width='25%'><div align='center'><a href='index.htm' class='topmenu'>Home</a></div></td>";
topMenu = topMenu + '<td width="25%"><div align="center"><a href="People.htm" class="topmenu">People</a></div></td>';
topMenu = topMenu + '<td width="25%"><div align="center"><a href="AllPubs.php" class="topmenu">Publications</a></div></td>';
topMenu	= topMenu + '<td width="25%"><div align="center"><a href="conf.htm" class="topmenu">Related Conferences </a></div></td>';
 
document.write(topMenu);
