function popWin(url, id, h, w, toolbar, statusbar, scrollbar) {
  window.open(url, id,"height=" + h + ",width=" + w + ",toolbar=" + toolbar + ",statusbar=" + statusbar + ",scrollbars=" + scrollbar).focus();
}
