// JavaScript Document
function languageChanged(val)
{
//alert(val);
	if(val!="0")
	{
		document.location.href="language_" + val + ".php";
	}
}
