function setLanguage(idx) {
	var tg = new httpget();
	tg.replace('l', idx);
	tg.navigate();
	return false;
}
