
  function showbig(picname) {
    window.open('/inc/foto.php?pic='+picname,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=30,left=30,width=30,height=30');
  }

  function PreLoad(source) {
    var NewImage = new Image();
    NewImage.src = source;
  }

  function wnd(src, w, h) {
    window.open(src, '_blank', 'location=no,menubar=no,resizable=yes,status=no,toolbar=no,left=10,top=10, width='+w+', height='+h);
  }

  function ShowBig(picname) {showbig(picname)}
