function opencat(id) { //v2.0
  window.open('category.php3?cat='+id,'catwindow'+id,'width=300,height=300,scrollbars=yes');
}

