// Configuration parameters for ddlevelsmenu
ddlevelsmenu.enableshim= false; //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip: disable if not in use, for efficiency)

ddlevelsmenu.arrowpointers={
	downarrow: ["js/menu/arrow-down.gif", 11,7], //[path_to_down_arrow, arrowwidth, arrowheight]
	rightarrow: ["js/menu/arrow-right.gif", 12,12], //[path_to_right_arrow, arrowwidth, arrowheight]
	showarrow: {toplevel: true, sublevel: true} //Show arrow images on top level items and sub level items, respectively?
};
hideinterval= 200; //delay in milliseconds before entire menu disappears onmouseout.
ddlevelsmenu.effects= {enableswipe: false, enablefade: false, duration: 500};
ddlevelsmenu.httpsiframesrc= "blank.htm"; //If menu is run on a secure (https) page, the IFRAME shim feature used by the script should point to an *blank* page *within* the secure area to prevent an IE security prompt. Specify full URL to that page on your server (leave as is if not applicable).

