// JavaScript Document
ddsmoothmenu.init({
mainmenuid: "menu1", 
//Menu DIV id
orientation: 'h',
//orientation: 'v', 
//Horizontal or vertical menu: Set to "h" or "v"
//classname: 'ddsmoothmenu-v', 
classname: 'ddsmoothmenu',
//class added to menu's outer DIV
customtheme: ["#FFFFFF", "#CCCCCC"],
contentsource: "markup"
//"markup" or ["container_id", "path_to_menu_file"]
});
