//---------------------------------


function popurl(link, width, height)
{
  var externalWindow;

  externalWindow = window.open(link,"external",'toolbar,location,directories,status,menubar,scrollbars,resizable,left=0,top=0,width='+width+',height='+height);
  externalWindow.focus();
}


//---------------------------------
