(function(){


var menu2=new Scl.Menu(130);
  menu2.addItem('About Us','about.html');
  menu2.addItem('Castroville Public Library Catalog','https://castroville.biblionix.com');
  menu2.addItem('Apollo Help','apollohelp.html');
  menu2.addItem('TexShare Help','texshare.html');
  menu2.addItem('Library Hours','hours.html');
  menu2.addItem('Librarians','librarians.html');
  menu2.dockTo('menu2');

var menu3=new Scl.Menu(130);
  menu3.addItem('Events','events.html');
  menu3.addItem('News','news.html');
  menu3.addItem('Links','links.html');
  menu3.addItem('e-Stories','stories.html');
  menu3.dockTo('menu3');

var menu4=new Scl.Menu(130);
  menu4.addItem('Children','children.html');
  menu4.addItem('Junior Friends of the Library','jfriends.html');
  menu4.addItem('Nip & Tuck','http://www.castrovillenipandtuck.org/');
  menu4.addItem('Southwest Texas Junior College','http://www.swtjc.net/');
  menu4.dockTo('menu4');
}
)();