function menu()
{
document.write('<select name="whichpage" class="in7" name="menu" onchange="window.location.href=this.options[this.selectedIndex].value;">');
document.write('<OPTION selected = "selected" value="#"> LOOKING FOR ? </option>');
document.write('<OPTION value="/FWBhannah.html">..BOOKS</option>');
document.write('<OPTION value="/witches.html">..BROWNIES</option>');
document.write('<OPTION value="/FWBbuzz.html">..BUZZ</option>');
document.write('<OPTION value="/goodies.html">..CAULDRON SPECIAL</option>');
document.write('<OPTION value="/FWBbookCK.html">..COOKBOOK</option>');
document.write('<OPTION value="/goodies.html">..COOKIE WITCH</option>');
document.write('<OPTION value="/faqFWB.html#december">..DEC. ORDERING</option>');
document.write('<OPTION value="/faqFWB.html">..FAQ\'s</option>');
document.write('<OPTION value="/gifts.html#boxes">..GIFT BOXES</option>');
document.write('<OPTION value="/goodies.html">..GIFT CARDS</option>');
document.write('<OPTION value="/gifts.html">..GIFT TINS\</option>');
document.write('<OPTION value="/FWBlocation.html">..LOCATION</option>');
document.write('<OPTION value="/infants.html">..INFANT GIFTS</option>');
document.write('<OPTION value="/FWBphilosophy.html">..PHILOSOPHY</option>');
document.write('<OPTION value="/FWBstories.html">..STORIES</option>');
document.write('<OPTION value="/FWBwitchscopes.html">..WITCHSCOPES</option>');
document.write('<OPTION value="/brownie.html#babies">..WITCH BABIES</option>');
document.write('<OPTION value="/witchkitchen">..WITCH KITCHEN</option>');
document.write('<OPTION value="/FWBwitchMix.html">..WITCH MIXES</option>');
document.write('<OPTION value="/witchplanet">..WITCH PLANET</option>');
document.write('<OPTION value="/FWBhome.html"></option>');
document.write('</SELECT>');
}