ddsmoothmenu.init({
	mainmenuid: "menu-top",
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'weather-top', //class added to menu's outer DIV
	customtheme: ["#000000", "#18374a"], //override color (background and hover) | main color in .css file
	contentsource: ["wrap-menu-top","library/menu/menu-top.htm"]
})
ddsmoothmenu.init({
	mainmenuid: "menu-main",
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'weather-main', //class added to menu's outer DIV
	customtheme: ["#0f0f0f", "#18374a"], //override color (background and hover) | main color in .css file
	contentsource: ["wrap-menu-main","library/menu/menu-main.htm"]
})

