
<!--
function writeJS(){
var str='';
str+='<table width="100%"  border="0" cellpadding="1" cellspacing="0">';
str+='      ';
str+='      <tr>';
str+='        <td width="300" height="40" align="left" valign="middle" bgcolor="#ced3e7" class="bottomTxt">&nbsp;&copy; 2010  Velammal - TIFAC.<br \/>';
str+='&nbsp;Designed by <a href="http://www.iTech-india.com" target="_blank" class="BdyTxt">iTech India<\a><\/td>';
str+='        <td width="620" align="center"><span class="style5"><span class="style6"><a href="index.html" class="blueBottom">Home<\/a><\/span> <\/span><span class="RedTxt">|<\/span><span class="style6"> <a href="about_us.html" class="blueBottom">About us<\/a> <\/span><span class="RedTxt">|<\/span><span class="style6"> <a href="r_group.html" class="blueBottom">Research Groups<\/a> <\/span><span class="RedTxt">|<\/span><span class="style6"> <a href="events.html" class="blueBottom">Events<\/a> <\/span><span class="RedTxt">|<\/span><span class="style6"> <a href="training.html" class="blueBottom">Training<\/a> <\/span><span class="RedTxt">|<\/span> <span ><a href="contact_us.html" class="blueBottom">Contact us<\/a><\/span><span class="style6"><a href="contact_us.html">&nbsp;<\/a><\/span><span class="RedTxt">|<\/span><span ><a href="sitemap.aspx" class="blueBottom">Site map<\/a><\/span><span class="style6"><a href="sitemap.aspx">&nbsp;<\/a><\/span> <\/td>';
str+='        <td width="90" align="right" valign="middle">';
str+='          <a href="http:\/\/validator.w3.org\/check?uri=referer"><img';
str+='        src="http:\/\/www.w3.org\/Icons\/valid-xhtml10-blue"';
str+='        alt="Valid XHTML 1.0 Transitional" width="88" height="31" border="0" \/><\/a>';
str+='          <img src="images\/tr.gif" alt="TIFAC" width="88" height="1" \/><\/td>';
str+='      <\/tr>';
str+='    <\/table>';
document.write(str);
}
writeJS();
//-->

