function changeLanguage (langId) {
//	alert(getUrlFullFilePath(document.location.href));
	
	actUrl = document.location.href;
    document.location.href = getUrlFullFilePath(actUrl) + createUrlParameters(setParamValue(getUrlParamArray(actUrl),"language",langId));
}

function doHighLite (anchorElement){
	if(anchorElement == null) return;
	anchorElement.style.color="#FF9933";
}
