  function menu_stage( menuform )
{
    selecteditem = menuform.stage.selectedIndex ;
    stage = menuform.stage.options[ selecteditem ].value ;
    if (stage.length != 0) {
      location.href = stage ;
    }	
}	 


function menu_region( menuform )
{
    selecteditem = menuform.region.selectedIndex ;
    region = menuform.region.options[ selecteditem ].value ;
    if (region.length != 0) {
      location.href = region ;
    } 	
}	
	
	
	function menu_secteur( menuform )
{
	   selecteditem = menuform.secteur.selectedIndex ;
    secteur = menuform.secteur.options[ selecteditem ].value ;
    if (secteur.length != 0) {
      location.href = secteur ;
    } 
}  

	function menu_annee( menuform )
{
	   selecteditem = menuform.annee.selectedIndex ;
    annee = menuform.annee.options[ selecteditem ].value ;
    if (annee.length != 0) {
      location.href = annee ;
    } 
}	