function openWinPic(pic) {
  picURL=pic;
  window.open(picURL,"smallPicWindow","menu=no,status=no,width=850,height=850,scrollbars=no,left=0");
}
