function fille( url ) {


features = "screenx=50,screenY=50,innerheight=450,innerwidth=700"

if (url == "ant")       { theurl = "http://club.ant.free.fr";}
if (url == "derby")     { theurl = "http://www.derby3000.org";}

if (url == "cg65")      { theurl = "http://www.cg65.fr"; }
if (url == "mjs")       { theurl = "http://www.jeunesse-sports.gouv.fr"; }
if (url == "ddjs65")    { theurl = "http://www.ddjs-hautes-pyrenees.jeunesse-sports.gouv.fr"; }
if (url == "cr_mp")     { theurl = "http://www.cr-mip.fr"; }
if (url == "tarbes")    { theurl = "http://www.tarbes.com";}
if (url == "tarbesVille") { theurl = "http://www.ville-tarbes.fr";}
if (url == "ffme")      { theurl = "http://www.ffme.fr";}
if (url == "crmp-ffme")      { theurl = "http://crmp-ffme.fr";}
if (url == "gavarnie")  { theurl = "http://www.gavarnie.com";}

if (url == "campeur")    { theurl = "http://www.au-vieux-campeur.fr";}
if (url == "beal")       { theurl = "http://www.beal-planet.com";}
if (url == "fiveten")	 { theurl = "http://www.fiveten.com";}
if (url == "julbo")	     { theurl = "http://www.julbo.fr";}
if (url == "kairn")	     { theurl = "http://www.kairn.com";}
if (url == "edf")        { theurl = "http://www.edf.com";}
if (url == "nic")        { theurl = "http://www.nic-impex.fr";}
if (url == "capg")       { theurl = "http://www.lefil.com";}
if (url == "meteo")      { theurl = "http://www.meteo.fr";}
if (url == "bioaromes")  { theurl = "http://www.bioaromes.fr";}    // ??
if (url == "dynafit")    { theurl = "http://www.dynafit.fr";}      // ??
if (url == "pipolaki")   { theurl = "http://www.pipolaki.fr";}     // ??
if (url == "anena")      { theurl = "http://www.upmf-grenoble.fr/POLE/Alpes-Montagnes/documents/anena/snowdrift-article.html";}
if (url == "milan")      { theurl = "http://www.milanpresse.com";}
if (url == "ortovox")    { theurl = "http://www.ortovox.com";}
if (url == "bhsport")    { theurl = "http://www.bhsport.fr";}      // ??
if (url == "dynastar")   { theurl = "http://www.dynastar.com";}
if (url == "valandre")   { theurl = "http://www.valandre.com";}
if (url == "edelrid")    { theurl = "http://www.edelrid.fr";}
if (url == "camping_gaz"){ theurl = "http://www.camping-gaz.tm.fr";}
if (url == "brunet")     { theurl = "http://www.mhr-viandes.com/fr/class/entr/586.htm";}
if (url == "rossignol")  { theurl = "http://www.rossignol.com";}
if (url == "vedere_brau"){ theurl = "http://www.vedere&brau.fr";}  // ??
if (url == "petzl")      { theurl = "http://www.petzl.com";}
if (url == "charlet")    { theurl = "http://www.charlet-moser.com";}
if (url == "latapie")    { theurl = "http://www.lourdes-developpement.com/UK/louuk_Latapie.htm";}
if (url == "overstim")   { theurl = "http://www.overstim.fr";}     // ??
if (url == "ogeu")       { theurl = "http://www.ogeu.net";}
if (url == "privat")     { theurl = "http://www.privat.fr";}
if (url == "leclerc")    { theurl = "http://www.e-leclerc.com";}

window.open( theurl,'fille',features);

}