// JavaScript Document
function up(id)
{
	window.document.getElementById(id).style.backgroundColor = "#EEEEEE";
}
function out(id)
{
	window.document.getElementById(id).style.backgroundColor = "";
}

function popup(idpop)
{
	if (idpop == 1)
	{
		window.open("modules/metiers/popup1.php?lang=FR","","location=no,toolbar=no,resizable=no,width=470,height=440,scrollbars=yes");
	}
	if (idpop == 2)
	{
		window.open("modules/metiers/popup2.php?lang=FR","","location=no,toolbar=no,resizable=no,width=500,height=300,scrollbars=yes");
	}
	if (idpop == 3)
	{
		window.open("modules/metiers/popup3.php?lang=FR","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 4)
	{
		window.open("modules/metiers/popup4.php?lang=FR","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 5)
	{
		window.open("modules/metiers/popup5.php?lang=FR","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 11)
	{
		window.open("modules/metiers/popup1.php?lang=EN","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 22)
	{
		window.open("modules/metiers/popup2.php?lang=EN","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 33)
	{
		window.open("modules/metiers/popup3.php?lang=EN","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 44)
	{
		window.open("modules/metiers/popup4.php?lang=EN","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
	if (idpop == 44)
	{
		window.open("modules/metiers/popup5.php?lang=EN","","location=no,toolbar=no,resizable=no,width=640,height=480,scrollbars=yes");
	}
}

function plan()
{
	w = open("library/plan.jpg","","scrollbars=no,toolbar=no,location=no,width=530,height=530");
}