
$(function(){$(".answer").hide();$("#Videos a").bind("click",function(){$("#ActionButtons").hide("slow");$("#VideoSection").show("slow");return false;});$("#FAQ a").bind("click",function(){$("#ActionButtons").hide("slow");$("#FAQSection").show("slow");return false;});$("#Benefits a").bind("click",function(){$("#ActionButtons").hide("slow");$("#BenefitsSection").show("slow");return false;});$(".closeSection").bind("click",function(){$(this).parent().parent("div").hide("slow");$("#ActionButtons").show("slow");}).hover(function(){$(this).addClass("textHover");},function(){$(this).removeClass("textHover");});$(".question").hover(function(){$(this).addClass("textHover");},function(){$(this).removeClass("textHover");}).bind("click",function(){var next=$(this).next("div .answer");var visible=next.is(":visible");if(visible){$(this).css("background-image","url('/images/twotiny/plus-green.gif')");}else{$(this).css("background-image","url('/images/twotiny/minus.gif')");}
next.slideToggle("slow");});$("#dlog").jqm();$("#GetInfoByMail, #GetInfoByPDF, #byMail, #byPDF").bind("click",function(e){$("#dlog").html($("#"+e.target.id+"Detail").html()).jqmShow();e.preventDefault();});});