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