function Footer(){
	document.write('						<table cellspacing="0" cellpadding="0" width="100%" ID="Table5">');
	document.write('						<tr>');
								document.write('<td height="4" bgcolor=#3399ff></td>');
							document.write('</tr>');
							document.write('<tr bgcolor=#333333>');
								document.write('<td align="center">');
									document.write('<table cellspacing="6" cellpadding="0" ID="Table6">');
										document.write('<tr>');
											document.write('<td align="left"><p><a href="index.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">COMPANY</a></p></td><td bgcolor=LightGrey width="1"></td>');
											document.write('<td align="left"><p><a href="services.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">ABOUT US</a></p></td><td bgcolor=LightGrey width="1"></td>');
											document.write('<td align="left"><p><a href="clients.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">CLIENTS</a></p></td><td bgcolor=LightGrey width="1"></td>');
											document.write('<td align="left"><p><a href="products.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">PRODUCTS</a></p></td><td bgcolor=LightGrey width="1"></td>');
											document.write('<td align="left"><p><a href="facility.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">FACILITY</a></p></td><td bgcolor=LightGrey width="1"></td>');
											document.write('<td align="left"><p><a href="contact.htm" style="FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: silver">CONTACT US</a></p></td>				');
										document.write('</tr>');
									document.write('</table>');
								document.write('</td>');
							document.write('</tr>');
							document.write('<tr bgcolor=Gray>');
								document.write('<td align="center">');
									document.write('<p style="FONT-SIZE: 10px; COLOR: #ffffff">COPYRIGHTS &copy; 2007 Bhavnish Metal Works, All rights reserved</p>');
								document.write('</td>');
							document.write('</tr>');
							document.write('<tr bgcolor=Gray>');
								document.write('<td align="center">');
									document.write('<p style="FONT-SIZE: 10px; COLOR: #ffffff">Designed &amp; Developed by:- <a href="http://www.eWorldwideservices.com" style="COLOR: #ffffff">eWorldwideservices</a></p>');
								document.write('</td>');
							document.write('</tr>	');
						document.write('</table>');
}
