function down_demo(zohar)
{
si=zohar.selectedIndex;
// alert(zohar.options[si].value);
var url_down
go_t = zohar.options[si].value
	if (go_t=="English")
		window.location= "Babylon_Enterprise_Demo_English.exe";
	if (go_t=="Spanish")
		window.location= "Babylon_Enterprise_Demo_Spanish.exe";
	if (go_t=="German")
		window.location= "Babylon_Enterprise_Demo_German.exe";
	if (go_t=="Hebrew")
		window.location= "Babylon_Enterprise_Demo_Hebrew.exe";
	
}
function down_brochure(zohar)
{
si=zohar.selectedIndex;
go_t = zohar.options[si].value
	if (go_t=="English")
		window.open("brochure-babylon-enterprise-7-eng.pdf");
	if (go_t=="Spanish")
		window.open("brochure-babylon-enterprise-7-spa.pdf");
	if (go_t=="German")
		window.open("brochure-babylon-enterprise-7-ger.pdf");
	if (go_t=="French")
		window.open("brochure-babylon-enterprise-7-fre.pdf");
	if (go_t=="Portuguese")
		window.open("brochure-babylon-enterprise-7-por.pdf");
	if (go_t=="Italian")
		window.open("brochure-babylon-enterprise-7-ita.pdf");
	if (go_t=="Hebrew")
		window.open("brochure-babylon-enterprise-7-heb.pdf");
	if (go_t=="Turkish")
		window.open("brochure-babylon-enterprise-7-tur.pdf");
}