window.onload = function()
{
	start();
	if (window['start2']) start2();
	if (window['start3']) start3();
	if (window['start4']) start4();
}

function start()
{
	document.getElementById('linkNosProduits').onmouseover = function() { this.style.textDecoration = "underline"; };
	document.getElementById('linkNosProduits').onmouseout = function() { this.style.textDecoration = "none"; };
}
