<!-- Hiding script from old browsers
imgpath='images/';
imgext='.gif';
imgonext='_on'+imgext;
if (document.images) {
	fr = new Image()
	en = new Image()
	fr.src=imgpath+'fr'+imgonext;
	en.src=imgpath+'en'+imgonext;
	pucemenu1 = new Image()
	pucemenu2 = new Image()
	pucemenu1.src=imgpath+'puce1_menu'+imgonext;
	pucemenu2.src=imgpath+'puce2_menu'+imgonext;
};
         function menuon(nom1,nom2) {
    if (document.images) {
	if (typeof(nom1) == 'string') {
		docimg1=eval('document.'+nom1);
		docimg2=eval('document.'+nom2);
		docimg1.src=imgpath+'puce1_menu'+imgonext;
		docimg2.src=imgpath+'puce2_menu'+imgonext;
		self.status='';
};
};
};
	function menuof(nom1,nom2) {
   if (document.images) {
        if (typeof(nom1) == 'string') {
		docimg1=eval('document.'+nom1);
		docimg2=eval('document.'+nom2);
		docimg1.src=imgpath+'puce1_menu'+imgext;
		docimg2.src=imgpath+'puce2_menu'+imgext;
		self.status='';
  };
  };
};

         function flagon(drap) {
    if (document.images) {
	if (typeof(drap) == 'string') {
		docimg=eval('document.'+drap);
		docimg.src=imgpath+drap+imgonext;
		self.status='';
};
};
};
	function flagof(drap) {
    if (document.images) {
	if (typeof(drap) == 'string') {
		docimg=eval('document.'+drap);
		docimg.src=imgpath+drap+imgext;
		self.status='';
  };
  };
};

