(function(){
// var menu1=new Scl.Menu(130); (menu1 does not work !)
//  menu1.addItem('Available','http://www.theartcove.com/artavail.html');
//  menu1.dockTo('Available Art);
var menu2=new Scl.Menu();
  menu2.addItem('Original Paintings','http://www.theartcove.com/artavail.html');
   menu2.addItem('High-Quality Prints','http://www.theartcove.com/prints.html');
  menu2.dockTo('Available Art');
var menu3=new Scl.Menu();
  menu3.addItem('Gallery 2010','http://www.theartcove.com/gal2010.html');
  menu3.addItem('Outsider Artists','http://www.theartcove.com/galoutsi.html');
  menu3.addItem('Gallery 2009','http://www.theartcove.com/gal2009.html');
  menu3.addItem('Gallery 2008','http://www.theartcove.com/gal2008.html');
  menu3.addItem('Gallery 2007','http://www.theartcove.com/gal2007.html');
  menu3.addItem('Gallery 2006','http://www.theartcove.com/gal2006.html');
  menu3.addItem('Commisions','http://www.theartcove.com/galcomm.html');
  menu3.addItem('Gallery Index','http://www.theartcove.com/gallery.html');
  menu3.dockTo('Galleries');
var menu4=new Scl.Menu();
  menu4.addItem('Contact The Art Cove','http://www.theartcove.com/contacus.html');
  menu4.addItem('Site Index Map','http://www.theartcove.com/site.html');
  menu4.addItem('Our Company','http://www.theartcove.com/about.html');
  menu4.addItem('Our Artist','http://www.theartcove.com/artist.html');
  menu4.addItem('Office Mgr. Maggie','http://www.theartcove.com/maggie.html');
  menu4.addItem('Some Commissioned','http://www.theartcove.com/commissi.html');
  menu4.addItem('The Art Cove News','http://www.theartcove.com/covenews.html');
  menu4.dockTo('About The Art Cove');
var menu5=new Scl.Menu();
  menu5.addItem('Links','http://www.theartcove.com/link.html');
  menu5.addItem('Link Exchange','http://www.theartcove.com/linkxchg.html');
  menu5.addItem('Our Web Ring','http://www.theartcove.com/webrings.html');
  menu5.addItem('Studio Tips','http://www.theartcove.com/studtips.html');
  menu5.addItem('Contact Us','http://www.theartcove.com/contacus.html');
  menu5.dockTo('For Artists');
var menu6=new Scl.Menu();
//  menu6.bottomToTop=true; (This would cascade up)
  menu6.addItem('Treasure Trove Gifts','https://protected.bluedomino.com/theartcove1/artcovett.html');
  menu6.addItem('Highwaymen Tribute','http://www.theartcove.com/hiwaymen.html');
  menu6.addItem('How Are We Doing ?','http://www.theartcove.com/survey.html');
  menu6.addItem('Your Private Offer','http://www.theartcove.com/prioffer.html');
  menu6.dockTo('Specialties');
}
)();

