<!--
/*
)
*/
// 
// 
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#CCCC99";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="'Arial, Helvetica";
hdrFontSize="2";
hdrFontColor="#CCCC99";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="' Arial, Helvetica";
linkFontSize="2"; 
linkBGColor="#000000";
linkOverBGColor="#404040";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="'Arial, Helvetica";
barFontSize="2";
barFontColor="#CCCC99";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Site Menu", "MENU")
addItem("*HOME PAGE*", "../../index.html", "");
addItem("BOOKS - listed by title", "../../booklist.html", "");
addItem(" - Catalog (page 1)", "../../books/apparitiontrail/at-catalog.html", "");
addItem(" - In the works", "../../future.html", "");
addItem("AUTHORS", "../../authorlist.html", "");
addItem(" - Author List", "../../authorlist.html", "");
addItem(" - Biographies", "../../biographies.html", "");
addItem("ORDER FORM (ONLINE)","../../order.html", "");
addItem("Specials & Promotions", "../../promotions.html", "");
addItem("BOOKSELLERS ONLY", "../../booksellers.html", "");
addItem("MEDIA DOWNLOADS", "../../downloads.html", "");
addItem("SUBMISSIONS", "../../submissions.html", "");
addItem(" - Tesseracts anthology ", "../../books/tess10/t10-catalog.html", "");
addItem(" - Writer's Guidelines", "../../authors.html", "");
addItem(" - Writer's Resources", "../../resources.html", "");
addItem(" - Writer's FAQ's", "../../faq.html", "");
addItem(" - Artist's Guidelines", "../../artwork.html", "");
addItem("About Us", "../../aboutedge.html", "");
addItem("Contact Us", "../../emailedge.html", "");
addItem("Employment", "../../jobs.html", "");
addItem("Guestbook", "../../guestbk.html", "");
addItem("News Archive", "../../news.html", "");
addItem("Site Map", "../../sitemap.html", "");
addItem("Privacy", "../../privacy.html", "");
endMenu()

//-->




