// JavaScript redirect to specific language
function changePage()
{
	targetURL = document.language.redirect.value;
	document.location.href = "http://www." + targetURL;
}

