'); $('body').append(''); if ($(window).width() >980) { setTimeout(function(){ $.colorbox({width:"750px", height:"560px", iframe:true, fadeOut:1000, overlayClose:false, escKey:false, closeButton:false, href:"/ad_block_detected.html", fastIframe:false, onComplete:function(){}}); }, 2000); } else { setTimeout(function(){ $.colorbox({width:"90%", height:"90%", iframe:true, fadeOut:1000, overlayClose:false, escKey:false, closeButton:false, href:"/ad_block_detected.html", fastIframe:false, onComplete:function(){}}); }, 2000); } } } ad_block_test(ad_block_test_callback); function showmenu() { $(".menuhide").not(".mbl-menu .menu").slideUp(); $(".mbl-menu .menu").slideToggle(); } function showsubmenu(k) { $(".mbl-menu .menu").slideToggle(); $("."+k).slideToggle(); }