function hideHtml()	{
		$('.introHome').hide();	
}

function showHtml(maVar)
{
	if(maVar=='home'){
		$('#intro0').hide();
	} else if(maVar=='travail'){
		$('#intro1').show();
		$('#intro0').hide();
	} else if(maVar=='conseil'){
		$('#intro2').show();
		$('#intro0').hide();
	} else if(maVar=='partage'){
		$('#intro3').show();
		$('#intro0').hide();
	}
}

var flashvars = {
    xmlPath: "/home-flashdescription"
	//xmlPath:"/it-it/xml/home.xml"
};
var params = {
	wmode: "transparent",
	scale: "noScale",
	allowScriptAccess: "always"
};
var attributes = {
	id: "flashContent",
	name: "flashContent" 
};
swfobject.embedSWF("/it-it/swf/nav.swf", "flashContent", "975", "420", "8.0.0", "#ffffff",flashvars,params,attributes);