/*!
 * Subnavigation Switcher
 *
 *
 * Based on the jQuery Framework
 *
 */
 
 function toggle_navi(naviNo) {
	 $(".subnavi_container").hide();
	 $("#subnavi_"+naviNo).fadeIn();
 }
