function reloadCategory(value){ document.location = "/index2.php?category="+value; } function popea(popPage, popTitle, popAttributes ){ window.open(popPage, popTitle, popAttributes); } function popup(url,width,height){ window.open('/'+url, '', 'menubar=no, width='+width+', height='+height+', toolbar=no, resizable=yes, scrollbars=yes'); }