//MENU TABLE
document.write('<table class=menu>');
document.write('<tr>');
document.write('		<td class=left>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diana Naylor</td>');
document.write('		<td class=right>AutoCAD and Theatrical Design</td>');
document.write('		<td class=right><A href="./index.html">Home</A> &nbsp;|&nbsp;');
document.write('		<A href=./autocad.html>CAD Drawings</A> &nbsp;|&nbsp;');
document.write('		<A href=./sets.html>Theatre Sets</A> &nbsp;|&nbsp;');
document.write('		<A href=./costumes.html>Costumes</A>');
//document.write('		<A href=./eccles.html>ECCLESIASTIC</A> &nbsp;|&nbsp');
//document.write('		<A href=./cv2007.html target=_blank>CV</A> &nbsp;|&nbsp');
//document.write('		<A href=./personal.html>PERSONAL INTEREST</A></td>');
document.write('</tr>');
document.write('</table>');

