function switchLang( lang ) {
	SessionProxy.SetCookie("language",lang,365);
	SessionProxy.ClearSession();
	return true;
}