// JavaScript Document



 function IBLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://ezynet.hunterunited.com.au/kiosk/shlogon.shtml","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }



 function MobileIBLogin() {
 	//var win_height=screen.height-100;
	//var win_width=screen.width-30;
	//var newin = window.open("https://ezynet.hunterunited.com.au/kiosk/index.shtml","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
	window.location="https://ezynet.hunterunited.com.au/kiosk/index.shtml";
	
 }


 function eTrade() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("http://hunterunited.onlineshares.net/","IBANK3_2","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }


 function superChoiceOnline() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://hunter.cubssuper.com.au/aol/index.html","IBANK3_3","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }


// SETLOGIN.JS
function setLogin(s) {
	for (var i = 0; i < document.login_form.selectlogin.length; i++) {
		if (document.login_form.selectlogin[i].checked) {
			var str = document.login_form.selectlogin[i].value;
			break;
		}
	}
	var arrayOfURL = str.split(",");
	var URL1 = arrayOfURL[0];
	var URL2 = arrayOfURL[1];
	if (s == 1)
	{
		if (URL1 != "") window.location.href = URL1;
	}
	else
	{
		if (URL2 != "") window.location.href = URL2;
	}
}



