function NewWin(url)
{
  new_window=window.open(url,"new_window","scrollbars=yes,width=200,height=200,top=200,left=200")
}




