function MM_preloadImages(){
var d=document;
if(d.images){
if(!d.MM_p){
d.MM_p=new Array();
}
var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
for(i=0;i<a.length;i++){
if(a[i].indexOf("#")!=0){
d.MM_p[j]=new Image;
d.MM_p[j++].src=a[i];
}
}
}
}
function MM_swapImgRestore(){
var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++){
x.src=x.oSrc;
}
}
function MM_findObj(n,d){
var p,i,x;
if(!d){
d=document;
}
if((p=n.indexOf("?"))>0&&parent.frames.length){
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all){
x=d.all[n];
}
for(i=0;!x&&i<d.forms.length;i++){
x=d.forms[i][n];
}
for(i=0;!x&&d.layers&&i<d.layers.length;i++){
x=MM_findObj(n,d.layers[i].document);
}
if(!x&&d.getElementById){
x=d.getElementById(n);
}
return x;
}
function MM_swapImage(){
var i,j=0,x,a=MM_swapImage.arguments;
document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3){
if((x=MM_findObj(a[i]))!=null){
document.MM_sr[j++]=x;
if(!x.oSrc){
x.oSrc=x.src;
}
x.src=a[i+2];
}
}
}
function htmlEncode(s){
var str=new String(s);
str=str.replace(/&/g,"&amp;");
str=str.replace(/</g,"&lt;");
str=str.replace(/>/g,"&gt;");
str=str.replace(/"/g,"&quot;");
return str;
}
function toggleLayer(_13){
if(document.getElementById){
var _14=document.getElementById(_13).style;
_14.display=(_14.display=="none"||_14.display=="")?"block":"none";
}else{
if(document.all){
var _14=document.all[_13].style;
_14.display=(_14.display=="none"||_14.display=="")?"block":"none";
}else{
if(document.layers){
var _14=document.layers[_13].style;
_14.display=(_14.display=="none"||_14.display=="")?"block":"none";
}
}
}
}
function bookmark(){
if(document.all){
window.external.AddFavorite(location.href,document.title);
}else{
if(window.sidebar){
window.sidebar.addPanel(document.title,location.href,"");
}
}
}
function PFS_LoadPage(_15){
if(_15==true){
if(typeof (ProtoWindow)=="undefined"||ProtoWindow=="[ProtoWindow]"){
if(windowStuffLoaded==false){
loadWindowStuff();
}
}
}
if(typeof (pageStartup)!="undefined"){
pageStartup();
}
if(typeof (ProtoWindows)!="undefined"){
ProtoWindows.closeAll();
ProtoWindows.closeAllModalWindows();
}
}
function defaultPageLoad(){
PFS_LoadPage(true);
}
var acePopupWindow=null;
function acePopup(_16,_17,w,h,pos,_1b,f,_1d,_1e){
if(pos=="random"){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
}
if(pos=="center"){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;
}else{
if((pos!="center"&&pos!="random")||pos==null){
LeftPosition=100;
TopPosition=100;
}
}
settings="center:yes;resizable:no;dialogHeight:"+h+"px;dialogWidth:"+w+"px;status:no";
acePopupWindow=window.showModalDialog(_16,_1e,settings);
if(!f.hdWhereFrom.disabled){
f.hdWhereFrom.value=_1d;
}
}
var newWindow=null;
function popUpWin(url,_20,_21,_22){
_20=_20.toLowerCase();
if(newWindow!=null){
if(!newWindow.closed){
newWindow.close();
}
}
if(_20=="fullscreen"){
_21=screen.availWidth-10;
_22=screen.availHeight-160;
}
var _23="";
if(_20=="standard"||_20=="fullscreen"){
_23="resizable,menubar,scrollbars,width="+_21+",height="+_22+",top=0,left=0";
}
if(_20=="console"){
_23="resizable,toolbar=no,location=no,scrollbars=no,width="+_21+",height="+_22+",left=0,top=0 ";
}
newWindow=window.open(url,"newWin",_23);
newWindow.name="PFSWindow";
}
function displayLeaveSiteDisclaimerWindow(_24){
hideApplet();
var ele=document.getElementById("Header1:disclaimerPage");
if(ele==null){
ele=document.getElementById("Header1_disclaimerPage");
}
if(ele==null){
return;
}
var _26=ele.value;
_26+="?site="+_24;
if(typeof (ProtoWindow)!="undefined"){
var win=new ProtoWindow("leaveSiteDisclaimer",{className:"mac_os_x",width:450,height:120,zIndex:100,resizable:false,title:"Leaving PFS Site",showEffect:Element.show,hideEffect:Element.hide,draggable:false,minimizable:false,maximizable:false,closable:false,url:_26});
win.setDestroyOnClose();
win.showCenter(true);
}
}
function leaveSiteDisclaimerClose(_28,_29){
showApplet();
var win=parent.document.getElementById("leaveSiteDisclaimer");
if(win!=null){
if(typeof (win)!="undefined"){
if(_28=="cancel"){
win.lang=_28;
}else{
if(_29!=null){
window.open(_29);
}
}
win.onAbort();
}
}
}
function leaveOnEscape(e){
var _2c=e.keyCode;
if(_2c==27){
__doPostBackPFS("btnCancel","");
}
}
function LTrim(_2d){
var re=/\s*((\S+\s*)*)/;
return _2d.replace(re,"$1");
}
function RTrim(_2f){
var re=/((\s*\S+)*)\s*/;
return _2f.replace(re,"$1");
}
function trim(_31){
return LTrim(RTrim(_31));
}
function getTodaysDate(){
var d=new Date();
var day=d.getDate();
if(day<10){
day="0"+day;
}
var _34=d.getMonth()+1;
if(_34<10){
_34="0"+_34;
}
var _35=d.getFullYear();
return day+"/"+_34+"/"+_35;
}
function displaySecurityMessageWindow(_36){
hideApplet();
if(typeof (ProtoWindow)!="undefined"){
var win=new ProtoWindow("security_message",{className:"mac_os_x",width:700,height:550,zIndex:100,resizable:false,title:"Security Policy",showEffect:Element.show,hideEffect:Element.hide,draggable:false,minimizable:false,maximizable:false,closable:false,url:_36});
win.setDestroyOnClose();
win.showCenter(true);
}
}
function securityMessageClose(){
showApplet();
var win=parent.document.getElementById("security_message");
if(win!=null){
if(typeof (win)!="undefined"){
win.onAbort();
}
}
}
function displayPageInWindow(_39,_3a,_3b,_3c,_3d){
hideApplet();
if(typeof (ProtoWindow)!="undefined"){
var win=new ProtoWindow(_3b,{className:"mac_os_x",width:_3c,height:_3d,zIndex:100,resizable:false,title:_3a,showEffect:Element.show,hideEffect:Element.hide,draggable:false,minimizable:false,maximizable:false,closable:false,url:_39});
win.setDestroyOnClose();
win.showCenter(true);
}
}
function closePageInWindow(_3f){
showApplet();
var win=parent.document.getElementById(_3f);
if(win!=null){
if(typeof (win)!="undefined"){
win.onAbort();
}
}
}
var windowStuffLoaded=false;
function displayContactUsWindow(_41){
var _42=document.getElementById("TeamID");
var _43="none";
if(_42!=undefined){
_43=_42.value;
}
if(typeof (ProtoWindow)=="undefined"){
if(windowStuffLoaded==false){
loadWindowStuff();
}
var txt="displayContactUsWindow(  + pageToDisplay + 'teamid=' + admin  )";
var t=setTimeout(txt,500);
return;
}
displayContactUsWindowx(_41,_43);
}
function displayContactUsWindowx(_46,_47){
hideApplet();
if(typeof (ProtoWindow)!="undefined"){
var win=new ProtoWindow("contact_us",{className:"mac_os_x",width:610,height:412,zIndex:100,draggable:true,resizable:false,title:"  Contact Us  ",showEffect:Element.show,hideEffect:Element.hide,minimizable:false,maximizable:false,closable:false,url:_46+"?teamid="+_47});
win.setDestroyOnClose();
win.showCenter(true);
}else{
alert("protowindow still undef");
}
}
var c=10;
function timedCount(){
if(typeof (ProtoWindow)!="undefined"){
return;
}
c=c-1;
var t=setTimeout("timedCount()",500);
}
function loadWindowStuff(){
var _4a=document.getElementsByTagName("body").item(0);
var _4b=document.createElement("link");
_4b.setAttribute("href","../themes/default.css");
_4b.setAttribute("type","text/css");
_4b.setAttribute("rel","stylesheet");
var _4c=document.createElement("link");
_4c.setAttribute("href","../themes/mac_os_x.css");
_4c.setAttribute("type","text/css");
_4c.setAttribute("rel","stylesheet");
var _4d=document.createElement("script");
_4d.setAttribute("src","../jscomp/prototype.js");
_4d.setAttribute("type","text/javascript");
var _4e=document.createElement("script");
_4e.setAttribute("src","../jscomp/effects.js");
_4e.setAttribute("type","text/javascript");
var _4f=document.createElement("script");
_4f.setAttribute("src","../jscomp/window.js");
_4f.setAttribute("type","text/javascript");
_4a.appendChild(_4b);
_4a.appendChild(_4c);
_4a.appendChild(_4f);
windowStuffLoaded=true;
}
function contactUsClose(){
showApplet();
var win=parent.document.getElementById("contact_us");
if(win!=null){
if(typeof (win)!="undefined"){
win.onAbort();
}
}
}
function hideApplet(){
if(parent.frames.length>0){
var i=0;
for(i=0;i<parent.frames.length;i++){
var _52=parent.frames[i].document.getElementById("calculator");
if(_52!=undefined){
_52.style.visibility="hidden";
return;
}
}
}
}
function showApplet(){
if(parent.frames.length>0){
var i=0;
for(i=0;i<parent.frames.length;i++){
var _54=parent.frames[i].document.getElementById("calculator");
if(_54!=undefined){
_54.style.visibility="visible";
return;
}
}
}
}
function displayLoginWindow(_55,_56,_57){
hideApplet();
var win;
if(_57==undefined){
win=new ProtoWindow("login_x",{className:"mac_os_x",reLoad:true,width:620,height:200,zIndex:100,title:_56,showEffect:Element.show,hideEffect:Element.hide,resizable:false,draggable:true,minimizable:false,maximizable:false,closable:false,url:_55});
}else{
win=new ProtoWindow("login_x",{className:"mac_os_x",redirect:_57,width:620,height:200,zIndex:100,title:_56,showEffect:Element.show,hideEffect:Element.hide,resizable:false,draggable:true,minimizable:false,maximizable:false,closable:false,url:_55});
}
win.setDestroyOnClose();
win.showCenter(true);
}
function loginClose(_59){
showApplet();
var win=parent.document.getElementById("login_x");
if(win!=null){
if(typeof (win)!="undefined"){
if(_59=="cancel"){
win.lang=_59;
}
win.onAbort();
}
}
}
function displayChangeLoginWindow(_5b,_5c,_5d){
hideApplet();
var win;
if(_5d==undefined){
win=new ProtoWindow("change_login_x",{className:"mac_os_x",reLoad:true,width:620,height:180,zIndex:100,title:_5c,showEffect:Element.show,hideEffect:Element.hide,resizable:false,draggable:true,minimizable:false,maximizable:false,closable:false,url:_5b});
}else{
win=new ProtoWindow("change_login_x",{className:"mac_os_x",redirect:_5d,width:620,height:180,zIndex:100,title:_5c,showEffect:Element.show,hideEffect:Element.hide,resizable:false,draggable:true,minimizable:false,maximizable:false,closable:false,url:_5b});
}
win.setDestroyOnClose();
win.showCenter(true);
}
function changeLoginClose(_5f){
showApplet();
var win=parent.document.getElementById("change_login_x");
if(win!=null){
if(typeof (win)!="undefined"){
if(_5f=="cancel"){
win.lang=_5f;
}
win.onAbort();
}
}
}
function __doPostBackPFS(_61,_62){
var _63;
if(window.navigator.appName.toLowerCase().indexOf("microsoft")>-1){
_63=document._ctl0;
if(_63==undefined){
_63=document.ctl00;
}
}else{
_63=document.forms["_ctl0"];
if(_63==undefined){
_63=document["ctl00"];
}
}
var _64=document.getElementsByName("_PFSEVENTTARGET");
_64[0].value=_61.split("$").join(":");
var arg=document.getElementsByName("_PFSEVENTARGUMENT");
arg[0].value=_62;
_63.submit();
}
function resizeCaller(){
var _66=new Array();
for(i=0;i<iframeids.length;i++){
if(document.getElementById){
resizeIframe(iframeids[i]);
}
if((document.all||document.getElementById)&&iframehide=="no"){
var _67=document.all?document.all[iframeids[i]]:document.getElementById(iframeids[i]);
_67.style.display="block";
}
}
}
function resizeIframe(_68){
var _69=document.getElementById(_68);
if(_69&&!window.opera){
_69.style.display="block";
if(_69.contentDocument&&_69.contentDocument.body.offsetHeight){
_69.height=_69.contentDocument.body.offsetHeight+FFextraHeight;
}else{
if(_69.Document&&_69.Document.body.scrollHeight){
_69.height=_69.Document.body.scrollHeight;
}
}
if(_69.addEventListener){
_69.addEventListener("load",readjustIframe,false);
}else{
if(_69.attachEvent){
_69.detachEvent("onload",readjustIframe);
_69.attachEvent("onload",readjustIframe);
}
}
}
}
function readjustIframe(_6a){
var _6b=(window.event)?event:_6a;
var _6c=(_6b.currentTarget)?_6b.currentTarget:_6b.srcElement;
if(_6c){
resizeIframe(_6c.id);
}
}
function loadintoIframe(_6d,url){
if(document.getElementById){
document.getElementById(_6d).src=url;
}
}
function mp_startup(_6f){
}
function mp_setfocus(_70){
var _71=document.getElementById(_70+"_focus");
if(_71!=null){
if(_71.value!=""){
var foc=document.getElementById(_71.value);
if(foc!=null){
if(foc.disabled!=true){
foc.focus();
}
}
}
}
}
function disableChildInput(_73,_74,val){
if(_74.parentElement){
for(var i=0;i<_74.children.length;i++){
var con=_74.children[i];
if(con.tagName=="INPUT"){
if(con!=_73){
con.disabled=val;
}
return;
}else{
disableChildInput(_73,con,val);
}
}
}else{
for(var i=0;i<_74.childNode.length;i++){
var con=_74.childNode[i];
if(con.tagName=="INPUT"){
if(con!=_73){
con.disabled=val;
}
return;
}else{
disableChildInput(_73,con,val);
}
}
}
}
function testMe(obj){
var x=0;
}
var disappeardelay=250;
var horizontaloffset=2;
var ie4=document.all;
var ns6=document.getElementById&&!document.all;
if(ie4||ns6){
document.write("<div id=\"dropmenudiv\" style=\"visibility:hidden;width: 160px\" onMouseover=\"clearhidemenu()\" onMouseout=\"dynamichide(event)\"></div>");
}
function getposOffset(_7a,_7b){
var _7c=(_7b=="left")?_7a.offsetLeft:_7a.offsetTop;
var _7d=_7a.offsetParent;
while(_7d!=null){
_7c=(_7b=="left")?_7c+_7d.offsetLeft:_7c+_7d.offsetTop;
_7d=_7d.offsetParent;
}
return _7c;
}
function showhide(obj,e,_80,_81,_82){
if(ie4||ns6){
dropmenuobj.style.left=dropmenuobj.style.top=-500;
}
dropmenuobj.widthobj=dropmenuobj.style;
dropmenuobj.widthobj.width=_82;
if(e.type=="click"&&obj.visibility==_81||e.type=="mouseover"){
obj.visibility=_80;
}else{
if(e.type=="click"){
obj.visibility=_81;
}
}
}
function iecompattest(){
return (document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body;
}
function clearbrowseredge(obj,_84){
var _85=0;
if(_84=="rightedge"){
var _86=ie4&&!window.opera?iecompattest().scrollLeft+iecompattest().clientWidth-15:window.pageXOffset+window.innerWidth-15;
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth;
if(_86-dropmenuobj.x-obj.offsetWidth<dropmenuobj.contentmeasure){
_85=dropmenuobj.contentmeasure+obj.offsetWidth;
}
}else{
var _87=ie4&&!window.opera?iecompattest().scrollTop:window.pageYOffset;
var _86=ie4&&!window.opera?iecompattest().scrollTop+iecompattest().clientHeight-15:window.pageYOffset+window.innerHeight-18;
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight;
if(_86-dropmenuobj.y<dropmenuobj.contentmeasure){
_85=dropmenuobj.contentmeasure-obj.offsetHeight;
if((dropmenuobj.y-_87)<dropmenuobj.contentmeasure){
_85=dropmenuobj.y;
}
}
}
return _85;
}
function populatemenu(_88){
if(ie4||ns6){
dropmenuobj.innerHTML=_88.join("");
}
}
function dropdownmenu(obj,e,_8b,_8c){
if(window.event){
event.cancelBubble=true;
}else{
if(e.stopPropagation){
e.stopPropagation();
}
}
clearhidemenu();
dropmenuobj=document.getElementById?document.getElementById("dropmenudiv"):dropmenudiv;
populatemenu(_8b);
if(ie4||ns6){
showhide(dropmenuobj.style,e,"visible","hidden",_8c);
dropmenuobj.x=getposOffset(obj,"left");
dropmenuobj.y=getposOffset(obj,"top");
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj,"rightedge")+obj.offsetWidth+horizontaloffset+"px";
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj,"bottomedge")+"px";
}
return clickreturnvalue();
}
function clickreturnvalue(){
if(ie4||ns6){
return false;
}else{
return true;
}
}
function contains_ns6(a,b){
while(b.parentNode){
if((b=b.parentNode)==a){
return true;
}
}
return false;
}
function dynamichide(e){
if(ie4&&!dropmenuobj.contains(e.toElement)){
delayhidemenu();
}else{
if(ns6&&e.currentTarget!=e.relatedTarget&&!contains_ns6(e.currentTarget,e.relatedTarget)){
delayhidemenu();
}
}
}
function hidemenu(e){
if(typeof dropmenuobj!="undefined"){
if(ie4||ns6){
dropmenuobj.style.visibility="hidden";
}
}
}
function delayhidemenu(){
if(ie4||ns6){
delayhide=setTimeout("hidemenu()",disappeardelay);
}
}
function clearhidemenu(){
if(typeof delayhide!="undefined"){
clearTimeout(delayhide);
}
}
function displayTeammember(pan,row,_93){
var _94=RTrim(row.email_addr);
var _95=RTrim(row.printname);
var _96=RTrim(row.title);
var _97=RTrim(row.prefix)+RTrim(row.lastname);
var _98=RTrim(row.off_nbr);
var _99=RTrim(row.empno);
pan.innerHTML+="<a title='Send an email to "+_97+"' href='MailTo: "+_94+"?Subject=Re: "+_93+"' style='color:White; TEXT-ALIGN: center'>"+_95+"</a><br>";
pan.innerHTML+="<span class=standardBlk style='color:White; TEXT-ALIGN: center'>"+_96+"</span><br>";
pan.innerHTML+="<span class=standardBlk style='color:White; TEXT-ALIGN: center'>"+_98+"</span><br><br>";
}
function refreshTeam(_9a,_9b){
var _9c=document.getElementById("TpaID");
if(_9c==null){
alert("TpaID hidden field not found.");
}else{
var _9d=document.getElementById("logoImg");
var hdr=document.getElementById("imageHolder");
if(_9d==null){
_9d=document.createElement("img");
_9d.id="logoImg";
}
if(_9c.value==""){
if(_9d.parentElement){
_9d.parentElement.removeChild(_9d);
}else{
_9d.parentNode.removeChild(_9d);
}
_9d=null;
}else{
_9d.style.visibility="visible";
_9d.style.cursor="pointer";
if(_9c.value=="2002"){
_9d.onclick=function(){
displayLeaveSiteDisclaimerWindow("www.nationwide.com");
};
_9d.title="Link to the Nationwide Home Page";
_9d.src="../images/NationwideLogo1.gif";
hdr.appendChild(_9d);
}else{
if(_9c.value=="14677"){
_9d.onclick=function(){
displayLeaveSiteDisclaimerWindow("retire.hartfordlife.com");
};
_9d.title="Link to The Hartford Website";
_9d.src="../images/hartfordlogo.png";
hdr.appendChild(_9d);
}else{
if(_9c.value=="3752"){
_9d.onclick=function(){
displayLeaveSiteDisclaimerWindow("www.jhpensions.com");
};
_9d.title="Link to the John Hancock Retirement Website.";
_9d.src="../images/john_hancock_logo.gif";
hdr.appendChild(_9d);
}else{
if(_9c.value=="14804"){
_9d.onclick=function(){
displayLeaveSiteDisclaimerWindow("www.GWRS.com");
};
_9d.title="Link to Great-West Retirement Services Website";
_9d.src="../images/GWlogo.gif";
hdr.appendChild(_9d);
}else{
if(_9c.value=="19207"){
_9d.onclick=function(){
displayLeaveSiteDisclaimerWindow("www.ing-usa.com/us");
};
_9d.title="Link to ING Financial Services Website";
_9d.src="../images/INGlogo.gif";
hdr.appendChild(_9d);
}else{
_9d.style.visibility="hidden";
}
}
}
}
}
}
}
var _9f=getYourTeamID()+"_memberPanel";
var pan=document.getElementById(_9f);
if(pan==null){
return;
}
pan.innerHTML="";
var ds=PFS.controls.yourTeam.refresh(_9a);
if(typeof (ds)=="undefined"){
alert("DataSet is NULL.");
return;
}else{
if(typeof (ds)!="object"){
alert("typeof(ds) is NOT Object");
return;
}else{
if(typeof (ds.value.Tables)=="undefined"){
alert("ds.Tables is NULL");
return;
}
}
}
var _a2=ds.value.Tables[0].Rows.length;
if(_a2<=0){
return;
}
pan.innerHTML+="<br>";
var i=0;
for(i=0;i<_a2;i++){
if(_9a==RTrim(ds.value.Tables[0].Rows[i].empno)){
pan.innerHTML+="<span class=standardBlk style='color:White; TEXT-ALIGN: center'>Primary</span><br>";
displayTeammember(pan,ds.value.Tables[0].Rows[i],_9b);
}
}
pan.innerHTML+="<span style='color:White; TEXT-ALIGN: center'>Other team members</span><br>";
for(i=0;i<_a2;i++){
if(_9a!=RTrim(ds.value.Tables[0].Rows[i].empno)){
displayTeammember(pan,ds.value.Tables[0].Rows[i],_9b);
}
}
pan.innerHTML+="<span style='FONT-SIZE: 8pt; color:White; TEXT-ALIGN: center'>(Click name to send an e-mail)</span><br><br>";
}
function setText(obj,str){
if(document.all){
obj.innerText=str;
}else{
obj.textContent=str;
}
}
function datePickerClosed(_a6){
var _a7=getFieldDate(_a6.value);
var _a8=new Date();
_a8=new Date(_a8.getFullYear(),_a8.getMonth(),_a8.getDate());
if(_a6.name=="dateneeded"){
if(_a7<_a8){
alert("Please enter a date that is today or later.");
var _a9=calcBusinessDays(_a8,15);
var day=_a9.getDate();
if(day<10){
day="0"+day;
}
var _ab=_a9.getMonth()+1;
if(_ab<10){
_ab="0"+_ab;
}
var _ac=_a9.getFullYear();
_a6.value=_ab+"/"+day+"/"+_ac;
document.getElementById(datePickerDivID).style.visibility="visible";
var _ad=document.getElementById("shipNormal");
_ad.disabled=false;
_ad.click();
adjustiFrame();
return;
}
var _a9=calcBusinessDays(_a8,15);
var _ad=document.getElementById("shipNormal");
var _ae=document.getElementById("shipFedEx");
if(_a7>=_a9){
_ad.disabled=false;
_ad.click();
}else{
_ad.disabled=true;
_ae.click();
alert("To receive enrollment kits sooner than 15 business days \n please select FedEx or UPS and supply your account number.");
}
}
}
function calcBusinessDays(_af,_b0){
var _b1=new Date(_af);
for(i=0;i<_b0;i++){
do{
_b1.setDate(_b1.getDate()+1);
}while(_b1.getDay()==0||_b1.getDay()==6);
}
return _b1;
}


