  function showbig(picname,alt){     
    window.open('/includes/foto.php5?pic='+picname+'&alt='+alt,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=30,left=30,width=30,height=30');
  }


  function showFlash(path,alt,width,height, mode){
    if(mode == 1)
      window.open('/includes/flash.php5?id='+path,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=0,left=0,width='+width+',height='+height);
    else
      window.open('/includes/flash.php5?path='+path+'&alt='+alt+'&width='+width+'&height='+height,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=0,left=0,width='+width+',height='+height);
  }
  
  
  function showPlayer(){  
  	
      window.open('/includes/player.html','_blank','scrollbars=no,taskbar=no,resizeable=no,status=no,menubar=no,top=0,left=0,width=138,height=10');
  }

  function show(param){
    window.setTimeout('showr("'+param+'");',30);
  }
  
  function showr(param){
    objects = new Array('zerk','peski','sale','boris','podg','olsh');
    flag = true;
    for(i in objects){
      if(document.getElementById('big_'+objects[i]).style.visibility  == 'visible'){
        flag = false;
        break;
      }
    }
    if(flag)
     document.getElementById('big_'+param).style.visibility = "visible";
  }

  function hide(param){
    obj_big = document.getElementById('big_'+param);
    obj_big.style.visibility = 'hidden';
  }



  function PreLoad(source){
    var NewImage = new Image();
    NewImage.src = source;
  }

  function prepareSubmit(frm){
   var len = frm.all("editbox").length; if (!len) len = 1;
    for (var i=0; i<len; i++)
      frm.all("codebox", i).innerText = frm.all("codebox", i).style.display ? borderOn(frm.all("codebox", i).innerText) : borderOn(frm.all("editbox", i).innerHTML);
  }

 function menuProcess(menuId){
    if(menuId.style.display == 'none'){
     menuId.style.display = 'block';
   }else{
      menuId.style.display = 'none';
   }
 }


