/////////////////////////////////
//// BOOKS MENU
/////////////////////////////////
var menuBooks = new Menu("menuBooks");
menuBooks.Width(190);
menuBooks.AddLink('comingsoon.html','Coming Soon');
menuBooks.AddLink('historicalfiction.html','Historical Series');
menuBooks.AddLink('standalonenovels.html','Standalone Novels');
menuBooks.AddLink('novellas.html','Novellas');
menuBooks.AddLink('nonfiction.html','Nonfiction Books');
menuBooks.AddLink('bibliography.html','Bibliography');


/////////////////////////////////
//// MEET TRACIE MENU
/////////////////////////////////
var menuMeetTracie = new Menu("menuMeetTracie");
menuMeetTracie.Width(150);
menuMeetTracie.AddLink('bio.html','Author Bio');
menuMeetTracie.AddLink('notetoreaders.html','A Note to Readers');
