NetBankingURL="https://netbanking.abnamro.co.in/BANKAWAY?Action.RetUser.Init.001=Y&AppSignonBankId=ABN&AppType=corporate";

function popupNetBanking() {
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open(NetBankingURL,"NetBanking","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false,status=yes,directories=false,location=false");
}
