function footer(){

var strfooter="";

strfooter=strfooter+"<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center' height='80px' >";

strfooter=strfooter+"<tr>";

strfooter=strfooter+"<td width='30%' class='footer'><a href='http://www.tatabuildingindia.com/content/AboutTata.html' class='footer'>About Tata </a> | <a href='http://www.tatabuildingindia.com/content/Disclaimer.html' class='footer'>Disclaimer </a></td>";

/*strfooter=strfooter+"<td width='40%'class='footer' align='center'>  This site is Designed and Maintained by <a href='http://www.greycaps.com' class = 'Footer' target='_blank'>Greycaps</a></td>";*/

strfooter=strfooter+"<td width='30%' class='contentWhiteFooter' align='right'><a href='http://www.tatabuildingindia.com' class='footer'>&copy; Tata Building India 2011</a></td>";

//strfooter=strfooter+"<td width='10%'></td>";

strfooter=strfooter+"</tr>";

strfooter=strfooter+"</table>";

return(strfooter);

}


