function dropdownMenuToggle(whichOne){
	theStyle = document.getElementById(whichOne).style;

	if (theStyle.display == "none") {
		theStyle.display = "block";
	} else
		theStyle.display = "none";
}
var varOverLang = 0;
