

function popupWinEmployer()
{
	h = (window.screen.availHeight - 60);
	w = (window.screen.availWidth - 20);
	window.open("https://www.auswide.com.au/aus/employer/index.jsp", 'ePASS', 'width=' + w +',height=' + h +',screenX=5,screenY=5,left=5,top=5,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,toolbar=no,status=no');
}

function popupWinMember()
{
	h = (window.screen.availHeight - 60);
	w = (window.screen.availWidth - 20);
	window.open("https://www.auswide.com.au/aus/member/index.jsp", 'ePASS', 'width=' + w +',height=' + h +',screenX=5,screenY=5,left=5,top=5,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,toolbar=no,status=no');
}

function popupWinAdviser()
{
	h = (window.screen.availHeight - 60);
	w = (window.screen.availWidth - 20);
	window.open("https://www.auswide.com.au/aus/adviser/index.jsp", 'ePASS', 'width=' + w +',height=' + h +',screenX=5,screenY=5,left=5,top=5,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,toolbar=no,status=no');
}

function popupWinAPMember()
{
	h = (window.screen.availHeight - 60);
	w = (window.screen.availWidth - 20);
	window.open("https://www.auswide.com.au/aus_apweb/member/index.jsp", 'ePASS', 'width=' + w +',height=' + h +',screenX=5,screenY=5,left=5,top=5,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,toolbar=no,status=no');
}