//Effect.Shrink('menu_europe');

$('nosServices').onmouseover = function()
{
	$('nosServices').className = "active";
	Effect.BlindDown('ssmenu_service', {duration:0.3 });
	
	$('specifications').className = "";
	$('ssmenu_specifications').style.display = 'none';
	$('nosProduits').className = "";
	$('ssmenu_produits').style.display = 'none';
	}


$('nosProduits').onmouseover = function()
{
	$('nosProduits').className = "active";
	Effect.BlindDown('ssmenu_produits', {duration:0.3 });
	
	$('specifications').className = "";
	$('ssmenu_specifications').style.display = 'none';
	$('nosServices').className = "";
	$('ssmenu_service').style.display = 'none';
}



$('specifications').onmouseover = function()
{
	$('specifications').className = "active";
	Effect.BlindDown('ssmenu_specifications', {duration:0.3 });
	
	
	$('nosProduits').className = "";
	$('ssmenu_produits').style.display = 'none';
	$('nosServices').className = "";
	$('ssmenu_service').style.display = 'none';
	
	/*$('nosServices').className = "";
	Effect.BlindUp('ssmenu_service');
	*/
}

$('faq').onmouseover = function()
{
	$('nosServices').className = "";
	$('ssmenu_service').style.display = 'none';
	$('specifications').className = "";
	$('ssmenu_specifications').style.display = 'none';
	$('nosProduits').className = "";
	$('ssmenu_produits').style.display = 'none';
}

$('replika').onmouseover = function()
{
	$('nosServices').className = "";
	$('ssmenu_service').style.display = 'none';
	$('specifications').className = "";
	$('ssmenu_specifications').style.display = 'none';
	$('nosProduits').className = "";
	$('ssmenu_produits').style.display = 'none';
}

$('tarifs').onmouseover = function()
{
	$('nosServices').className = "";
	$('ssmenu_service').style.display = 'none';
	$('specifications').className = "";
	$('ssmenu_specifications').style.display = 'none';
	$('nosProduits').className = "";
	$('ssmenu_produits').style.display = 'none';
}


function changeOverImage(image)
{
	document.getElementById('overImage').src = image;
}
