function pop(Link) {
  var desktop = window.open(Link,'_blank','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=150,screenX=150,top=50,screenY=50,width=600,height=500');
}
function picPop(picFile, GalleryID) {
  var desktop = window.open('pic.php?File='+picFile+'&GalleryID='+GalleryID, 'picPopup','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,left=50,screenX=50,top=35,screenY=35,width=400,height=440');
}
function imChange(Name, Src) {
  document.images[Name].src = Src;
}