// Path to images used in the menu.

dsMenuImagePath	= "images/";  

//=======================================================================================//
// Menu's and their items                                                                //
//=======================================================================================//


// Change the default width for menuJS

//=======================================================================================//
// Menubar and it's buttons                                                              //
//=======================================================================================//

var myBar = new DSmenuBar;
myBar.add(new DSmenuButton("Home", "index.php", null)); 
myBar.add(new DSmenuButton("Skills Mission", "skills-mission.php", null));	
myBar.add(new DSmenuButton("Skills Vision", "skills-vision.php", null)); 
myBar.add(new DSmenuButton("Setting up a Skills Course", "setting-up.php", null));  
myBar.add(new DSmenuButton("Teacher Support ", "teacher-support.php", null));  



