function newWindow( url, name )
{
  popupWin = window.open( url, name, 'scrollbars=yes,width=600,height=400');
}

