
		

window.defaultStatus="Vítejte na stránkách vojenského historického klubu Arm Fort";	


	function MenuOn(oOwer) {
	pp = oOwer.id;
	
	oCS = oOwer.style;
	oCS.backgroundColor = '#669900'	;
	
		switch (pp) 
		{
			case 'info' : 
				wText = "Informace";
				break;
			case 'info2' : 
				wText = "Informace 2";
				break;
			case 'clen' : 
				wText = "Clenové sdružení";
				break;
			case 'foto' : 
				wText = "Fotografie";
				break;
			case 'odkaz' : 
				wText = "Odkazy na zajímavé web stránky";
				break;
			case 'kontakt' : 
				wText = "Kontaktní informace";
			case 'video' : 
				wText = "Video";
		}
	
	window.status= wText;
	
	return true;
	}
	
	
	function MenuOff(oOut) {
	oCS = oOut.style
	oCS.backgroundColor = '#33CC66'	
	
	}
 
 	function popisek(text){
 	 popis.innerHTML = text;
	}
 

