menu_n2=[
['6','1','Extalys services','extalys_services_ressources_humaines_rh.htm'],
['6','3','Pro contact center','pro_contact _center_gestion_de_la paie.htm'],
['7','4','Externalisation paie','externalisation_de_la_paie_externalisation_paye.htm'],
['7','5','Solutions R.H.','solutions_rh_gestion_ressources_humaines_grh.htm'],
['7','6','Expertise sociale','expertise_sociale_.htm'],
['7','7','Délégation personnel','index.php?niveau=2&niveau_id=7'],
['7','24','Solutions TNS','index.php?niveau=2&niveau_id=24'],
['8','17','Bénéfices','benefices.htm'],
['8','21','Sécurité et informatique','index.php?niveau=2&niveau_id=21'],
['9','26','Le groupe Extalys','extalys_sa_paye_rh_service_formation_social.htm'],
['9','27','Nous Rejoindre','index.php?niveau=2&niveau_id=27']
];
var value =1;
var timer;
var timera;
var posmenu =false;
var Mynav = navigator.appName;
var ns = (Mynav == 'Netscape') ? 1:0;
var ie = (Mynav == 'Microsoft Internet Explorer') ? 1:0;
var encours = false;
function setOpacity(div) {
var value2= 10;
if(document.getElementById(div)!=NaN && document.getElementById(div)!=null ){
document.getElementById(div).style.opacity = value2/10;
document.getElementById(div).style.filter = 'alpha(opacity=' + value2*10 + ')';
}
}
function cachen2(div){
if(encours) return;
encours = true;
if(document.getElementById(div)!=NaN && document.getElementById(div)!=null){
document.getElementById(div).style.display = 'none';
}
colormenu();
document.getElementById(div).style.overflow='hidden';
translateaccueil();
}
function colormenu(){
for(i=0;i<10;i++){
if(document.getElementById('menutd'+i)!=NaN && document.getElementById('menutd'+i)!=null){
document.getElementById('menutd'+i).style.backgroundImage='url(\'/img/menu_td.jpg\')';
document.getElementById('ma'+i).style.color='#05213e';
}
}
}
tabpadg= new Array("12","28", "42", "18","27", "50");
function montren2(div,id,color,tdi)
{
if(encours) return;
encours = true;
var texte='
';
var decal =132*tdi;
decal=decal-66;
decal=decal+parseInt(tabpadg[tdi]);
texte = texte + ' | ';
puce ='
';
var x=0;
for(i=0;i|';}
texte = texte + '';
texte = texte + ' | \n';
x++;
}
}
texte = texte + ' |
';
if(x>0){
document.getElementById(div).innerHTML = texte;
if(posmenu==false)document.getElementById(div).style.height = '30px';
if(posmenu==true){
document.getElementById('secondaire').style.overflow='';
document.getElementById(div).style.height = '50px';
document.getElementById('secondaire').style.top = '-32px';
document.getElementById('contmenu').style.top = '-32px';
}
document.getElementById(div).style.display = 'block';
colormenu();
document.getElementById('menutd'+tdi).style.backgroundImage='url(\'/img/spacer.gif\')';
document.getElementById(div).style.backgroundColor = color;
//setOpacity(div);
value=1;
posmenu = false;
translatetime();
document.getElementById('ma'+tdi).style.color='#FFFFFF';
}
else{
document.getElementById(div).innerHTML = '';
document.getElementById(div).style.display = 'block';
if(ie)document.getElementById(div).style.height = '29px';
if(!ie)document.getElementById(div).style.height = '29px';
colormenu();
document.getElementById('menutd'+tdi).style.backgroundImage='url(\'/img/spacer.gif\')';
document.getElementById(div).style.backgroundColor = color;
document.getElementById('ma'+tdi).style.color='#FFFFFF';
//setOpacity(div);
encours=false;
}
}
function translateaccueil() {
if( parseInt(document.getElementById('secondaire').style.top) < parseInt('-12')){
if(!ie)document.getElementById('contmenu').style.top = parseInt(document.getElementById('contmenu').style.top)+1;
if(!ie)document.getElementById('secondaire').style.top =parseInt(document.getElementById('secondaire').style.top)+1;
if(ie)document.getElementById('contmenu').style.top = parseInt(document.getElementById('contmenu').style.top)+1;
if(ie)document.getElementById('secondaire').style.top = parseInt(document.getElementById('secondaire').style.top)+1;
document.getElementById('secondaire').style.height = parseInt(document.getElementById('secondaire').style.height)-1;
}
if( parseInt(document.getElementById('secondaire').style.top) >= parseInt('-12')){
document.getElementById('secondaire').style.height = '30px';
posmenu =false;
clearTimeout(timera);
encours=false;
}
else{
timera = setTimeout('translateaccueil()',10);
}
}
function translatetime() {
if( parseInt(document.getElementById('secondaire').style.top) > parseInt('-32')){
if(!ie)document.getElementById('contmenu').style.top = parseInt(document.getElementById('contmenu').style.top)-1;
if(!ie)document.getElementById('secondaire').style.top =parseInt(document.getElementById('secondaire').style.top)-1;
if(ie)document.getElementById('contmenu').style.top = parseInt(document.getElementById('contmenu').style.top)-1;
if(ie)document.getElementById('secondaire').style.top = parseInt(document.getElementById('secondaire').style.top)-1;
document.getElementById('secondaire').style.height = parseInt(document.getElementById('secondaire').style.height)+1;
}
if( parseInt(document.getElementById('secondaire').style.top) <= parseInt('-32')){
posmenu =true;
document.getElementById('secondaire').style.height = '50px';
document.getElementById('secondaire').style.overflow='';
clearTimeout(timer);
encours=false;
}
else{
timer = setTimeout('translatetime()',10);
}
}