// JavaScript Document
//Custom by seed - Luca Botturi


function displayUpdate(country){
	if(country=="bolivia") document.getElementById("bolivia").className="visible";
		else document.getElementById("bolivia").className="invisible";
	if(country=="india") document.getElementById("india").className="visible";
		else document.getElementById("india").className="invisible";
	if(country=="mali") document.getElementById("mali").className="visible";
		else document.getElementById("mali").className="invisible";
} //end of function