function Setlink2()
{
var str="";            
str+="<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0>";
str+="<TR><TD rowspan='2' background='regent/leftbottom.gif' WIDTH=165 HEIGHT=42 align=center><img src='regent/spacer.gif' width=1 height=37><a href='http://www.advanceecomsolutions.com' target=aes><img src='regent/aes.gif' border=0></a></TD>";
str+="<td background='regent/copyrightbg.gif' width='615' height='23' align='center'><a href='index.html' class='lnk'>Home</a> &nbsp; &nbsp; | &nbsp; &nbsp; <a href='cleaning_technology.asp' class='lnk'>Products</a> &nbsp; &nbsp; | &nbsp; &nbsp; <a href='research.html' class='lnk'>R & D</a> &nbsp; &nbsp; | &nbsp; &nbsp; <a href='news.html' class='lnk'>News & Events</a> &nbsp; &nbsp; | &nbsp; &nbsp; <a href='contactus.html' class='lnk'>Contact Us</a></td></TR>";
str+="<TR><TD align='center' background='regent/txtlnk.gif' WIDTH=615 HEIGHT=19 class='graystxt'> &nbsp;  &nbsp; &nbsp; © 2004 Regent Ecotech Pvt. Ltd. &nbsp; &nbsp;  Best viewed in 800 x 600 Resolution on Ver. 5+ Internet Explorer browser. &nbsp; </TD>";
str+="</TR></TABLE>";
document.write(str);
}