
var d = document;


d.write('<div class="menubg2" align="left">');

d.write('<div id="mainmenu" class="mainmenu">');
d.write('<ul>');
d.write('<li><a href="http://sallymiller.com/index.htm" >Home</a></li>');
d.write('<li><a href="http://sallymiller.com/Books.htm" rel="dropmenu7">Sally\'s Books</a></li>');
d.write('<li><a href="http://sallymiller.com/writings.htm" rel="dropmenu8">Writings</a></li>');
d.write('<li><a href="http://sallymiller.com/bbwrmain.htm" rel="dropmenu25">Boxelder Basin</a></li>');
d.write('<li><a href="http://sallymiller.com/biography.htm" rel="dropmenu29">Bio</a></li>');
d.write('<li><a href="http://sallymiller.com/SynergyPress.htm" >Synergy Press</a></li>');
d.write('<li><a href="http://sallymiller.com/sbs.htm" rel="dropmenu36">Synergy Book Service</a></li>');
d.write('<li><a href="http://sallymiller.com/links.htm" rel="dropmenu40">Links</a></li>');
d.write('<li><a href="http://sallymiller.com/reviews.htm" rel="dropmenu44">Reviews</a></li>');



d.write('</ul>');
d.write('</div><!-- end mainmenu -->');
d.write('<!--<br style="clear: left;" />-->');

document.write('<div id="dropmenu7" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/truth/index.htm">The Truth According to Sally Miller</a>');
document.write('<a href="http://sallymiller.com/kitchen/index.htm">Sally\'s in the Kitchen</a>');
document.write('<a href="http://sallymiller.com/goodeats.htm">Good Eats</a>');
document.write('<a href="http://sallymiller.com/abc\'s.htm">ABC\'s of Living Without Cancer</a>');
document.write('<a href="http://www.sylviathebook.com" target="_blank">Sylvia: A Memoir...</a>');
document.write('</div>');

document.write('<div id="dropmenu8" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/essays.htm">Essays</a>');
document.write('<a href="http://sallymiller.com/comments.htm">Health</a>');
document.write('<a href="http://sallymiller.com/poems.htm">Poems</a>');
document.write('<a href="http://sallymiller.com/vignettes.htm">Short Stuff</a>');
document.write('<a href="http://sallymiller.com/rants.htm">Rants</a>');
document.write('<a href="http://sallymiller.com/critters.htm">Critters</a>');
document.write('<a href="http://sallymiller.com/erotic.htm">Erotic Fiction</a>');
document.write('</div>');

document.write('<div id="dropmenu25" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/bbwr.htm">Week-long Journey to Wellness</a>');
document.write('<a href="http://sallymiller.com/one_day.htm">Stop the World, I Want to Get off</a>');
document.write('<a href="http://sallymiller.com/vegetarian.htm">Vegetarian Cooking Classes</a>');
document.write('</div>');

document.write('<div id="dropmenu29" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/biography.htm">Sally\'s Bio</a>');
document.write('<a href="http://sallymiller.com/contact.htm">Contact</a>');
document.write('</div>');

document.write('<div id="dropmenu36" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/h_&_w.htm">Health and Wellness</a>');
document.write('<a href="http://sallymiller.com/adults.htm">Adults Only catalog</a>');
document.write('<a href="http://sallymiller.com/orders.htm">Order Form</a>');
document.write('</div>');

document.write('<div id="dropmenu40" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://www.viennadolorosa.com" target="_blank">ViennaDolorosa.com</a>');
document.write('<a href="http://www.sylviathebook.com" target="_blank">SylviaTheBook.com</a>');
document.write('<a href="http://www.holycommunionanovel.com" target="_blank">HolyCommunionANovel.com</a>');
document.write('<a href="http://www.100Whores.com" target="_blank">100Whores.com</a>');
document.write('<a href="http://www.mykoladementiuk.com/" target="_blank">Mykola Dementiuk\'s Website</a>');
document.write('</div>');

document.write('<div id="dropmenu44" class="dropmenudiv" style="visability: hidden;">');
document.write('<a href="http://sallymiller.com/kitchen/reviews.htm">Sally\'s in the Kitchen</a>');
document.write('<a href="http://sallymiller.com/truth/reviews.htm">The Truth According to Sally Miler</a>');
document.write('<a href="http://www.sylviathebook.com/comments-by-others.htm">Sylvia the Book</a>');
document.write('<a href="http://sallymiller.com/review2.htm">Good Eats at Sally\'s</a>');
document.write('<a href="http://sallymiller.com/review1.htm">ABC\'s of  Living Without Cancer</a>');
document.write('</div>');



tabdropdown.init("mainmenu", "auto");
d.write('</div> <!-- end menubg2 --> ');
