function openWindow(url,name,scroll,width,height,top,left) {
  popupWin = window.open(url,name, 'scrollbars='+scroll+',width='+width+',height='+height+',top='+top+',left='+left)
}
