(function(){
var menu1=new Scl.Menu(70);
menu1.addItem('Home','http://www.hartlineliterary.com/');
menu1.dockTo('demo1');
var menu2=new Scl.Menu(155);
menu2.addItem('Welcome','http://www.hartlineliterary.com/welcome.html');
menu2.addItem('FAQ','http://www.hartlineliterary.com/faq.html');
menu2.addItem('Do I Need An Agent?','http://www.hartlineliterary.com/need.html');
menu2.addItem('Schedule','http://www.hartlineliterary.com/schedule.html');
menu2.dockTo('demo2');
var menu3=new Scl.Menu(160);
menu3.addItem('Joyce Hart','http://www.hartlineliterary.com/joyce_hart.html');
menu3.addItem('Terry Burns','http://www.hartlineliterary.com/terry_burns.html');
menu3.addItem('Diana Flegal','http://www.hartlineliterary.com/diana_flegal.html');
menu3.addItem('Linda Glaz','http://www.hartlineliterary.com/linda_glaz.html');
menu3.addItem('Andy Scheer','http://www.hartlineliterary.com/andy_scheer.html');
menu3.dockTo('demo3');
var menu4=new Scl.Menu(120);
menu4.addItem('Author List','http://www.hartlineliterary.com/author_list.html');
menu4.addItem('Recent Releases','http://www.hartlineliterary.com/recent_release.html');
menu4.dockTo('demo4');
var menu5=new Scl.Menu(240);
menu5.addItem('To Send A Submission','http://www.hartlineliterary.com/guidelines.html');
menu5.addItem('A Proper Proposal','http://www.hartlineliterary.com/proposal.html');
menu5.addItem('Fiction Submission Guidelines','http://www.hartlineliterary.com/fiction_proposal.html');
menu5.addItem('Non-Fiction Submission Guidelines','http://www.hartlineliterary.com/nonfiction_proposal.html');
menu5.addItem('Is It Ready To Submit?','http://www.hartlineliterary.com/submit.html');
menu5.dockTo('demo5');
var menu6=new Scl.Menu(50);
menu6.addItem('Blog','http://hartlineliteraryagency.blogspot.com/');
menu6.dockTo('demo6');
var menu7=new Scl.Menu(90);
menu7.addItem('Contact Us','http://www.hartlineliterary.com/contact.html');
menu7.dockTo('demo7');
}
)();

