if (screen.width >= 768) {
	$(document).ready(function() {
	  $("#help a").colorbox({iframe:true, width:"520", height:"605"});
	  $("a.inpage-help-link").colorbox({iframe:true, width:"520", height:"605"});
	});
}
$(document).ready(function() {
  $(".menu a").each(function() {
        if(this.href == window.location) $(this).addClass("active");
        if(this.href == window.location) $(this).removeAttr("href");
   });
});

