// <![CDATA[	   
	function swapEnglish(block) { 
		document.getElementById(block+"aEnglish").style.display= "inline";
		document.getElementById(block+"bEnglish").style.display= "inline";
		document.getElementById(block+"aRussian").style.display= "none";
		document.getElementById(block+"bRussian").style.display= "none";
	}
	function swapRussian(block) { 
		document.getElementById(block+"aEnglish").style.display= "none";
		document.getElementById(block+"bEnglish").style.display= "none";
		document.getElementById(block+"aRussian").style.display= "inline";
		document.getElementById(block+"bRussian").style.display= "inline";
	}						
// ]]>

