function popUp(url, width, height)
{
  var str = "width=" + width + ",height=" + height;
  window.open(url, "photo", str);
}
