function topMenu () {
document.write('<a class=topMenu href="index.html">Home</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a class=topMenu href="about.html">About Beth Miriam</a>');
}

function subAboutUs() {
document.write('<a class=subMenu href="aboutUs_cofounders.html">co-founders</a>');
}

function subCoFounders() {
document.write('<a class=subMenu href="aboutUs.html">about us</a>');
}

function subProductions() {
document.write('<a class=subMenu href="prod_CandlesToTheSun.html">Candles To The Sun</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a class=subMenu href="prod_MissingMountains.html">Missing Mountains</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a class=subMenu href="prod_2007WritersExchange.html">2007 Writers Exchange</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a class=subMenu href="prod_UnrestrictedActs.html">Unrestricted Acts</a>');
}
