function zoom(sPhoto) {
  window.open('/static/zoom.html?'+sPhoto, 'There24.com',  'resizable=1,HEIGHT=200,WIDTH=200'); 
  return false;
}
