// JavaScript Document

 function IBLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://is2.cuviewpoint.net/mvpmaritime/login.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;
	// OLD
	//var newin = window.open("https://mvp.gosfordcreditunion.com.au/mvpgosford/Login.asp","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
	
	//TEMP
	//window.location = "/index.php?option=com_content&view=article&id=771&Itemid=814";
	
	//NEW
	var newin = window.open("https://is2.cuviewpoint.net/mvpgosford/login.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://www.sharedservices.com.au/content/upload/files/maritime/etrade/index.html","eTrade","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
 }
