function NavHOver(w,ioo)
{
	
	var i = document.getElementById(w);
	if ( ioo ) { i.style.visibility = 'visible' } else { i.style.visibility = 'hidden' };
	
}

function GoIndex()
{
	window.location.href = 'http://www.etedanslailleurs.com/index2.php';
}