function photoView(id, width, height) {
  var photoPopup = window.open('/images/products/'+id+'.jpg', 'photo'+id, 'height='+height+', width='+width+', directories=no, menubar=no, scrollbars=no, toolbar=no, resizable=yes');
}
function photoViewLarge(id, width, height) {
  var photoPopup = window.open('/images/products/large/'+id+'.jpg', 'photo'+id, 'height='+height+', width='+width+', directories=no, menubar=no, scrollbars=no, toolbar=no, resizable=yes');
}
