// JavaScript Document

var mlddm_shiftx       = 3;       // horizontal submenu shifting (in pixels)
var mlddm_shifty       = -3;      // vertical submenu shifting (in pixels)	
var mlddm_timeout      = 500;     // delay before closing (in milliseconds)
var mlddm_effect       = 'slide'; // specifies the visual effect for submenus (can be 'none', fade', 'slide')
var mlddm_effect_speed = 150;     // specifies the visual effect speed
var mlddm_orientation  = 'h';     // specifies the horizontal or vertical orientation (can be 'h' or 'v')
var mlddm_direction    = 0;       // on/off automatic submenus direction (submenus on left side when not enough right space) (can be 1 or 0)
var mlddm_delay        = 50;      // delay before first menu opening (in milliseconds). Useful to prevent accidental hovers
var mlddm_highlight    = 1;       // keep 'hover' pseudo class style on the parent active items. (can be 1 or 0)
var mlddm_closeonclick = 0;       // closing menu when onclick event happens. (can be 1 or 0)



