// Drop Down Menu Configuration file

// edit the links to suit your own
// items added first are displaced on top of other

// this is for "Home"
var menu1=new Scl.Menu();
  menu1.addItem('Environmentally Friendly','/environmentally-friendly/');
  menu1.addItem('Moving System','/moving-system/');
  menu1.addItem('Request a Quote','/request-a-quote/');
  menu1.addItem('Services','/services/');
  menu1.dockTo('drop1');

// this is for "For Women Only"
var menu2=new Scl.Menu();
  menu2.addItem('Crate Rental','/green-solutions-crate-rental/');
  menu2.addItem('LEED Certification','/green-solutions-leed-certification/');
  menu2.addItem('Sustainability Facts','/green-solutions-sustainability-facts/');

  menu2.dockTo('drop2');