var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12463820-8']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();


function show_menu(selected){
	document.getElementById('ccm_sous_menu').style.display='block';
	document.getElementById('btn_ccm').style.backgroundImage='url(medias/images/btn_ccm_over.png)';
	document.getElementById('compense_bottom').style.height='122px';
	document.getElementById('compense_ccm_sous_menu').style.height='22px';
}

function hide_menu(selected){
	document.getElementById('ccm_sous_menu').style.display='none';
	if(!selected){
		document.getElementById('btn_ccm').style.backgroundImage='url(medias/images/btn_ccm.png)';
	}
	document.getElementById('compense_bottom').style.height='137px';
	document.getElementById('compense_ccm_sous_menu').style.height='7px';
}

function show_store_locator()
{
	_gaq.push(['_trackPageview', 'store_locator']);
	document.getElementById('trocathlon').style.display = 'block';
}

function hide_store_locator()
{
	document.getElementById('trocathlon').style.display = 'none';
}
