function openPicture(PictureWindow,name,x,y)
  {
  var settings = "toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,top=20,left=20,width=" +x +",height=" +y;
  window.open(PictureWindow,name,settings);
  }

function openPopup(Path,name,x,y)
  {
  var settings = "toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,top=45,left=100,width=" +x +",height=" +y;
  window.open(Path,name,settings);
  }
