var JSNTemplate={_templateParams:{},initOnDomReady:function() {JSNUtils.createGridLayout("DIV","grid-layout","grid-col","grid-lastcol");JSNUtils.createExtList("list-number-","span","jsn-listbullet",true);JSNUtils.createExtList("list-icon","span","jsn-listbullet",false);if(_templateParams.enableGotopLink){JSNUtils.setToTopLinkCenter(_templateParams.enableRTL,false);JSNUtils.setSmoothScroll(false);JSNUtils.setFadeScroll(false);} JSNUtils.setInnerLayout(["jsn-content_inner3","jsn-leftsidecontent","jsn-rightsidecontent","jsn-pos-innerleft","jsn-pos-innerright"]);JSNUtils.setMobileMenu("menu-mainmenu");if(JSNUtils.isDesktopViewOnMobile()){if(_templateParams.enableMobileMenuSticky&&JSNUtils.checkMobile()){JSNUtils.setMobileSticky();}} else{JSNUtils.initMenuForDesktopView();} JSNUtils.setDropdownModuleEvents();JSNUtils.setMobileSitetool();},initOnLoad:function() {JSNUtils.setVerticalPosition("jsn-pos-stick-leftmiddle",'middle');JSNUtils.setVerticalPosition("jsn-pos-stick-rightmiddle",'middle');},initTemplate:function(templateParams) {_templateParams=templateParams;window.addEvent('domready',JSNTemplate.initOnDomReady);window.addEvent('load',JSNTemplate.initOnLoad);}};