function openPicture( whichPicture )
{
window.open( whichPicture, 'pictureWindow','width=400,height=400,resizable=yes,scrollbars=yes' );
}
