function openWindow(id,w,h,optscroll) 
{
  popupWin = window.open('enlarge.htm?'+id,'name', 'width='+w+',height='+h+',left=10,top=2,scrollbars='+optscroll)
}