function pio(){
	
var docpio = document.getElementById('pied');

if (document.all) {
	
	Hpio = docpio.currentStyle.height;
	
	} else {
		
	Hpio = document.defaultView.getComputedStyle(docpio, null).height;
	
	}
	
//alert('hauteur = '+ Hpio + '');
	
if (Hpio == '30px') {
	
		$('pied').morph('height:95px;');
		return false;
		
	} else {
		
		$('pied').morph('height:30px;');
		return false;	
		
	}

}

function pio2(){
	
//var urlCourant = document.location; 
////alert(urlCourant); 
//
//	if (urlCourant == 'http://www.bistreauryon.com/site/lechef-alain-ryon.php') {
//	 
//	 $('flechenav').morph('top: 173px;');
//	 
//	} else if (urlCourant == 'http://www.bistreauryon.com/site/restaurant-plage-lavandou-var.php') {
//	 
//	 $('flechenav').morph('top: 203px;');
//	 
//	} else if (urlCourant == 'http://www.bistreauryon.com/site/region-lavandou-plage-stclair.php') {
//	 
//	 $('flechenav').morph('top: 233px;');
//	 
//	}

}
