  function showbig(picname) {
    window.open('/includes/foto.php5?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 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 changeColor(mid,textColor,bgColor){
 	if(bgColor!="null")
    mid.style.backgroundColor = bgColor;
  if(textColor!="null")
    mid.style.color = textColor ;
 }  

 function menuProcess(menuId,tdId){
 	 if(menuId.style.display=='none'){
     menuId.style.display = 'block';
     changeColor(tdId,'#808AB0','null');
   }else{
   	 menuId.style.display = 'none';
     changeColor(tdId,'#525D8A','null');
   }
 }

function submenu(num){
  document.getElementById(num).style.display="block";
}

function del(num){
  document.getElementById(num).style.display="none";
}

function showbigList(num){
	//var all_fotos= new Array (document.getElementById('foto1').src.replace(/\_?small\_?/,''), 
	//document.getElementById('foto2').src.replace(/\_?small\_?/,''), 
	//document.getElementById('foto3').src.replace(/\_?small\_?/,''), 
	//document.getElementById('foto4').src.replace(/\_?small\_?/,''), 
	//document.getElementById('foto5').src.replace(/\_?small\_?/,''), 
	//document.getElementById('foto6').src.replace(/\_?small\_?/,''));
	str_fotos = all_fotos.join("&pic[]=");
    window.open('/includes/fotoList.php5?vis='+num+'&pic[]='+str_fotos,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=30,left=30,width=700,height=550');
}
var all_fotos = new Array();
var ind = 0;