function showPhoto(photoID)
{
picture=window.open(photoID,"picture",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable=yes,width=550,height=550,screenX=20,screenY=20')
}