function change_lan(da,a)
{
	sl="/"
	str1=location.href
	str2=str1.replace(sl+da+sl,sl+a+sl)
	location.replace(str2)
}
