function writeMainMenu() {
document.write("<a href=\"/about_book.htm\" CLASS=my>ABOUT THE BOOK</a><BR><BR>");
document.write("<a href=\"/about_authors.htm\" CLASS=my>ABOUT THE AUTHORS</a><BR><BR>");
document.write("<a href=\"/contents.htm\" CLASS=my>CONTENTS</a><BR><BR>");
document.write("<a href=\"/pages.htm\" CLASS=my>SAMPLE PAGES</a><BR><BR>");
document.write("<a href=\"/acknowledgements.htm\" CLASS=my>ACKNOWLEDGEMENTS</a><BR><BR>");
document.write("<a href=\"/contact.htm\" CLASS=my>CONTACT US</a><BR><BR>");
}

function writeSecMenu() {
document.write("<a href=\"/about_book.htm\" CLASS=my>ABOUT THE BOOK</a><BR><BR>");
document.write("<a href=\"/about_authors.htm\" CLASS=my>ABOUT THE AUTHORS</a><BR><BR>");
document.write("<a href=\"/contents.htm\" CLASS=my>CONTENTS</a><BR><BR>");
document.write("<a href=\"/pages.htm\" CLASS=my>SAMPLE PAGES</a><BR><BR>");
document.write("<a href=\"/acknowledgements.htm\" CLASS=my>ACKNOWLEDGEMENTS</a><BR><BR>");
document.write("<a href=\"/contact.htm\" CLASS=my>CONTACT US</a><BR><BR><BR>");
document.write("<a href=\"/index.htm\" CLASS=my>HOME</a><BR><IMG SRC=\"pics/spacer.gif\" WIDTH=\"150\" HEIGHT=\"44\" BORDER=\"0\" ALT=\"\"><BR>");
document.write("<a href=\"http://www.amazon.com/Vietnam-Veterans-Songbook-B-Keane/dp/0615368395/ref=sr_1_fkmr1_1?ie=UTF8&qid=1287511963&sr=1-1-fkmr1\" CLASS=my target=\"_blank\"><IMG SRC=\"pics/book_sm.png\" WIDTH=\"100\" HEIGHT=\"135\" BORDER=\"0\" ALT=\"\"><BR>BUY THE BOOK</a><BR><BR>");
}
