$(document).ready(function(){$("input#filter_all").click(function(){if(this.checked){$("form#form_search input[type='checkbox']").each(function(){this.checked=true;});}});$("form#form_search a#submit").click(function(){$("form#form_search").submit();});$("a.colorbox").colorbox({width:"300",height:"505",iframe:true,scrolling:false});});