
function IBLogin() {
 	
	
		var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://secure2.adcu.com.au/iblaunch.asp","IBANK3_ADCU","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }
 
 function mobileIBLogin() {
 	var newin = window.open("https://ebank.adcu.com.au/mvpmobileadcu/SignOn/Login.aspx","IBANK3_ADCU","status=yes,scrollbars=yes,resizable=yes,fullscreen=yes,width=800,height=600,top=5,left=5");
 }


//https://ebank.adcu.com.au/mvp352/
