function header_popup(){

document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
		document.write("<td height='55'><img src='images/hdfc_logo.gif' width='192' height='31' hspace='12' alt='HDFC Bank' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td valign='top' bgcolor='#17266D'><img src='images/1ptrans.gif' width='2' height='6' alt=''></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td valign='top'><img src='images/1ptrans.gif' width='2' height='1' alt=''></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td valign='top' class='toolbox_shdw'><img src='images/1ptrans.gif' width='2' height='10' alt=''></td>");
	document.write("</tr>");
document.write("</table>");

}

function opennewwindow(filename)
		{
		
		var winheight=screen.height - 65;
		var winwidth=screen.width - 15;
		window.open(filename,"","width="+winwidth+",height="+winheight+",scrollbars=yes ,menubar=no,location=no,left=0,top=0")
			
		}