function PrSch(url){myWindow = window.open(url,'scheda','toolbar=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,width=625,height=550');}
function PrZoo(p){var n=document.getElementById('zomnum').value; axLoaderScript('scripts/scheda_img_zoom.php?id='+p+'&n='+n,'PrZooExe');}
function PrZooExe(imgurl){document.getElementById('ImgZommy').style.background="url("+imgurl+") no-repeat center center";  document.getElementById('ImgZommy').style.display="block";}
function PrZooH(){document.getElementById('ImgZommy').style.background="url(images/sch_noimg_280.gif) no-repeat center center"; document.getElementById('ImgZommy').style.display="none";}

function CatOn(id){ document.getElementById("DIVcat"+id).className='CategBoxON'; document.getElementById("TDcat"+id).className='CategTxtON'; }
function CatOff(id){ document.getElementById("DIVcat"+id).className='CategBox'; document.getElementById("TDcat"+id).className='CategTxt'; }

function CrImgOff(id){ document.getElementById("CrI"+id).src='images/carr-off.png'; document.getElementById("CrTD"+id).className='TDoff';}
function CrImgOn(id){ document.getElementById("CrI"+id).src='images/carr-on.png';  document.getElementById("CrTD"+id).className='TDon';}

function ScImgOff(id,s){ document.getElementById("ScI"+id).src='images/scheda_'+s+'.gif'; document.getElementById("ScTD"+id).className='TDoff';}
function ScImgOn(id){ document.getElementById("ScI"+id).src='images/scheda_on.gif'; document.getElementById("ScTD"+id).className='TDon';}

function CrrImgOff(id){ document.getElementById("CrrI"+id).src='images/cestino-off.gif'; document.getElementById("CrrTD"+id).className='TDoff';}
function CrrImgOn(id){ document.getElementById("CrrI"+id).src='images/cestino-on.gif';  document.getElementById("CrrTD"+id).className='TDon';}

function SchedaImgChange(bodys){ 
  var imgs=bodys.split("||");
  document.getElementById("Foto").style.background='url('+imgs[0]+') no-repeat center center';
  document.getElementById("Fotine").innerHTML=imgs[1];
}
function ShowFormDesty(id,id2) {
  var vall=document.getElementById(id2).value;
  var divv=document.getElementById(id);
  if(vall=='C2'){divv.style.display="block"}else{divv.style.display="none"}
}
function ShowHideRegme() {
  var rdo=document.getElementById('B2B2');
  var regm=document.getElementById('reg_mediv');
  if(rdo.checked==true){regm.style.display="block"}else{regm.style.display="none"}
}
function ShowHide(id) {
  var divv=document.getElementById(id);
  divv.style.display=(divv.style.display=="block") ? "none" : "block";
}
function PagBanca(url){window.location.href=url;}

function OnHoverBox(id,ibox,imgmsk,classe,stato){
  // Funzione per roll over box della home page
  // id => id del record visualizzato/su cui operare
  // ibox => i del box (numero) su cui operare
  // imgmsk => nome (senza .png) del file di mascheramento su cui operare
  // nome classe neutra (spenta) per il testo
  // stato (on/off o 1/0) da mostrare
  var imgobj=document.getElementById('IMHbox'+ibox+'_'+id);
  var txtobj=document.getElementById('TXHbox'+ibox+'_'+id);
  if(stato=='on' || stato=='1'){
    imgobj.style.background='url(fbimages/'+imgmsk+'_on.png) no-repeat center center';  txtobj.className=classe+'ON';
  }else{
    imgobj.style.background='url(fbimages/'+imgmsk+'.png) no-repeat center center';  txtobj.className=classe;
  }
}
