//==================================================================================================
// Configuration properties
//==================================================================================================
TransMenu.spacerGif = "/js/transmenu/x.gif";            // path to a transparent spacer gif
TransMenu.dingbatOn = "/js/transmenu/submenu-on.gif";                // path to the active sub menu dingbat
TransMenu.dingbatOff = "/js/transmenu/submenu-off.gif";              // path to the inactive sub menu dingbat
TransMenu.dingbatSize = 14;                             // size of the dingbat (square shape assumed)
TransMenu.menuPadding = 0;                              // padding between menu border and items grid
TransMenu.itemPadding = 6;                              // additional padding around each item
TransMenu.shadowSize = 0;                               // size of shadow under menu
TransMenu.shadowOffset = 0;                             // distance shadow should be offset from leading edge
TransMenu.shadowColor = "#333";                         // color of shadow (transparency is set in CSS)
TransMenu.shadowPng = "/js/transmenu/grey-40.png";      // a PNG graphic to serve as the shadow for mac IE5
TransMenu.backgroundColor = "#333";                     // color of the background (transparency set in CSS)
TransMenu.backgroundPng = "/js/transmenu/white-90.png"; // a PNG graphic to server as the background for mac IE5
TransMenu.hideDelay = 1000;                             // number of milliseconds to wait before hiding a menu
TransMenu.slideTime = 400;                              // number of milliseconds it takes to open and close a menu
