function allumer(nom)
{
document[nom].src="../fr/fr_images/"+nom+"_on.gif"
}
function eteindre(nom)
{
document[nom].src="../fr/fr_images/"+nom+".gif"
}
function allum_txt(nom)
{
document.img_metier.src="fr_images/"+nom+".gif"
}

function eteind_txt()
{
document.img_metier.src="fr_images/met_js0.gif"
}


function allum_txt1(nom)
{
document.img_g_web.src="../images/"+nom+".gif"
}

function eteind_txt1()
{
document.img_g_web.src="../images/web_js0g.gif"
}

function allum_txt2(nom)
{
document.img_d_web.src="../images/"+nom+".gif"
}

function eteind_txt2()
{
document.img_d_web.src="../images/web_js0d.gif"
}


function allum_site(nom)
{
document.img_site.src="web_images/"+nom+".gif"
}
function eteind_site()
{
document.img_site.src="web_images/site_0.gif"
}


