

function openPicture(title)
{
  window.open("popup.html?title="+title,
              "windowPopup",
              "width=450,height=480,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}	

