ddsmoothmenu.init({
		mainmenuid: "zm-Menu-External",
		customtheme: ["#804000", "#482400"],  //override default menu CSS background values?
		contentsource: ["ZK_smoothcontainer", "zm-Panel-Menu.htm"] //"markup" or ["container_id", "path_to_menu_file"]
		})
ddsmoothmenu.init({
		mainmenuid: "zm-Left",
		customtheme: ["#FFFFFF", "#482400"],  //override default menu CSS background values?
		contentsource: ["Left-Panel", "zm-Panel-Left.htm"] //"markup" or ["container_id", "path_to_menu_file"]
		})
ddsmoothmenu.init({
		mainmenuid: "zm-Bottom",
		customtheme: ["#FFFFFF", "#482400"],  //override default menu CSS background values?
		contentsource: ["Bottom-Panel", "zm-Panel-Bottom.htm"] //"markup" or ["container_id", "path_to_menu_file"]
		})
