// put in head for Andera application popup
function openAccount() {
	var cfgToken='';
	var w=766;
	var h=screen.height*0.75;
	var winl=(screen.width-w)/2;
	var wint=((screen.height-h)/2)*0.75;
	if(openAccount.arguments.length) {
		cfgToken="&selectedProducts="+openAccount.arguments[0];
	}
	window.open('https://secure.andera.com/index.cfm?fiid=B0206B3E9199475BACC1CB9ED12D6A40'+cfgToken,'openAccount','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,menubar=no,status=yes,toolbar=no,resizable=yes');
}
	