d=new Date();
annee=d.getFullYear();
EMAIL='&nbsp;-&nbsp;<a class="mini" href="#" onClick="showDefaultEmailForm(langue_en_cours);positionLayer(event);return false;"><img src="/fibd/images/miniemail.gif" width="10" height="10" border="0" hspace="3" align="absmiddle">E-mail</a>&nbsp;'
switch(langue_en_cours) {
 case "de":
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, Frankreich. - Telefon- und Faxnummer : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/de/mentionslegales.html" target="_self">Rechtliche Erl&auml;uterungen</a>');
 break;

 case "es":
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, Francia. - Teléfono y Fax : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/es/mentionslegales.html" target="_self">Menciones legales</a>');
 break;

 case "gb":
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, France. - Phone and Fax : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/gb/mentionslegales.html" target="_self">Legal mentions</a>');
 break;
	
 case "it":
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, Francia. - Telefono e Fax : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/it/mentionslegales.html" target="_self">Menzioni legali</a>');
 break;

 case "po":
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, Fran&ccedil;a. - Telefone e Fax : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/po/mentionslegales.html" target="_self">Men&ccedil;&otilde;es legais </a>');
 break;

 default:
  document.write('&copy;&nbsp;'+annee+'.&nbsp;FIBD/DA - 33 Rue du Peyrou - 34300 Agde, France. - Tel : +33 (0)467 94 01 43 - Fax : +33 (0)467 94 01 43 -  GSM : +33 (0)610 72 35 62' + EMAIL + '- <a class="mini" href="/fibd/fr/mentionslegales.html" target="_self">Mentions l&eacute;gales</a>' );
 break;

} // switch

