//<script>
function change_lang (strPage, strLang)
{
	document.location = strPage + strLang;
}
