function newWinSmall(url, h, scroll) {
  window.open(''+url+'','jav','width=260,height='+h+', scrollbars='+scroll+'');
}

