function openNewWindow(url) { //v2.0
  window.open(url,'newWin', 'scrollbars=yes,resizable=yes,width=700,height=500');
}