(function(){

var menu1=new Scl.Menu(130);
  menu1.addItem('Available','http://www.lostwolves.com/gpha/ado.html');
  menu1.addItem('Online Application','http://www.lostwolves.com/gpha/ado-onapp.html');
  menu1.addItem('Recent Adoptions','http://www.lostwolves.com/gpha/ado-rec.html');
  menu1.dockTo('demo1');

var menu2=new Scl.Menu(130);
  menu2.addItem('Dogs','http://www.notjustamutt.com/gpha/photo/dog/index.html');
  menu2.addItem('Cats','http://www.lostwolves.com/gpha/photo/cat/index.html');
  menu2.addItem('Photos For Sale','http://www.lostwolves.com/gpha/photo/sale/index.html');
  menu2.dockTo('demo2');

var menu3=new Scl.Menu(130);
  menu3.addItem('NJAMR News','http://www.lostwolves.com/gpha/new-gpha.html');
  menu3.addItem('Dogs in the News','http://www.lostwolves.com/gpha/new-dog.html');
  menu3.dockTo('demo3');

var menu4=new Scl.Menu(130);
  menu4.addItem('Pet Sitting','http://www.lostwolves.com/gpha/ser-sit.html');
  menu4.addItem('Pet Matching','http://www.lostwolves.com/gpha/ser-mat.html');      menu4.addItem('Doggie Day Camp','http://www.lostwolves.com/gpha/ser-ddc.html');
  menu4.dockTo('demo4');

var menu5=new Scl.Menu(130);
  menu5.addItem('Donating','http://www.lostwolves.com/gpha/hel-don.html');
  menu5.addItem('Fund Raising Projects','http://www.lostwolves.com/gpha/hel-fun.html');
  menu5.addItem('Fostering','http://www.lostwolves.com/gpha/hel-fos.html');
  menu5.addItem('Volunteering','http://www.lostwolves.com/gpha/hel-vol.html');
  menu5.dockTo('demo5');

var menu6=new Scl.Menu(130);
  menu6.addItem('NJAMR','http://www.lostwolves.com/gpha/abo-gpha.html');
  menu6.addItem('Founders','http://www.lostwolves.com/gpha/abo-fousta.html');
  menu6.addItem('Staff & Volunteers','http://www.lostwolves.com/gpha/abo-vol.html');
  menu6.dockTo('demo6');


}
)();
