function popupphoto(pic, width, height)
{
  var picwin=window.open(pic, 'picturewindow', 'location=0,resizable=0,status=0,titlebar=1,toolbar=0,directories=0,menubar=0,scrollbars=0,margins=0, width='+width+',height='+height);
  picwin.focus();
}
