function popup(){

document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td height='1' colspan=2></td>");
document.write("</tr>");
document.write("<tr><td height='1' bgcolor='#999999' colspan=2></td>");
document.write("</tr><tr><td class='txt' height='20'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='/aboutus/terms_conditions/privacy.htm' class='lnk'>Privacy</a> | <a href='/aboutus/terms_conditions/security.htm' class='lnk'>Security</a> | <a href='/aboutus/terms_conditions/default.htm' class='lnk'>Website Usage Terms</a>");
document.write("</td>");
document.write("<td class='txt' align='right'>&copy; HDFC Bank Ltd. All rights reserved.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("</td>");
document.write("</tr>");
document.write("</table>");

}