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 top";  document.getElementById('ImgZommy').style.display="block";}
function PrZooH(){document.getElementById('ImgZommy').style.background="url(images/sch_noimg_280.gif) no-repeat center top"; 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 top';
  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 GalleryShow(id){
  document.getElementById("GalleryBigPic").style.background= 'url(foto/'+id+'_big.jpg) no-repeat center top';
  document.getElementById("GalleryBig").style.visibility='visible';
}
function MailingShow(){
  var ulr='http://sw.azsender.com/frm/mlist_6.php';
  var html='<center><iframe src='+ulr+' width=635 height=315 scrolling=auto frameborder=0 bgcolor=#000000 setfocus name=centro></iframe></center>';
  document.getElementById("MailingIF").innerHTML=html;
  document.getElementById("MailingBig").style.visibility='visible';
}
function F360Show(){
  var ulr='http://www.cubeyou.com/shop/shop.html?ROCAG4';
  var html='<center><iframe src='+ulr+' width=860 height=520 scrolling=auto frameborder=0 bgcolor=#000000 setfocus name=centro></iframe></center>';
  document.getElementById("F360IF").innerHTML=html;
  document.getElementById("F360Big").style.visibility='visible';
}

