// JavaScript Document
function menu_top()
{
var str=""
str+="<table align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr >";
str+="<td align='left' valign='top' colspan='8' onMouseover='hideall();'>";
str+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='780' height='243'>";
str+="<param name='movie' value='media/banner.swf'>";
str+="<param name='quality' value='high'>";
str+="<param name='menu' value='false'>";
str+="<param name='wmode' value='opaque'>";
str+="<embed src='media/banner.swf' wmode='opaque' quality='high' menu='false' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='780' height='243'></embed>";
str+="</object>";
str+="</td>";
str+="</tr>";
str+="<tr>";
str+="<td class='padding_menu1' background='images/home_bg_2.jpg' height='41' width='42' ><a href='index.html'  class='menulink' onMouseover='hideall();shideall();'>Home</a></td>";
str+="<td class='padding_menu1' background='images/about_bg_2.jpg' height='41' width='65' ><a href='about_us.html'  class='menulink'  onMouseover='menu(0);shideall();'>About Us</a></td>";
str+="<td class='padding_menu1' background='images/mutt_bg_2.jpg' height='41' width='37' ><a href='mutt.html'  class='menulink'  onMouseover='menu(1);shideall();'>Mutt</a></td>";
str+="<td class='padding_menu1' background='images/institution_bg_2.jpg' height='41' width='83' ><a href='institution.html' class='menulink'  onMouseover='menu(2);shideall();'>Institutions</a></td>";
str+="<td class='padding_menu1' background='images/service_bg_2.jpg' height='41' width='61' ><a href='services.html'  class='menulink'  onMouseover='menu(3);shideall();'>Services</a></td>";
str+="<td class='padding_menu1' background='images/publication_bg_2.jpg' height='41' width='90' ><a href='publication.html' class='menulink'  onMouseover='menu(4);shideall();'>Publications</a></td>";
str+="<td class='padding_menu1' background='images/photo_gallery_bg2.jpg' height='41' width='100' ><a href='photo_gallery.html' class='menulink'  onMouseover='menu(5);shideall();'>Photo Gallery</a></td>";
str+="<td class='padding_menu1' background='images/contact_bg2.jpg' height='41' width='78'><a href='contact_us.html' class='menulink' onMouseover='hideall();shideall();'>Contact Us</a></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}



function menu_bottom()
{
var str=""
str+="<table align='center' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr>";
str+="<td align='center' valign='middle' colspan='3' height='59' width='780' background='images/bott_menu_bg.jpg'>";
str+="<a href='index.html' class='bott_menulink'>Home |</a> <a href='about_us.html' class='bott_menulink'>About Us |</a> <a href='mutt.html' class='bott_menulink'>Mutt | </a><a href='institutions.html' class='bott_menulink'>Institutions | </a> <a href='services.html' class='bott_menulink'>Services | </a> <a href='publication.html' class='bott_menulink'>Publications |</a><a href='photo_gallery.html' class='bott_menulink'> Photo Gallery |</a><a href='contact_us.html' class='bott_menulink'> Contact Us</a>";
str+="<br><font class='copyright'>© copyright 2006, www.sivasiva.in.</font>";
str+="</td>";
str+="</tr>";
str+="</table>";
document.write(str);
}


