function disclaimer(passedWebsite) {
	if(confirm('You are leaving the Grand Bank website. The site you have chosen is independent from Grand Bank. Grand Bank disclaims control or responsibility for this third party linked site and does not guarantee the accuracy, completeness, efficiency or timeliness of the information contained therein. Be aware that the privacy policy of the third party site is not that of Grand Bank.')) {
		window.open(passedWebsite,'NewWin','toolbar,status,resizable,location,scrollbars,menubar'); }
}