var MENU_STYLE = { border:1, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" borders:[0,1,0,1], color:{ border:"#ffffff", // color of the item border, if any shadow:"#6C80A1", // color of the item shadow, if any bgON:"", // background color for the items bgOVER:"#6C80A1", // background color for the item which is under mouse right now imagebg:"#000000", oimagebg:"#6C80A1" }, css:{ ON:"menu_box_style", // CSS class for items OVER:"menu_box_style_over" // CSS class for item which is under mouse } }; var MENU_ELEMENT_WIDTH = 159; var MENU_ELEMENT_HEIGHT = 24;