// zoo Document

function fnbottom()
{
var str="";
str+="<table width='100%' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr><td bgcolor='#267B6D' colspan='5'><img src='images/spacer.gif' width='100%' height='1' border='0' alt=''></td></tr>";
str+="<tr><td colspan='5'>";
str+="<table  width='100%' cellpadding='0' cellspacing='0' border='0'>";
str+="<tr>";
str+="<td class='tdcopyright' colspan='5'>&nbsp;&nbsp;&nbsp;© TTMS Threatened Taxa Monitoring System for south asian fauna, flora and fungi</td>";
str+="<td  align='right'><img src='images/bottom_img.jpg' width='174' height='34' border='0' alt=''>&nbsp;&nbsp;</td>";
str+="</tr>";
str+="</table>";
str+="</tr></td>";
str+="</table>";
document.write(str);
}

function fntop()
{
var str="";
str+="<tr><td colspan='5'>";
str+="<img src='images/menu_inner.gif'  alt='' width='780' height='31' border='0' usemap='#Map'></td></tr>";
str+="<map name='Map' id='Map'>";
str+="<area shape='rect' coords='26,1,89,29' href='index.html'>";
str+="<area shape='rect' coords='103,0,169,30' href='overview.html'>";
str+="<area shape='rect' coords='193,1,242,31' href='search.asp'>";
str+="<area shape='rect' coords='269,1,324,31' href='credits.html'>";
str+="<area shape='rect' coords='348,3,473,27' href='aboutus.html'>";
str+="</map>";
document.write(str);
}