// -- Toggel styles --------------------------------------------------------------------


// -- Navigation en --------------------------------------------------------------------

function togStyleEnav(rno) {
for (i=1;i<=4;i++) {
document.getElementById('e'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Services en --------------------------------------------------------------------

function togStyleEserA(rno) {
for (i=1;i<=2;i++) {
document.getElementById('esa'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleEserB(rno) {
for (i=1;i<=4;i++) {
document.getElementById('esb'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleEserC(rno) {
for (i=1;i<=3;i++) {
document.getElementById('esc'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Work en --------------------------------------------------------------------

function togStyleEwork(rno) {
for (i=1;i<=16;i++) {
document.getElementById('ew'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleEworkP(rno) {
for (i=1;i<=5;i++) {
document.getElementById('ewp'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- About en --------------------------------------------------------------------

function togStyleEabout(rno) {
for (i=1;i<=3;i++) {
document.getElementById('ea'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleEaboutP(rno) {
for (i=1;i<=2;i++) {
document.getElementById('eap'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Network en --------------------------------------------------------------------

function togStyleEnet(rno) {
for (i=1;i<=3;i++) {
document.getElementById('en'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Navigation fr --------------------------------------------------------------------

function togStyleFnav(rno) {
for (i=1;i<=3;i++) {
document.getElementById('f'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Services fr --------------------------------------------------------------------

function togStyleFserA(rno) {
for (i=1;i<=2;i++) {
document.getElementById('fsa'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleFserB(rno) {
for (i=1;i<=4;i++) {
document.getElementById('fsb'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleFserC(rno) {
for (i=1;i<=3;i++) {
document.getElementById('fsc'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Work fr --------------------------------------------------------------------

function togStyleFwork(rno) {
for (i=1;i<=16;i++) {
document.getElementById('fw'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleFworkP(rno) {
for (i=1;i<=5;i++) {
document.getElementById('fwp'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- About fr --------------------------------------------------------------------

function togStyleFabout(rno) {
for (i=1;i<=3;i++) {
document.getElementById('fa'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleFaboutP(rno) {
for (i=1;i<=2;i++) {
document.getElementById('fap'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Navigation de --------------------------------------------------------------------

function togStyleDnav(rno) {
for (i=1;i<=3;i++) {
document.getElementById('d'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Services de --------------------------------------------------------------------

function togStyleDserA(rno) {
for (i=1;i<=2;i++) {
document.getElementById('dsa'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleDserB(rno) {
for (i=1;i<=4;i++) {
document.getElementById('dsb'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleDserC(rno) {
for (i=1;i<=3;i++) {
document.getElementById('dsc'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Work de --------------------------------------------------------------------

function togStyleDwork(rno) {
for (i=1;i<=16;i++) {
document.getElementById('dw'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleDworkP(rno) {
for (i=1;i<=5;i++) {
document.getElementById('dwp'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- About de --------------------------------------------------------------------

function togStyleDabout(rno) {
for (i=1;i<=3;i++) {
document.getElementById('da'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}

function togStyleDaboutP(rno) {
for (i=1;i<=2;i++) {
document.getElementById('dap'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}


// -- Languages --------------------------------------------------------------------

function togStyleL(rno) {
for (i=1;i<=3;i++) {
document.getElementById('l'+i).className='navPassiv';
}
var tmp = document.getElementById(rno); 
tmp.className='navActive';
}
