function footer_note()
{
document.write("<table border=0 cellspacing=0 cellpadding=0 width=100%>")
document.write("<tr>")
document.write("<td><hr color='#BAB9B7' width='100%' size='1'></td>")
document.write("</tr>")
document.write("</table>")
document.write("<table border='0' cellspacing='0' cellpadding='0' width='100%' align='center'>")
//document.write("<tr><td>&nbsp;</td></tr>")
document.write("<tr>")
document.write("<td align=center><font color=black face=arial size=1><b>")
document.write("Site designed, developed and maintained by <a href='mailto:cyberstation-im@eth.net' style='text-decoration:none'><font color=red face=arial size=1>The Ultimate CyberStation</font></a>. <br>&copy; www.Lloyds.in</font>")
document.write("</b></font></td>")
document.write("</tr>")
document.write("</table>")
}

function footer_link()
{
document.write("<table border='0' cellspacing='0' cellpadding='0' width='100%' align='center'>")
document.write("<tr><td>&nbsp;</td></tr>")
document.write("<tr><td class='footerlinktd'>")
document.write("<a href='index.htm' class='footerlink'><span id='hm' onmouseover=getfcolor('hm') onmouseout=downfcolor('hm')>Home</span></a>&nbsp;|&nbsp;")
document.write("<a href='aboutus.htm' class='footerlink'><span id='aboutus' onmouseover=getfcolor('aboutus') onmouseout=downfcolor('aboutus')>About us</span></a>&nbsp;|&nbsp;")
document.write("<a href='products.htm' class='footerlink'><span id='pr' onmouseover=getfcolor('pr') onmouseout=downfcolor('pr')>Products</span></a>&nbsp;|&nbsp;")
document.write("<a href='lloyds_steel_plants.htm' class='footerlink'><span id='pl' onmouseover=getfcolor('pl') onmouseout=downfcolor('pl')>Plants</span></a>&nbsp;|&nbsp;")
document.write("<a href='financials.htm' class='footerlink'><span id='fn' onmouseover=getfcolor('fn') onmouseout=downfcolor('fn')>Financials</span></a>&nbsp;|&nbsp;")
document.write("<a href='careers.htm' class='footerlink'><span id='ca' onmouseover=getfcolor('ca') onmouseout=downfcolor('ca')>Careers</span></a>&nbsp;|&nbsp;")
document.write("<a href='enquiry.htm' class='footerlink'><span id='en' onmouseover=getfcolor('en') onmouseout=downfcolor('en')>Enquiry</span></a>&nbsp;|&nbsp;")
document.write("<a href='contactus.htm' class='footerlink'><span id='cu' onmouseover=getfcolor('cu') onmouseout=downfcolor('cu')>Contact Us</span></a>")
/*
document.write("<a href='contactus.htm' class='footerlink'><span id='cu' onmouseover=getfcolor('cu') onmouseout=downfcolor('cu')>Contact Us</span></a>&nbsp;|&nbsp;")
document.write("<a href='http://220.227.194.203/exchange/' target='_blank' class='footerlink'><span id='em' onmouseover=getfcolor('em') onmouseout=downfcolor('em')>Email</span></a>")*/
document.write("</td></tr>")
document.write("</table>")
}

function getfcolor(x){
	document.getElementById(""+ x +"").style.color='red';
}
function downfcolor(x){
	document.getElementById(""+ x +"").style.color='black';
}