var sections={cur_section:getParameter("section"),setUpSection:function(){var b=$("tabbed_nav").getSize().size.y+10;var c=753;var d=$("tabbed_content").getSize().size.y;var a=c+b;if(d<a){if(window.ie6==true){$("tabbed_content").setStyle("height",a+"px");}else{$("tabbed_content").setStyle("min-height",a+"px");}}$("slot_1").setStyle("top",b);$("slot_1").setStyle("left","0px");$("slot_1").setStyle("visibility","visible");if(this.cur_section==""){this.cur_section=$("tabbed_nav").getFirst().getProperty("id");}$$("div.section_link").each(function(e){e.addEvent("mousedown",function(){sections.turnOffCurSection();sections.cur_section=this.getProperty("id");sections.turnOnCurSection();var f=$(sections.cur_section).getFirst().innerHTML;linkTrack("left_nav",f);pageTrack(sections.cur_section);});});this.turnOnCurSection();},turnOnCurSection:function(){$(this.cur_section).removeClass("tabNavOff");$(this.cur_section).addClass("tabNavOn");$(this.cur_section+"_section").setStyle("display","block");if(this.cur_section+"_section"=="print_or_order_plan_provision_section"){csc_check_printable();}},turnOffCurSection:function(){$(this.cur_section).removeClass("tabNavOn");$(this.cur_section).addClass("tabNavOff");$(this.cur_section+"_section").setStyle("display","none");}};onload_register("sections.setUpSection()");
