// JavaScript Document

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

function IBLoginGosford() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://secure.gosfordcreditunion.com.au/iblaunch.asp","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }

function IBLoginReliance() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://secure.reliance.com.au/iblaunch.asp","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }

 function etradeLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("http://mmpcu.onlineshares.net","eTrade",",");
 }


 function etradeLoginGosford() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("http://gosfordcreditunion.onlineshares.net","eTrade",",");
 }


 function etradeLoginReliance() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("http://reliance.onlineshares.net","eTrade",",");
 }





function IBLoginMobile() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://is2.cuviewpoint.net/mvpmobilewwcu/SignOn/Login.aspx","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
 }
