var menuLeft=document.getElementById("cbp-spmenu-s1"),menuRight=document.getElementById("cbp-spmenu-s2"),menuTop=document.getElementById("cbp-spmenu-s3"),menuBottom=document.getElementById("cbp-spmenu-s4"),showLeft=document.getElementById("showLeft"),showRight=document.getElementById("showRight"),showTop=document.getElementById("showTop"),showBottom=document.getElementById("showBottom"),showLeftPush=document.getElementById("showLeftPush"),closeMenu=document.getElementById("closeMenu"),showRightPush=
document.getElementById("showRightPush"),body=document.body;
if("undefined"!=typeof classie){var disableOther=function(a){"showLeft"!==a&&classie.toggle(showLeft,"disabled");"showRight"!==a&&classie.toggle(showRight,"disabled");"showTop"!==a&&classie.toggle(showTop,"disabled");"showBottom"!==a&&classie.toggle(showBottom,"disabled");"showLeftPush"!==a&&classie.toggle(showLeftPush,"disabled");"showRightPush"!==a&&classie.toggle(showRightPush,"disabled")};showRightPush.onclick=function(){classie.toggle(this,"active");classie.toggle(body,"cbp-spmenu-push-toleft");
classie.toggle(menuRight,"cbp-spmenu-open");disableOther("showRightPush")};showLeftPush.onclick=function(){classie.toggle(this,"active");classie.toggle(body,"cbp-spmenu-push-toright");classie.toggle(menuLeft,"cbp-spmenu-open");disableOther("showLeftPush")};closeMenu.onclick=function(){classie.toggle(this,"active");classie.toggle(body,"cbp-spmenu-push-toright");classie.toggle(menuLeft,"cbp-spmenu-open");disableOther("closeMenu")}};