var n1sel; var n2sel; var value =1; var valueH =1; var valueNBX =0; var timer; var timerH; var divtimer; var divtimerH; var pasW; menu_n2=[ ['4','3','Externalisation','Externalisation_paie_gestion.htm'], ['4','4','SAAS','SAAS_externalisation_paie.htm'], ['4','5','Formation','Formation_externalisation_paie.htm'], ['6','14','Formulaire de contact','Formulaire_de_contact_externalisation_paie.htm'], ['6','12','Demande de devis','demande_de_devis.htm'], ['7','6','Actualités','Actualites_externalisation_paie.htm'], ['7','8','Chiffres utiles','Chiffres_utiles_externalisation_paie.htm'], ['7','9','Loi Fillon','Loi_Fillon_externalisation_paie.htm'], ['7','10','Calcul absence','Calcul_absence_externalisation_paie.htm'], ['7','11','Loi TEPA','Loi_TEPA_externalisation_paie.htm'], ['7','7','Liens utiles','Liens_utiles.htm'] ]; /////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////// function tuer(){ clearTimeout(timer); if(document.getElementById(divtimer)!=NaN && document.getElementById(divtimer)!=null ){ document.getElementById(divtimer).style.filter = ''; document.getElementById(divtimer).style.opacity = 1; } divtimer=''; clearTimeout(timerH); if(document.getElementById(divtimerH)!=NaN && document.getElementById(divtimerH)!=null ){ document.getElementById(divtimerH).style.overflow = ''; document.getElementById(divtimerH).style.height = ''; document.getElementById(divtimerH).style.width = '400px'; } divtimerH=''; } function cachen1(max){ for(i=0; i'; puce = ''; var x=0; for(i=0;i'; } texte = texte + ''; texte = texte + '  ' + puce +' ' + menu_n2[i][2] +'\n'; x++; } } texte = texte + ''; texte = texte + ''; texte = texte + '
'; if(x>0){ document.getElementById(n1sel).innerHTML = texte; document.getElementById(n1sel).style.display = 'block'; } }