  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)}
  
  function menu(id,action) {
   if(action == true) {
    document.all("div_"+id).style.display="block"; 
   } 
   else {
     document.all("div_"+id).style.display="none"; 
   }
  }
  
  function menu2(id) {
   if(document.all("div2_"+id).style.display=='none') {
     document.all("div2_"+id).style.display='block';
   } 
   else {
    document.all("div2_"+id).style.display='none' 
   }
  }
