WhyThisPlanPageHelper=function(){};
WhyThisPlanPageHelper.prototype=new YourBillBuddyPage();
WhyThisPlanPageHelper.createInstance=function(c,b){if(c!=null){var a=new WhyThisPlanPageHelper();
WhyThisPlanPageHelper._initialize(a,c,b);
return a
}return null
};
WhyThisPlanPageHelper.prototype.viewLeadDetails=function(){var a=this.showModalDialog("welcome.do","Edit Lead Details",200,350)
};
WhyThisPlanPageHelper._initialize=function(a,c,b){YourBillBuddyPage._initialize(a,c,b)
};
WhyThisPlanPageHelper.prototype.MM_swapImgRestore=function(){var d,b,c=document.MM_sr;
for(d=0;
c&&d<c.length&&(b=c[d])&&b.oSrc;
d++){b.src=b.oSrc
}};
WhyThisPlanPageHelper.prototype.MM_preloadImages=function(){var f=document;
if(f.images){if(!f.MM_p){f.MM_p=new Array()
}var e,c=f.MM_p.length,b=this.MM_preloadImages.arguments;
for(e=0;
e<b.length;
e++){if(b[e].indexOf("#")!=0){f.MM_p[c]=new Image;
f.MM_p[c++].src=b[e]
}}}};
WhyThisPlanPageHelper.prototype.MM_findObj=function(f,e){var c,b,a;
if(!e){e=document
}if((c=f.indexOf("?"))>0&&parent.frames.length){e=parent.frames[f.substring(c+1)].document;
f=f.substring(0,c)
}if(!(a=e[f])&&e.all){a=e.all[f]
}for(b=0;
!a&&b<e.forms.length;
b++){a=e.forms[b][f]
}for(b=0;
!a&&e.layers&&b<e.layers.length;
b++){a=this.MM_findObj(f,e.layers[b].document)
}if(!a&&e.getElementById){a=e.getElementById(f)
}return a
};
WhyThisPlanPageHelper.prototype.MM_swapImage=function(){var e,d=0,b,c=this.MM_swapImage.arguments;
document.MM_sr=new Array;
for(e=0;
e<(c.length-2);
e+=3){if((b=this.MM_findObj(c[e]))!=null){document.MM_sr[d++]=b;
if(!b.oSrc){b.oSrc=b.src
}b.src=c[e+2]
}}};
WhyThisPlanPageHelper.prototype.Redirect=function(a){top.window.location.replace(a);
this.setWindowReady(false)
};
WhyThisPlanPageHelper.prototype.changeGraph=function(b,a){var e=document.getElementById("months");
var d=document.getElementById("graph");
var c=b+"?typ=wtp&cat="+a+"&selID="+e.selectedIndex;
d.src=c
};
WhyThisPlanPageHelper.prototype.setupGraph=function(c,b){var e=document.getElementById("graph");
var d=c+"?typ=wtp&cat="+b+"&selID=0";
e.src=d;
var a=document.getElementById("months");
a.selectedIndex=0
};