// Drapeaux

// uk
drapeaux_uk_off = new Image(43,12);
drapeaux_uk_off.src = "images/drapeaux/english-off.gif";
drapeaux_uk_on = new Image(43,12);
drapeaux_uk_on.src = "images/drapeaux/english-on.gif";

// fr
drapeaux_fr_off = new Image(51,12);
drapeaux_fr_off.src = "images/drapeaux/francais-off.gif";
drapeaux_fr_on = new Image(51,12);
drapeaux_fr_on.src = "images/drapeaux/francais-on.gif";

