(function(){

 var menu1=new Scl.Menu(200);
  
  menu1.addItem('Training Services','training,services.html');
  menu1.addItem('Microsoft Project EPM Services','microsoft,project,epms.html');
  menu1.addItem('PM Support Services','pm,support,services.html');
  menu1.addItem('PM Consultancy Services','pm,consultancy,services.html');
  menu1.dockTo('services');

var menu2=new Scl.Menu(190);
  menu2.addItem('About 3PM','about,3pm.html');
  menu2.addItem('Our Strength','our,strength.html');
  menu2.dockTo('about,3pm');

var menu3=new Scl.Menu(190);
  menu3.addItem('PM Processes','pm,processes.html');
  menu3.addItem('PM Knowledge Areas','pm,knowledge,areas.html');
  menu3.addItem('PM Support Skills ','pm,support,skills.html');
  menu3.addItem('PM Brain Teaser','pm,brain,teaser.html');
  menu3.addItem('PM – Food for Thought','pm,food,thought.html');
  menu3.addItem('Roles & Responsibilities of PM','roles,responsibilities,pm.html');
  menu3.dockTo('knowledge,assets');

}
)();

