// IBLOGIN.JS
function IBLogin() {
 	var win_height=screen.height-100;
	var win_width=screen.width-30;
	var newin = window.open("https://netteller2.tsw.com.au/802124v47/ntv47.asp?wci=entry","IBANK3_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
 }
 
 
 function eTrade() {
 	var win_height=440;
	var win_width=300;
	var newin = window.open("http://www.sharedservices.com.au/content/upload/files/sharedservices/horizon/etrade/popup.asp","ETrade_1","status=yes,scrollbars=yes,resizable=yes,width=" + win_width + ",height=" + win_height + ",top=0,left=0");
 }