/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */	
	
/* by K. */
function linge() {
  xDisplay('ssmenu-linge','block');
	xDisplay('ssmenu-sejour','none');
}

function sejour() {
  xDisplay('ssmenu-linge','none');
	xDisplay('ssmenu-sejour','block');
}
