function openWindow(a){window.open(a,"popup","location=false,directories=false,width=500,height=500");return false}$(document).ready(function(){$(".selectall").click(function(a){a.preventDefault();$(":checkbox").each(function(){this.checked=true})});$(".selectnone").click(function(a){a.preventDefault();$(":checkbox").each(function(){this.checked=false})});$("ul.sf-menu").superfish()});