

/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: SCL Software :: http://www.sclsoftware.com/en */

(function(){



var menu1=new Scl.Menu();
  menu1.addItem('Bailey Ruth Raeburn series','brr.html');
  menu1.addItem('Death on Demand series','dod.html');
  menu1.addItem('Henrie O series','henrio.html');
  menu1.addItem('Letter From Home','letter.html');
  menu1.addItem('List of books in PDF','booklist.pdf');
  menu1.addItem('Books on Tape','bot.html');
  menu1.addItem('Avon microsite','http://www.harpercollins.com/CarolynHart');
menu1.addItem('Berkley Prime Crime','http://berkleysignetmysteries.com/');
  menu1.dockTo('dd1');

var menu2=new Scl.Menu();
  menu2.addItem('Carolyn\'s early books for  Kindle readers','kindle.html');
menu2.addItem('Escape From Paris','efp.html');
  menu2.dockTo('dd2');
menu2.addItem('Rendezvous in Veracruz','rendezvous.html');
  menu2.dockTo('dd2');


var menu3=new Scl.Menu(130);
  menu3.addItem('Interviews','interviews.html');
  menu3.addItem('Malice Domestic tribute by Nancy Pickard','mdtribute.html');
  menu3.addItem('Where is Carolyn?','whereiscarolyn.html');
  menu3.addItem('Bio','bio.html');
  menu3.addItem('Contact Carolyn','whereiscarolyn.html#contact');  
menu3.addItem('Carolyn on Facebook','http://www.facebook.com/pages/Carolyn-Hart/276282185723821');
  menu3.dockTo('dd3');

var menu4=new Scl.Menu();
  menu4.addItem('Searching for Christie','christieessay.pdf');
  menu4.addItem('Spooked - a short story by Carolyn Hart','http://eqmm.podomatic.com/entry/index/2010-08-05T13_44_54-07_00');
  menu4.addItem('Carolyn On Writing','onwriting.html');
  menu4.addItem('Publishers Weekly article','pw2009.html');
  menu4.addItem('Carolyn\'s scrapbook','scrapbook.html');
  menu4.addItem('Carolyn\'s guest posts','blogposts.html');
  menu4.addItem('History of the Mystery','history.html');
  menu4.addItem('Links of interest','links.html');
  menu4.dockTo('dd4');




}
)();

//-->
