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