function IBLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://ib2.inetbank.net.au/wmcubusinessbanking/buslogin.jsp?busLogin=false","HomeBank","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
 }	
 

 /* 
 
 function IBLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("http://www.waggamutual.com.au/ib-int.html","HomeBank","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
 }	 */