function newWindow(jpg)
{
  pictureWindow=window.open(jpg,'picWin','width=440,height=340');
  pictureWindow.focus();
}