(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('Barry\'s Truckers','/barrystruckers/index.html');
  menu1.addItem('Bobby Keeler Band','/bobbykeeler/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('Caught Looking','/caughtlooking/index.html');
  menu1.addItem('Chasin\' Mason','/chasinmason/index.html');
  menu1.addItem('Cheap Rick','/cheaprick/index.html');
  menu1.addItem('Cold Sweat','/coldsweat/index.html');
  menu1.addItem('Crossfire','/crossfire/index.html');
  menu1.addItem('Da Yoopers','/dayoopers/index.html');
  menu1.addItem('Doc Hammer','/dochammer/index.html');
  menu1.addItem('Doo-Wop Daddies','/doowopdaddies/index.html');
  menu1.addItem('Eddie Butts Band','/eddiebutts/index.html');
  menu1.addItem('Firstborn','/firstborn/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('Mark Shurilla','/markshurilla/index.html');
  menu2.addItem('Modern Giants','/moderngiants/index.html');
  menu2.addItem('Mt. Olive','/mtolive/index.html');
  menu2.addItem('The Now','/thenow/index.html');
  menu2.addItem('Oil Can Harry','/oilcanharry/index.html');
  menu2.addItem('Rabid Aardvarks','/rabid-aardvarks/index.html');
  menu2.addItem('Random Maxx','/randommaxx/index.html');
  menu2.addItem('Rhythm Kings','/rhythmkings/index.html');
  menu2.addItem('Ridin\' The Storm','/ridin-the-storm/index.html');
  menu2.addItem('Road Rage','/roadrage/index.html');
  menu2.addItem('Road Trip','/roadtrip/index.html');
  menu2.addItem('Rockerfellers','/rockerfellers/index.html');
  menu2.addItem('RPM','/rpm/index.html');
  menu2.addItem('Six Pack','/sixpack/index.html');
  menu2.addItem('Speakeasy','/speakeasy/index.html');
  menu2.addItem('Spin','/spin/index.html');
  menu2.addItem('The Sociables','/sociables/index.html');
  menu2.addItem('Vic Ferrari','/vicferrari/index.html');
  menu2.dockTo('demo2');



}
)();

