<!--
/* Created by: SCL Software :: http://www.sclsoftware.com/en
Licensed under: U.S. Copyright */

(function(){

/* books by genre */ 
var menu1=new Scl.Menu(150);
  menu1.addItem('Alternate History','/Menu/althis.html');
  menu1.addItem('Alternate Lifestyle','/Menu/altlife.html');
  menu1.addItem('Anthologies','/Menu/anthologies.html');
  menu1.addItem('Contemporary','/Menu/contemporary.html');
  menu1.addItem('Connections','/Menu/connections.html');
  menu1.addItem('Dark Fantasy','/Menu/darkfantasy.html');
  menu1.addItem('Dark Romance','/Menu/darkromance.html');
  menu1.addItem('Fantasy','/Menu/fantasy.html');
  menu1.addItem('Gothic','/Menu/gothic.html');
  menu1.addItem('GLBT','/Menu/glbt.html');
  menu1.addItem('Historicals','/Menu/historicals.html');
  menu1.addItem('Holidays','/Menu/holidays.html');
  menu1.addItem('Horror','/Menu/horror.html');
  menu1.addItem('Humor','/Menu/humor.html');
  menu1.addItem('Mainstream','/Menu/mainstream.html');
  menu1.addItem('Mystery/Suspense','/Menu/mysterysuspense.html');
  menu1.addItem('Non-Fiction','/Menu/nonfiction.html');
  menu1.addItem('Paranormal','/Menu/paranormal.html');
  menu1.addItem('Poetry','/Menu/poetry.html');
  menu1.addItem('Real Women','/Menu/realwomen.html');
  menu1.addItem('Science Fiction','/Menu/sciencefiction.html');
  menu1.addItem('Serials','/Menu/serials.html');
  menu1.addItem('Series','/Menu/series.html');
  menu1.addItem('True Erotica','/Menu/trueerotica.html');
  menu1.addItem('Western','/Menu/western.html');
  menu1.addItem('Yaoi/Manga','/Menu/yaoimanga.html');
  menu1.addItem('Vampires','/Menu/vampires.html');
  menu1.addItem('Werewolves','/Menu/werewolf.html');
  menu1.dockTo('BooksGenre');
  
 /*books by author */ 
var menu1=new Scl.Menu(150);
  menu1.addItem('Author Last Name: A thru K','/Menu/athruk.html');
  menu1.addItem('Author Last Name: L thru P','/Menu/lthrup.html');
  menu1.addItem('Author Last Name: Q thru Z','/Menu/qthruz.html');
  menu1.dockTo('BooksAuthor');
    
                       
 /*coming soon */ 
var menu2=new Scl.Menu(130);
  menu2.addItem('Coming Soon','/comingsoon.html');
  menu2.addItem('Recent Releases','/Menu/recentreleases.html');
  menu2.dockTo('ComingSoon');
  
 /* print */ 
 var menu3=new Scl.Menu(130);
  menu3.addItem('Books in Print','/print.html');
  menu3.dockTo('Print');
   
 /*community */  
var menu4=new Scl.Menu(130);
  menu4.addItem('Calendar of Events','/event.html');
  menu4.addItem('Mojo Man','/year.html');
  menu4.addItem('Get the News!','/signup.html');
  menu4.addItem('Our Social Networks','/social.html');
  menu4.addItem('Friends of the Castle','/links.html');
  menu4.addItem('Authors and Staff','/staff.html');
  menu4.dockTo('Community');

/*all business */
var menu5=new Scl.Menu(120);
  menu5.addItem('Customer Service','/customerservice.html');
  menu5.addItem('Erotica Romance','/erotica.html');
  menu5.addItem('FAQ','/faq.html');
  menu5.addItem('Content Rating','/rating.html');
  menu5.addItem('Book Lengths','/length.html');
  menu5.addItem('Book Formats','/format.html');
  menu5.addItem('News and Reviews','/news.html');
  menu5.dockTo('All Business');
  
/* UTM */ 
 var menu6=new Scl.Menu(120);
  menu6.addItem('Under the Moon','/utm.html');
  menu6.dockTo('UTM');

}

)();

