
function StartModTrMenuGen()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:underline;background-image:url(outils/textures/Fond_Menu_03.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:underline;background-image:url(outils/textures/Fond_Menu_03.BMP);')
	}
}

function CloseModTrMenuGen()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:none;background-image:url(outils/textures/Fond_Menu_01.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:none;background-image:url(outils/textures/Fond_Menu_01.BMP);')
	}
}

function StartModTrMenuCompet()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:underline;background-image:url(outils/textures/Fond_Menu_04.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:underline;background-image:url(outils/textures/Fond_Menu_04.BMP);')
	}
}

function CloseModTrMenuCompet()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:none;background-image:url(outils/textures/Fond_Menu_09.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:none;background-image:url(outils/textures/Fond_Menu_09.BMP);')
	}
}

function StartModTrMenuArch()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:underline;background-image:url(outils/textures/Fond_Menu_07.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:underline;background-image:url(outils/textures/Fond_Menu_07.BMP);')
	}
}

function CloseModTrMenuArch()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:none;background-image:url(outils/textures/Fond_Menu_08.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:none;background-image:url(outils/textures/Fond_Menu_08.BMP);')
	}
}

function StartModTrMenuDownL()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:underline;background-image:url(outils/textures/Fond_Menu_12.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:underline;background-image:url(outils/textures/Fond_Menu_12.BMP);')
	}
}

function CloseModTrMenuDownL()
{
	if (document.all)
	{
		this.style.cssText ='text-decoration:none;background-image:url(outils/textures/Fond_Menu_10.BMP);'
	}
	else
	{
		this.setAttribute('style','text-decoration:none;background-image:url(outils/textures/Fond_Menu_10.BMP);')
	}
}
