function goFormation(){
	 
	//alert(document.guideform.formation.options[document.guideform.formation.selectedIndex].text);
	//alert(document.guideform.formation.options[document.guideform.formation.selectedIndex].value);
	
	box = (document.guideform.formation.options[document.guideform.formation.selectedIndex].value);
	
	 
	
	destination = (document.guideform.formation.options[document.guideform.formation.selectedIndex].value);
	if (destination) location.href = destination;
	
}
