function ChangeLang()
{
	switch(document.getElementById("websites3").value)
	{
		case "en":
				window.location = "../en/index.html";
				break;
		case "sr":
				window.location = "../sr/index.html";
				break;
		case "dn":
				window.location = "../dn/index.html";
				break;
		case "ru":
				window.location = "../ru/index.html";
				break;
		case "it":
				window.location = "../it/index.html";	
				break;
	}
}
