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