function footer_hm()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0'>")
		document.write("<tr>")
			document.write("<td>")
			document.write("<table cellpadding='2' cellspacing='0' border='0'>")
				document.write("<tr bgcolor='#003366'>")
					document.write("<td width='10'></td>")
					document.write("<td width='65'><a href='#' onclick=disclaimer('disclaimer.htm') class='whitelink'>DISCLAIMER</a></td>")
					document.write("<td width='4' class='whitelink'>|</td>")
					document.write("<td width='120'><a href='common/pdf/fair_practices.pdf' target='_blank' class='whitelink'>FAIR PRACTICES CODE</a></td>")
					document.write("<td width='4' class='whitelink'>|</td>")
					document.write("<td width='275'><a href='common/pdf/Internal_guidelines_on_corporate_governance.pdf' target='_blank' class='whitelink'>INTERNAL GUIDELINES ON CORPORATE GOVERNANCE</a></td>")
					document.write("<td width='4' class='whitelink'>|</td>")
					document.write("<td width='136'><a href='common/pdf/Policy_on_Interest_rates.pdf' target='_blank' class='whitelink'>INTEREST RATES POLICY</a></td>")
					document.write("<td width='160'></td>")
				document.write("</tr>")
			document.write("</table>")
			document.write("</td>")
		document.write("</tr>")
		document.write("<tr><td height='3'></td></tr>")
		document.write("<tr><td height='2' bgcolor='#003366'></td></tr>")
		document.write("<tr>")
			document.write("<td>")
			document.write("<table cellpadding='0' cellspacing='0' border='0' height='51'>")
				document.write("<tr bgcolor='#f5f5f5'>")
					document.write("<td width='15'></td>")
					document.write("<td width='402' class='footerlink'>Copyright Kotak Mahindra Group. All rights reserved.</td>")
					document.write("<td width='401' align='right'></td>")
					document.write("<td width='15'></td>")
				document.write("</tr>")
			document.write("</table>")
			document.write("</td>")
		document.write("</tr>")
		document.write("<tr><td height='10' bgcolor='#003366'></td></tr>")
	document.write("</table>")
}

function footer_inner()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0'>")
		document.write("<tr>")
			document.write("<td>")
			document.write("<table cellpadding='2' cellspacing='0' border='0'>")
				document.write("<tr bgcolor='#003366'>")
					document.write("<td width='10'></td>")
					document.write("<td width='65'><a href='#' onclick=disclaimer('../disclaimer.htm') class='whitelink'>DISCLAIMER</a></td>")
					document.write("<td width='4' class='whitelink'>|</td>")
					document.write("<td width='120'><a href='../common/pdf/fair_practices.pdf' target='_blank' class='whitelink'>FAIR PRACTICES CODE</a></td>")
					document.write("<td width='4' class='whitelink'>|</td>")
					document.write("<td width='300'><a href='../common/pdf/Internal_guidelines_on_corporate_governance.pdf' target='_blank' class='whitelink'>INTERNAL GUIDELINES ON CORPORATE GOVERNANCE</a></td>")
					//document.write("<td width='4' class='whitelink'>|</td>")
					//document.write("<td width='75'><a href='#' class='whitelink'>SITEMAP</a></td>")
					document.write("<td width='330'></td>")
				document.write("</tr>")
			document.write("</table>")
			document.write("</td>")
		document.write("</tr>")
		document.write("<tr><td height='3'></td></tr>")
		document.write("<tr><td height='2' bgcolor='#003366'></td></tr>")
		document.write("<tr>")
			document.write("<td>")
			document.write("<table cellpadding='0' cellspacing='0' border='0' height='51'>")
				document.write("<tr bgcolor='#f5f5f5'>")
					document.write("<td width='15'></td>")
					document.write("<td width='402' class='footerlink'>Copyright Kotak Mahindra Group. All rights reserved.</td>")
					document.write("<td width='401' align='right'></td>")
					document.write("<td width='15'></td>")
				document.write("</tr>")
			document.write("</table>")
			document.write("</td>")
		document.write("</tr>")
		document.write("<tr><td height='10' bgcolor='#003366'></td></tr>")
	document.write("</table>")
}

function disclaimer(linkname)
{
	window.open(linkname,'disclaimer','width=800, height=445, scrollbars=yes, top=20, left=100');
	void('0')
}