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=F156919C8EE449EAA371DB10908597BF'+cfgToken,'openAccount','height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,menubar=no,status=yes,toolbar=no,resizable=yes'); 
}
