function excute_filter(){var n="";$("#photoct").find(".form-check-input").each(function(){this.checked&&(n=n+this.id+",")});$("#photoct_m").find(".form-check-input").each(function(){this.checked&&(n=n+this.id+",")});$("#overallwith").find(".form-check-input").each(function(){this.checked&&(n=n+this.id+",")});$("#overallwith_m").find(".form-check-input").each(function(){this.checked&&(n=n+this.id+",")});n=n.substring(0,n.length-1);$(location).attr("href","?filter="+n)}$(window).width()<1e3