﻿function changelang(lang)
{
    document.cookie = "language = " + lang;
    window.location.href = window.location.href;
}
	
