function documentLinkPopup(dlURl, dlName, dlOptions){
	window.open(dlURl, dlName, dlOptions);
}

function showLeaveSiteWarning(str_URL, bol_newWindow, str_message)
{
	alert (str_message);

	if(bol_newWindow == '' || bol_newWindow == 'false')
	{
		document.location.href=str_URL;
	}else{
		splashWin = window.open(str_URL,'newWindow', 'fullscreen=0,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
	}

}

function linkGIROPOST(){
	if(confirm("You are now leaving a BankWest site.\n\nBankWest is not responsible for the content of the site you are entering.\n\nPlease see the Website Disclaimer for further details. This disclaimer can be accessed by clicking on the link Please read our disclaimer at the bottom of any BankWest webpage.")){
		window.open("http://www.australiapost.com.au/IXP/0,1083,CH2017%257EMO19,00.html","AustraliaPost", "fullscreen=no,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
	}
}

function openGlossaryWindow(str_word, str_currentLevel)
{
	splashWin = window.open(str_currentLevel + 'library/scripts/glossaryEngine.asp?word=' + str_word,'glossary', 'width=200,height=200,fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1');
}