// JavaScript Document
<!--
function jump(formulaire) { 
var dest= new Array;
dest["fr"]="phosphenisme.com/methode.html";
dest["uk"]="phosphenism.com/methode.html";
dest["nl"]="phosphenism.com/liens_nederlands.html";
dest["ar"]="phosphenisme.com/liens_arabes.html";
dest["sp"]="fosfenismo.com/methode.html";
dest["pt"]="fosfenicas.com/methode.html";
dest["it"]="fosfeni.com/methode.html";
dest["de"]="phosphenismus.com/accueil.html";
dest["ru"]="phosphenism.com/accueil_ru.html";
dest["ro"]="phosphenism.com/romania/accueil.html";
dest["jp"]="phosphenism.com/japon/index.html";
var pays = formulaire.langue.options[formulaire.langue.selectedIndex].value;
document.location.href = "http://www."+dest[formulaire.langue.options[formulaire.langue.selectedIndex].value];

}

function flag(formulaire) { 
var pays = formulaire.langue.options[formulaire.langue.selectedIndex].value;
document.getElementById("sel").src = "biblio/img/index/dr_"+pays+".jpg";
}	


//-->
