(function(){

var menu1=new Scl.Menu(130);
  menu1.addItem('3 Beers \'til Dubuque','/3beers/index.html');
  menu1.addItem('5 Card Studs','/5cardstuds/index.html');
  menu1.addItem('76 Juliet','/76juliet/index.html');
  menu1.addItem('Bad Medicine','/badmedicine/index.html');
  menu1.addItem('Barbeez','/barbeez/index.html');
  menu1.addItem('Bob Mittnacht','/bobmittnacht/index.html');
  menu1.addItem('Boogie & The YoYoz','/boogie-yoyoz/index.html');
  menu1.addItem('Booze Brothers','/boozebrothers/index.html');
  menu1.addItem('The Britins','/britins/index.html');
  menu1.addItem('Catch A Wave','/catch-a-wave/index.html');
  menu1.addItem('Chasin\' Mason','/chasinmason/index.html');
  menu1.addItem('Cold Sweat','/coldsweat/index.html');
  menu1.addItem('Crossfire','/crossfire/index.html');
  menu1.addItem('Da Yoopers','/dayoopers/index.html');
  menu1.addItem('Doo-Wop Daddies','/doowopdaddies/index.html');
  menu1.addItem('Dr Love','/drlove/index.html');
  menu1.addItem('Eddie Butts Band','/eddiebutts/index.html');
  menu1.addItem('Heat','/heat/index.html');
  menu1.dockTo('demo1');

var menu2=new Scl.Menu(130);
  menu2.addItem('Left On Sunset','/los/index.html');
  menu2.addItem('Liberty Bluegrass','/libertybluegrassband/index.html');
  menu2.addItem('Loaded','/loaded/index.html');
  menu2.addItem('Mark Shurilla','/markshurilla/index.html');
  menu2.addItem('Mt. Olive','/mtolive/index.html');
  menu2.addItem('Oil Can Harry','/oilcanharry/index.html');
  menu2.addItem('Random Maxx','/randommaxx/index.html');
  menu2.addItem('Rhythm Kings','/rhythmkings/index.html');
  menu2.addItem('Road Trip','/roadtrip/index.html');
  menu2.addItem('RPM','/rpm/index.html');
  menu2.addItem('SaddleBrook','/saddlebrook/index.html');
  menu2.addItem('Six Pack','/sixpack/index.html');
  menu2.addItem('Speakeasy','/speakeasy/index.html');
  menu2.addItem('SuperTuesday','/supertuesday/index.html');
  menu2.addItem('The Now','/thenow/index.html');
  menu2.addItem('The Sociables','/sociables/index.html');
  menu2.addItem('U2 Zoo','/u2zoo/index.html');
  menu2.addItem('Vic Ferrari','/vicferrari/index.html');
  menu2.dockTo('demo2');



}
)();


