function index()
{
	document.getElementById('DIV825Id').onclick = function ()
	{
		loadXMLDoc('DIV829Id','contact.php');
		document.getElementById('DIV829Id').style.backgroundImage = 'url(../img/IMG_action.jpg)';
	}

	document.getElementById('DIV825Id').onmouseover = function ()
	{
		if(document.getElementById('DIV825Id').style.backgroundImage != 'url(../img/IMG_onglet5_clic.jpg)')
		{
			document.getElementById('DIV825Id').style.backgroundImage = 'url(../img/IMG_onglet5_over.jpg)';
		}
	}

	document.getElementById('DIV825Id').onmouseout = function ()
	{
		if(document.getElementById('DIV825Id').style.backgroundImage != 'url(../img/IMG_onglet5_clic.jpg)')
		{
			document.getElementById('DIV825Id').style.backgroundImage = 'url(../img/IMG_onglet5.jpg)';
		}
	}

	document.getElementById('DIV824Id').onclick = function ()
	{
		loadXMLDoc('DIV829Id','revendeurs.php');
		document.getElementById('DIV829Id').style.backgroundImage = 'url(../img/IMG_action.jpg)';
	}

	document.getElementById('DIV824Id').onmouseover = function ()
	{
		if(document.getElementById('DIV824Id').style.backgroundImage != 'url(../img/IMG_onglet4_clic.jpg)')
		{
			document.getElementById('DIV824Id').style.backgroundImage = 'url(../img/IMG_onglet4_over.jpg)';
		}
	}

	document.getElementById('DIV824Id').onmouseout = function ()
	{
		if(document.getElementById('DIV824Id').style.backgroundImage != 'url(../img/IMG_onglet4_clic.jpg)')
		{
			document.getElementById('DIV824Id').style.backgroundImage = 'url(../img/IMG_onglet4.jpg)';
		}
	}

	document.getElementById('DIV823Id').onclick = function ()
	{
		loadXMLDoc('DIV829Id','collection.php');
		document.getElementById('DIV829Id').style.backgroundImage = 'url(../img/IMG_action.jpg)';
	}

	document.getElementById('DIV823Id').onmouseover = function ()
	{
		if(document.getElementById('DIV823Id').style.backgroundImage != 'url(../img/IMG_onglet3_clic.jpg)')
		{
			document.getElementById('DIV823Id').style.backgroundImage = 'url(../img/IMG_onglet3_over.jpg)';
		}
	}

	document.getElementById('DIV823Id').onmouseout = function ()
	{
		if(document.getElementById('DIV823Id').style.backgroundImage != 'url(../img/IMG_onglet3_clic.jpg)')
		{
			document.getElementById('DIV823Id').style.backgroundImage = 'url(../img/IMG_onglet3.jpg)';
		}
	}

	document.getElementById('DIV822Id').onclick = function ()
	{
		loadXMLDoc('DIV829Id','presentation.php');
		document.getElementById('DIV829Id').style.backgroundImage = 'url(../img/IMG_action.jpg)';
	}

	document.getElementById('DIV822Id').onmouseover = function ()
	{
		if(document.getElementById('DIV822Id').style.backgroundImage != 'url(../img/IMG_onglet2_clic.jpg)')
		{
			document.getElementById('DIV822Id').style.backgroundImage = 'url(../img/IMG_onglet2_over.jpg)';
		}
	}

	document.getElementById('DIV822Id').onmouseout = function ()
	{
		if(document.getElementById('DIV822Id').style.backgroundImage != 'url(../img/IMG_onglet2_clic.jpg)')
		{
			document.getElementById('DIV822Id').style.backgroundImage = 'url(../img/IMG_onglet2.jpg)';
		}
	}

	document.getElementById('DIV821Id').onmouseover = function ()
	{
		if(document.getElementById('DIV821Id').style.backgroundImage != 'url(../img/IMG_onglet1_clic.jpg)')
		{
			document.getElementById('DIV821Id').style.backgroundImage = 'url(../img/IMG_onglet1_over.jpg)';
		}
	}

	document.getElementById('DIV821Id').onmouseout = function ()
	{
		if(document.getElementById('DIV821Id').style.backgroundImage != 'url(../img/IMG_onglet1_clic.jpg)')
		{
			document.getElementById('DIV821Id').style.backgroundImage = 'url(../img/IMG_onglet1.jpg)';
		}
	}

}

function presentation()
{
}

function contact()
{
}

function revendeurs()
{
}


