

function hlight(t)
{

legNum=t.getElementsByTagName('img').item(0).name

couleurHlight(t)

if(legNum > 0)
{
MM_showHideLayers('legende','','show');


if(document.getElementById)
{
imag = parseInt(t.parentNode.offsetLeft)+35

txt = "legende"+legNum

document.getElementById('txtLeg').innerHTML = document.getElementById(txt).innerHTML
document.getElementById('legende').style.left=imag+'px'

}
}

}

function couleurHlight(t)
{
if(document.getElementById)
{
td = t.parentNode
if(td.id!="tdSelect")td.style.backgroundColor="white"
}
}


function h_out(im)
{
MM_showHideLayers('legende','','hide');
if(document.getElementById)
{
td = im.parentNode
if(td.id!="tdSelect")td.style.backgroundColor=""
}

}

function afficher(c,t)
{

layS(c)
noSelect(t)
 
if(document.getElementById)
{

if(document.getElementById('tdSelect'))
{
slction = document.getElementById('tdSelect')
slction.style.backgroundColor=""
slction.id=""
}

if(c<=12)
{
td = t.parentNode
td.style.backgroundColor="#73B124"
td.id="tdSelect"
}
}

for(i=1;i<=14;i++)
{
c_all="contenu"+i;
MM_showHideLayers(c_all,'','hide');
}
c_view = "contenu"+c
MM_showHideLayers(c_view,'','show')

}

var v=""

inner='<div id="c" style="width:350px"><table width="322" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap>'+v+'</td></tr></table>xxx</div>'

