// UDMv4.2 //
// Details on http://www.udm4.com/manual/customising/core/ //

var um=new Object;um.menuClasses=[],um.itemClasses=[],um.menuCode=[];
//path to images folder 
um.baseSRC = "/laqwww/common/udm/";
//navbar orientation
um.orientation = [
	'horizontal', // alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	'left',       // h align ["left"|"right"|"rtl"]
	'top',        // v align ["top"|"bottom"]
	'static',     // positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	'0',          // x position ["em"|"ex"|"px"|"0"]
	'0',          // y position ["em"|"ex"|"px"|"0"]
	'1000',       // z order ["0" to "10000"]
	];
//navbar list output
um.list = [
	'flexible', // horizontal overflow ["rigid"|"flexible"]
	'yes',      // -SPARE-
	'yes',      // -SPARE-
	];
//menu behaviors	
um.behaviors = [
	'200',     // open timer ["milliseconds"|"0"]
	'500',     // close timer ["milliseconds"|"never"|"0"]
	'yes',     // reposition menus to stay inside the viewport ["yes"|"no"]
	'default', // manage windowed controls for win/ie ["default","hide","iframe","none"]
	];
//reset behaviors
um.reset = [
	'yes', // reset from document mouse click ["yes"|"no"]
	'yes', // reset from window resize ["yes"|"no"]
	'yes', // reset from text resize ["yes"|"no"]
	];
//horizontal continuation strip
um.hstrip = [
	'none', // background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'yes',  // copy item margin-right to margin-bottom ["yes"|"no"]
	];
//keyboard navigation
um.keys = [
	'38',   // up ["n"] ("38" = up arrow key)
	'39',   // right ["n"] ("39" = right arrow key)
	'40',   // down ["n"] ("40" = down arrow key)
	'37',   // left ["n"] ("37" = left arrow key)
	'123',  // hotkey ["n"] ("123" = F12)
	'none', // hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"|"metaKey"]
	'27',   // escape ["n"|"none"] ("27" = escape key)
	'document.links[0]', // exit focus ["js-expression"]
	];
//styles which apply to the navbar
um.navbar = [
	'7',     // nav to menu x-offset (+-)["n" pixels]
	'0',     // nav to menu y-offset (+-)["n" pixels]
	'7.5em', // width ["em"|"ex"|"px"]
	];
//styles which apply to each navbar item
um.items = [
    "0",                    // margin between items ["n" pixels]
    "1",                    // border size ["n" pixels]
    "separate",             // border collapse ["collapse"|"separate"]
    "#ccc",                 // border colors ["color"|"#hex"|"rgb()"]
    "none solid none none", // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
    "#ccc",                 // hover/focus border colors ["color"|"#hex"|"rgb()"]
    "none solid none none", // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
    "#ccc",                 // visited border colors ["color"|"#hex"|"rgb()"]
    "none solid none none", // visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
    "5",                    // left/right padding ["n" pixels]
    "0",                    // top/bottom padding ["n" pixels]
    "transparent",          // background ["color"|"#hex"|"rgb()"|"image.gif"]
    "transparent",          // hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
    "transparent",          // visited background ["color"|"#hex"|"rgb()"|"image.gif"]
    "80%",                  // font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
    "verdana,sans-serif",   // font family ["font1,font2,font3"]
    "bold",                 // font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
    "none",                 // text decoration ["none"|"underline"|"overline"|"line-through"]
    "left",                 // text-align ["left"|"right"|"center"]
    "#009",                 // color ["color"|"#hex"|"rgb()"]
    "#c00",                 // hover/focus color ["color"|"#hex"|"rgb()"]
    "#009",                 // visited color ["color"|"#hex"|"rgb()"]
    "normal",               // font-style ["normal"|"italic"|"oblique"]
    "normal",               // hover/focus font-style ["normal"|"italic"|"oblique"]
    "normal",               // visited font-style ["normal"|"italic"|"oblique"]
    "",                     // additional link CSS
    "",                     // additional hover/focus CSS
    "",                     // additional visited CSS
    "",                     // menu indicator character/image ["text"|"image.gif"|"none"]
    "none",                 // menu indicator rollover image ["image.gif"|"none"]
    "0",                    // clipping width of indicator image ["n" pixels]
    "..",                   // alt text of indicator image ["text"]
    ];
//styles which apply to each menu
um.menus = [
	'0',              // menu to menu x-offset (+-)["n" pixels]
	'0',              // menu to menu y-offset (+-)["n" pixels]
	'1',              // border size ["n" pixels]
	'#006',           // border colors ["color"|"#hex"|"rgb()"]
	'solid',          // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'200px',          // width ["em"|"ex"|"px"]
	'0',              // padding ["n" pixels]
	'#fff',           // background ["color"|"#hex"|"rgb()"|"image.gif"]
	'',               // additional menu CSS
	'none',           // shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'0px',            // shadow offset (+-)["em"|"ex"|"px"|"%"|"0"]
	'',               // additional shadow layer CSS
	];
//styles which apply to each menu item
um.menuItems = [
	'0',                  // margin around items ["n" pixels]
	'0',                  // border size ["n" pixels]
	'separate',           // border collapse ["collapse"|"separate"]
	'#000',               // border colors ["color"|"#hex"|"rgb()"]
	'solid',              // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#000',               // hover/focus border colors ["color"|"#hex"|"rgb()"]
	'solid',              // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#000',               // visited border colors ["color"|"#hex"|"rgb()"]
	'solid',              // visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'2',                  // left/right padding ["n" pixels]
	'2',                  // top/bottom padding ["n" pixels]
	'transparent',        // background ["color"|"#hex"|"rgb()"|"image.gif"]
	'#006',               // hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	'transparent',        // visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	'80%',                // font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	'verdana,sans-serif', // font family ["font1,font2,font3"]
	'normal',             // font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	'none',          // text decoration ["none"|"underline"|"overline"|"line-through"]
	'left',               // text-align ["left"|"right"|"center"]
	'#009',               // color ["color"|"#hex"|"rgb()"]
	'#FFF',               // hover/focus color ["color"|"#hex"|"rgb()"]
	'#009',               // visited color ["color"|"#hex"|"rgb()"]
	'normal',             // font-style ["normal"|"italic"|"oblique"]
	'normal',             // hover/focus font-style ["normal"|"italic"|"oblique"]
	'normal',             // visited font-style ["normal"|"italic"|"oblique"]
	'',                   // additional link CSS
	'',                   // additional hover/focus CSS
	'',                   // additional visited CSS
	'none',               // submenu indicator character/image ["text"|"image.gif"|"none"] 
	'none',               // submenu indicator rollover image ["image.gif"|"none"]
	'0',                  // clipping width of indicator image ["n" pixels]
	'..',                 // alt text of indicator image ["text"]
	];