
function openNewWindow(path) 
{
  popupWin = window.open(path,
  'open_window',
  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0')
}

function openProWindow(width,height,name) 
{
  popupWindow = window.open('golf-pro-photo.php?name='+name+'',
  'open_window',
  'scrollbars, resizable, width='+width+', height='+height+', left=600, top=250')
}