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=\"javascript: alert('available soon');\" CLASS=my><IMG SRC=\"pics/book_sm.png\" WIDTH=\"100\" HEIGHT=\"135\" BORDER=\"0\" ALT=\"\"><BR>BUY THE BOOK</a><BR><BR>");
}