document.write ("<div align='center'><center>")
document.write ("<table border='1' cellspacing='0' cellpadding='2'>")
document.write ("  <tr>")
document.write ("    <td width='40' bgcolor='#FFFFFF'><p align='center'><a href='javascript:switchLang()'>")
if (taggedStr == "English")
{
   document.write ("    <img src='../../images/webstuff/frenglish_flag.gif' width='22' height='16' border='0' alt='ENGLISH menu'></a></td>")
   document.write ("    <td width='680' bgcolor='#FFFFFF'><p align='center'><font face='Arial' size='1' color='#000080'>")
   document.write ("    <a href='../HomePage.htm'>Home</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEA_201.HTM'>Catalogue</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../ListeAuteurs.htm'>Artists</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLER_101.HTM'>Relaxation</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEM_101.HTM'>Meditation</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLED_101.HTM'>Unwinding</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEE_101.HTM'>Energy</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLET_101.HTM'>Therapy</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEI_301.HTM'>Instruments</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLET_201.HTM'>Traditions</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEV_101.HTM'>Vocals</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../XLEN_101.HTM'>Nature</a>&nbsp; &nbsp; ")
   document.write ("    <a href='../recherche.htm'>Search</a>")
}
else
{
   document.write ("    <img src='../../images/webstuff/frenglish_flag.gif' width='22' height='16' border='0' alt='ENGLISH menu'></a></td>")
   document.write ("    <td width='680' bgcolor='#FFFFFF'><p align='center'><font face='Arial' size='1' color='#000080'>")
   document.write ("    <a href='../HomePage.htm'>Accueil</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEA_201.HTM'>Catalogue</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../ListeAuteurs.htm'>Auteurs</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLER_101.HTM'>Relaxation</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEM_101.HTM'>Méditation</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLED_101.HTM'>Détente</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEE_101.HTM'>Energie</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLET_101.HTM'>Thérapies</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEI_301.HTM'>Instruments</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLET_201.HTM'>Traditions</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEV_101.HTM'>Chants</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../XLEN_101.HTM'>Nature</a>&nbsp;&nbsp; ")
   document.write ("    <a href='../recherche.htm'>Recherche</a>")
}
document.write ("    </font></td>")
document.write ("  </tr>")
document.write ("</table>")
document.write ("</center></div>")
document.write ("<br>&nbsp;&nbsp; ")


