/* ============================================================================
 Dynamic Menu: START OF MENU SETTINGS
============================================================================ */
// Miscellaneous variables for defining the menu boxes
var bdSize = 0; // Menu border sizing in pixels, default=2
var bxBG = "#FFFFFF"; // Box background color, all browsers
var bdColor = "#ffffff"; // Border color, all browsers
var bdLight = "#ffffff"; // Light, shaded part, border color, object model only
var bdDark = "#ffffff"; // Dark, shaded part, border color, object model only
// Dynamic Menu Delay (in seconds) to keep the box displayed
var boxDelay = 1.5; // default is "1.5" if not greater than "0"

// Graphic bullet for links
var dotSrc = ""; // Default bullet, if used
var dotOvr = ""; // MouseOver bullet image, if used
var dotWth = 0; // Width of bullet
var dotHgt = 0; // Height of bullet
// Full path to bullet images directory, allows JavaScript call from anywhere.
var imgs="images/";

/*
 These varibles are used if there are external links in the dynamic menus.
 These variables control the attributes of the new browser window that is
 opened with the external links while newWindow is active (true).
*/
var newWindow = true; // Use new window external links: true=on, false=off
var winWidth = 620; // Window width in pixels
var winHeight = 400; // Window height in pixels
var winResizable = 1; // 1=on, 0=off
var winLocation = 1; // 1=on, 0=off
var winToolbar = 0; // 1=on, 0=off
var winStatus = 0; // 1=on, 0=off
var winMenubar = 0; // 1=on, 0=off
var winScrollbars = "yes"; // yes=on, no=off
/* ============================================================================
 Dynamic Menu: END OF MENU SETTINGS
============================================================================ */
