function allumer(nom)
{
document[nom].src="en_images/"+nom+"_on.gif"
}

function eteindre(nom)
{
document[nom].src="en_images/"+nom+".gif"
}

function allum_txt(nom)
{
document.img_metier.src="en_images/"+nom+".gif"
}

function eteind_txt()
{
document.img_metier.src="en_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"
}

