<!-- 
copy="Copyright &copy; ";
js=" Mettur Super Services";
today=new Date();
y0=today.getFullYear();

function winopen(){
		open('http://www.crb.co.in', 'popUpWin', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbar=yes,resizable=yes,copyhistory=yes');
}
// Orange : #3300CC Blue : 3333FF
var str;
str = ""
str = "<style>.bgs{FONT: 7.5pt verdana,arial; TEXT-DECORATION: none;}</style>";
str += "<style>.forecolors{FONT: 7.5pt verdana,arial; COLOR: #000040; TEXT-DECORATION: none;}</style>";
str += "<style>A.footer{FONT: 7.5pt verdana,arial; COLOR: #3366FF; TEXT-DECORATION: none;}</style>";
str += "<style>A.footer:hover{FONT: 7.5pt verdana,arial; COLOR: #FF7533; TEXT-DECORATION: none;}</style>";
str += "<style>A.footernew{FONT: 7.5pt verdana,arial; COLOR: #000040; TEXT-DECORATION: none;}</style>";
str += "<style>A.footernew:hover{FONT: 7.5pt verdana,arial; COLOR: #FF7533; TEXT-DECORATION: none;}</style>";

str += "<hr width='660' />";

str += "<table width='93%' border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td height='20' colspan='2' align='center'>";

str += "<table width='100%'  border='0' cellpadding='0' cellspacing='0' bgcolor=''>";
str += "	<tr>";
str += "	  <th class='bgs' width='87%' height='15' align='middle' scope='col'><font color='#3366FF'>";
str += "		<a class='footer' href='index.asp'>Home</a> | ";
str += "		<a class=footer  href='Aboutus.asp'>About Us</a> | ";
str += "		<a class=footer  href='Services.asp' >Services</a> | ";
str += "		<a class=footer href='Facilities.asp'>Facilities</a> | ";
str += "		<a class=footer href='Feedback.asp' >Feedback</a> | ";
str += "		<a class=footer href='Branches.asp'>Branches </a> ";
str += "		</font></th>";
str += "	</tr>";
str += "</table>";

str += "</td>";
str += "</tr>";
str += "<tr>";
str += "<td align='left' height='20' class='forecolors'>&nbsp;"+copy+y0+js+"</td>";
str += "<td align='right'  style='Cursor:Hand;' onClick='return winopen();'  class='forecolors'>CRB Solutions</td>";
str += "</tr>";
str += "</table>";

document.write(str);

//-->


