
function zoomPhoto(productId) {
  var win = window.open('/products/zoom/' + productId, 'detail', 'width=520,height=345,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0');
  win.focus();
}
