
function openWin(url, name, width, height)  {
  heehaw = window.open(url, name, 'width=' + width + ',height=' + height + ',left=50,top=50,toolbar=0,location=0,directories=0,status=1,resizable=yes,scrollbars=yes');
  heehaw.focus(); 
}

function openPhoto(url, name, width, height)  {
  heehaw = window.open(url, name, 'width=' + width + ',height=' + height + ',left=50,top=50,toolbar=0,location=0,directories=0,status=1,resizable=no,scrollbars=no');
  heehaw.focus(); 
}
