function openwin (url) {
  window.open(url,'','toolbar=1,scrollbars=1,resizable=1,width=800,height=600');
}