function startPublicIntro(){var n=introJs();n.setOptions({nextLabel:"Next",prevLabel:"Previous",doneLabel:"Got It",showStepNumbers:!1,scrollToElement:!0,steps:[{intro:"<h4>Welcome to The Pfizer Hub<\/h4><p>Your one central resource. Access all your information, anywhere, anytime.<\/p>"},{element:document.querySelector("#login-button"),intro:"<h4>Login<\/h4><p>Get up to date with the latest information on Pfizer products, edit your preferences and account settings, view your invoices & statements.<\/p>",position:"bottom"},{element:document.querySelector("#home-slider"),intro:"<h4>Latest News<\/h4><p>Scroll through and view the latest news and events.<\/p>",position:"top"},{element:document.querySelector(".article-listing .container"),intro:"<h4>Resources<\/h4><p>Get insights on valuable resources.<\/p>",position:"top"}]});n.start().onbeforechange(function(){n._currentStep=="1"&&window.scrollTo(0,0);n._currentStep=="2"&&window.scrollTo(0,0)})}function startAuthenticatedIntro(){var n=introJs();n.setOptions({nextLabel:"Next",prevLabel:"Previous",doneLabel:"Got It",showStepNumbers:!1,scrollToElement:!0,steps:[{intro:"<h4>First time logging in?<\/h4><p>Welcome to the Hub. Your central access to secure account information. Follow this overview to locate the functions available to manage your account.<\/p>"},{element:document.querySelector("#monthly-order-count"),intro:"<h4>Monthly Order Count<\/h4><p>This is your monthly order count, you'll get free deliveries for the first 8 orders of the month.<\/p>"},{element:document.querySelectorAll(".step-2")[0],intro:"<h4>Invoices<\/h4><p>View your invoices here. Switching between frequently visited pages has never been easier.<\/p>",position:"bottom"},{element:document.querySelectorAll(".step-2")[1],intro:"<h4>Statements<\/h4><p>View your statements here.<\/p>",position:"bottom"},{element:document.querySelector(".my-representative"),intro:"<h4>My Representative<\/h4><p>Get assistance from your rep. Their details are available on all pages.<\/p>",position:"bottom"},{element:document.querySelector(".my-representative-form"),intro:"<h4>Contact<\/h4><p>Call, email, request a call back. Get in touch within a few clicks.<\/p>",position:"left"},{element:document.querySelector("#home-slider"),intro:"<h4>Latest News<\/h4><p>Scroll through commercial offers, view the latest deals (if available).<\/p>",position:"top"}]});n.start().onbeforechange(function(){n._currentStep=="1"&&window.scrollTo(0,0);n._currentStep=="3"&&$(".my-representative-form.desktop-only").slideUp("fast");n._currentStep=="4"&&(window.scrollTo(0,0),$(".my-representative-form.desktop-only").slideDown());n._currentStep=="5"&&(window.scrollTo(0,0),$(".my-representative-form.desktop-only").slideDown());n._currentStep=="6"&&$(".my-representative-form.desktop-only").slideUp("fast")})}