﻿function setlang(value)
{
	var strText

	if(value == "eng")
		strText = "./sound_rota.php"
	else
	{	
		strText = "./sound_rota_" + value + ".php"
	}
	window.location = strText
}
