var TBB=TBB||{};TBB.GSW={initGSW:function(B){var A=this;A.namespace=B.namespace;A.templateURL=B.templateURL},beforeYouGo:function(){var A=this;A.disableGSW();jQuery("#gsw-actual-content").hide();jQuery("#gsw-before-you-go").show()},closeGSW:function(){jQuery("#gsw-wrapper").hide();jQuery("#gsw-before-you-go").hide();jQuery("#gsw-actual-content").show()},disableGSW:function(){var A=this;jQuery.ajax({url:A.templateURL,data:{cmd:"DISABLE_GSW"},dataType:"json",success:function(B){}})},enableGSW:function(B){var A=this;jQuery.ajax({url:A.templateURL,data:{cmd:"ENABLE_GSW"},dataType:"json",success:function(C){if(B){window.location=B}}})},goBack:function(){var A=this;A.enableGSW();jQuery("#gsw-before-you-go").hide();jQuery("#gsw-actual-content").show()},nextStep:function(){var A=this;document.forms[A.namespace+"fm"].submit()},prevStep:function(){var A=this;jQuery("#"+A.namespace+"next").val("false");document.forms[A.namespace+"fm"].submit()},restartGSW:function(){var A=this;A.enableGSW("/dashboard")},sendFeedback:function(){var A=this;var B=jQuery("#gsw-feedback").val();var C=jQuery("input:radio[name=gsw-helpful]:checked").val();jQuery.ajax({url:A.templateURL,data:{cmd:"SEND_FEEDBACK",helpful:C,feedback:B},dataType:"json",success:function(D){}});A.thanks()},takeTheTour:function(){var A=this;jQuery.ajax({url:A.templateURL,data:{cmd:"ENABLE_GSW"},dataType:"json",success:function(B){window.location="/dashboard"}})},thanks:function(){jQuery("#gsw-actual-content").hide();jQuery("#gsw-thanks").show();jQuery("#gsw-start-link").unbind("click");jQuery("#gsw-start-link").click(function(){TBB.GSW.restartGSW()})},welcomeBackContinue:function(){jQuery("#gsw-welcome-back").hide();jQuery("#gsw-actual-content").show()}}
