// JavaScript Document

function setLogin(s) {
	for (var i = 0; i < document.login_form.selectlogin.length; i++) {
	   
		if (document.login_form.selectlogin.options[document.login_form.selectlogin.selectedIndex]) {
			var str = document.login_form.selectlogin.options[document.login_form.selectlogin.selectedIndex].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;
	}
}



function IBLogin() {
 	var newin = window.open("https://onlineteller.cu.com.au/bcProd/icu.html","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,fullscreen=yes,width=800,height=600,top=5,left=5");
 }

function IBLogin2() {
 	var newin = window.open("https://onlineteller.cu.com.au/bcProd/icubiz.html","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,fullscreen=yes,width=800,height=600,top=5,left=5");
 }



