function open_page() {
}

function change_lang(lang) {
	if(lang == "he") {
		top.location.href = "http://www.yoram-sasson.com";
	} else if(lang == "en") {
		top.location.href = "http://translate.google.com/translate?hl=iw&sl=iw&tl=en&u=http%3A%2F%2Fwww.yoram-sasson.com%2F";
	}  else if(lang == "fr") {
		top.location.href = "http://translate.google.com/translate?hl=iw&sl=iw&tl=fr&u=http%3A%2F%2Fwww.yoram-sasson.com%2F";
	}
}
