function SetLanguage(Val) { switch (Val) { case '1': location.href = '/Stravinci/It/'; break; case '2': location.href = '/Stravinci/En' break; } }