function openHelpDoc(n,t){t&&t.preventDefault&&t.preventDefault();var i=__root_url+"/help/view/"+n;window.open(i,"HelpWindow","resizable,scrollbars,width=900,height=600")}function openFaq(n,t){t&&t.preventDefault&&t.preventDefault();var i=__root_url+"/help/viewfaq/?helpId="+n;window.open(i,"HelpWindow","resizable,scrollbars,width=900,height=600")}function openVideo(n,t){t&&t.preventDefault&&t.preventDefault();var i=__root_url+"/help/viewvideo/?helpId="+n;window.open(i,"HelpWindow","resizable,scrollbars,width=900,height=600")}function closeHelpDoc(){window.close()}function printHelpDoc(){window.print()}function toggleSideMenu(n){n&&n.preventDefault&&n.preventDefault();$("#help-doc-sidebar-mobile").hasClass("open")?$("#help-doc-sidebar-mobile").removeClass("open"):$("#help-doc-sidebar-mobile").addClass("open")}function closeSideMenu(n){n&&n.preventDefault&&n.preventDefault();$("#help-doc-sidebar-mobile").hasClass("open")&&$("#help-doc-sidebar-mobile").removeClass("open")}function selectNewDoc(n){var t=n.target,i=$(t).val();window.location=helpDocUrl+"/"+i}