// JavaScript Document
var cText = ''
cText += '<a href="conservatory.html">Conservatory</a>'
cText += '<a href="../choire/index.html" target="_blank">International Clarinets</a>'
cText += '<a href="chambermusic.html">Chambermusic</a>'
cText += '<a href="organisations.html">Organisations</a>'
cText += '<a href="courses.html">Courses</a>'
cText += '<a href="shop.html">CD Shop</a>'
cText += '<a href="pers.html">Pers</a>'
cText += '<a href="media.html">Media</a></div>'
document.write(cText)
