NomeStrutturaR = new Array (); LocalitaR = new Array (); DescrizioneR = new Array (); NomeOffertaR = new Array (); PeriodoR = new Array (); InizioDataR = new Array (); FineDataR = new Array (); PeriodoR = new Array (); ImportoScontatoR = new Array (); ScontoUtenteR = new Array (); PrezzoTotaleR = new Array (); DescVoloR = new Array (); PulsanteR = new Array (); DescrizioneP = new Array (); NomeOffertaP = new Array (); PeriodoP = new Array (); InizioDataP = new Array (); FineDataP = new Array (); PeriodoP = new Array (); ImportoScontatoP = new Array (); ScontoUtenteP = new Array (); PrezzoTotaleP = new Array (); PulsanteP = new Array (); function MasterInit () { if (Box == 0) { MM_findObj("BoxScelta").style.display = "none"; } else { MM_findObj("BoxScelta").style.display = ""; } } function MakeSearch () { //document.form1.OpCode.value = "Search"; document.form1.submit (); } function componibox(Valore,NumA,Tipo) { MM_findObj("boxoffertericerca").innerHTML='In Caricamento...'; creabox(Valore,NumA,Tipo); } function creabox(ident,indice,tipo) { MM_findObj("boxoffertericerca").innerHTML='In Caricamento...'; if (tipo == 0) { MM_findObj("boxoffertericerca").className="Uppercase"; MM_findObj("boxoffertericerca").innerHTML =NomeStrutturaR[ident]; MM_findObj("boxoffertericerca").innerHTML +=LocalitaR[ident]; MM_findObj("boxoffertericerca").innerHTML +=NomeOffertaR[ident]; if (DescVoloR[ident] != "") { MM_findObj("boxoffertericerca").innerHTML +=DescVoloR[ident]; } MM_findObj("boxoffertericerca").innerHTML +=PeriodoR[ident]; MM_findObj("boxoffertericerca").innerHTML +=InizioDataR[ident] + FineDataR[ident]; MM_findObj("boxoffertericerca").innerHTML +=ImportoScontatoR[ident]; MM_findObj("boxoffertericerca").innerHTML +=ScontoUtenteR[ident]; MM_findObj("boxoffertericerca").innerHTML +=PrezzoTotaleR[ident]; MM_findObj("boxoffertericerca").innerHTML +=PulsanteR[ident]; MM_findObj("boxoffertericerca").innerHTML +=DescrizioneR[ident]; } if (tipo == 1) { MM_findObj("boxoffertericerca").className="Uppercase"; MM_findObj("boxoffertericerca").innerHTML ='

Pacchetti

'; MM_findObj("boxoffertericerca").innerHTML +=DescrizioneP[ident]; MM_findObj("boxoffertericerca").innerHTML +=PeriodoP[ident]; MM_findObj("boxoffertericerca").innerHTML +=NomeOffertaP[ident]; MM_findObj("boxoffertericerca").innerHTML +=InizioDataP[ident] + FineDataP[ident]; MM_findObj("boxoffertericerca").innerHTML +=ImportoScontatoP[ident]; MM_findObj("boxoffertericerca").innerHTML +=ScontoUtenteP[ident]; MM_findObj("boxoffertericerca").innerHTML +=PrezzoTotaleP[ident]; MM_findObj("boxoffertericerca").innerHTML +=PulsanteP[ident]; } }