function openwin ($url) {
  window.open($url, 'popup', 'scrollbars,resizable,width=320,height=280,');
}
