// javascript for Cellostudio header, menu section  -sdp 23 November 2007


document.write('\n');
document.write(' <div id="container">\n');
document.write('		<div id="topNav">\n');
document.write('<table width="530" border="0" cellpadding="8" cellspacing="0" bgcolor="#FFFFFF">\n');
document.write('<tr valign="middle">\n');
document.write(' <td><img src="images/dccslogo.jpg" width="180"></td>\n');
document.write(' <td><img src="images/10x10_white.gif" width="45"></td>\n');
document.write('				<td><a href="index.html">home</a></td>\n');
document.write('				<td><a href="about.html">about</a></td>\n');
document.write('				<td><a href="fees.html">fees</a></td>\n');
document.write('				<td><a href="testimonials.html">testimonials</a></td>\n');
document.write('				<td><a href="calendar.html">calendar</a></td>\n');
document.write('				<td><a href="sales-1.html" title="browse 2nd hand instruments or list your own for sale">buy/sell</a></td>\n');
document.write('				<td><a href="http://thecellocompanion.info/blog-posts" target="_blank" title="packed with advice on playing, practising and teaching">blog</a></td>\n');
document.write('				<td><a href="contact.html">contact</a></td>\n');
document.write('</tr>\n');
document.write('</table>\n');
document.write('		</div>\n');
document.write('	</div>\n');
document.write('\n');

