function popUp ( url ) {
  newwin = window.open( url, 'catwin', 'width=400,height=200,scrollbars=true');
  newwin.focus();
  //return false;
}
