c_styles={};c_menus={}; // do not remove this line

/* (1) GLOBAL SETTINGS *******************************************************/

c_hideTimeout=10; // milliseconds
c_subShowTimeout=10;
c_keepHighlighted=true;
c_findCURRENT=false;
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false; // menu text "rtl" direction

/* (2) MENU STYLES (CSS CLASSES) ********************************************/

c_imagesPath=""; // menu images directory path
c_styles['MM']=[ // MainMenu
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (except 'none')
'#eeeeee',	// BorderColor
0,		// Padding
'#ffffff',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (transition filters work well, not static filters)
''		// Custom CSS
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'solid',	// OVER BorderStyle
'#eeeeee',	// BorderColor
'#eeeeee',	// OVER BorderColor
0,		// Padding
'#eeeeee',	// Background
'#eeeeee',	// OVER Background
'#000000',	// Color
'#000000',	// OVER Color
'11px',		// FontSize (%,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',		// FontWeight
'none',		// TextDecoration
'none',		// OVER TextDecoration
'left',		// TextAlign
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style)
'transparent',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage
'[h_arrow.gif]',	// SubMenuImageSource
'[h_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'middle',		// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#eeeeee',		// VISITED BorderColor
'#eeeeee',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'[h_arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#eeeeee',		// CURRENT BorderColor
'#eeeeee',		// CURRENT Background
'#000000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[h_arrow.gif]',	// CURRENT SubMenuImageSource
'line-height:0;',		// Custom CSS
'',		// OVER Custom CSS
'',		// CURRENT Custom CSS
''		// VISITED Custom CSS
]];

c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle
'#999999',	// BorderColor
1,		// Padding
'#ffffff',	// Background
'',		// IEfilter
''		// Custom CSS
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'solid',	// BorderStyle
'solid',	// OVER BorderStyle
'#ffffff',	// BorderColor
'#ffffff',	// OVER BorderColor
1,		// Padding
'#ffffff',	// Background
'[submenu-mouseover1.gif]',	// OVER Background
'#000000',	// Color
'#000000',	// OVER Color
'11px',		// FontSize
'verdana,arial,helvetica,sans-serif',	// FontFamily
'normal',	// FontWeight
'none',		// TextDecoration
'none',		// OVER TextDecoration
'left',		// TextAlign
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle
'#ffffff',	// ItemsSeparatorColor
0,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage
'[arrowgrey-r.gif]',	// SubMenuImageSource
'[arrowgrey-r.gif]',	// OverSubMenuImageSource
10,			// SubMenuImageWidth
5,			// SubMenuImageHeight
'middle',		// SubMenuImageVAlign
'solid',		// VISITED BorderStyle
'#ffffff',		// VISITED BorderColor
'#ffffff',		// VISITED Background
'#000000',		// VISITED Color
'none',			// VISITED TextDecoration
'[arrowgrey-r.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#ffffff',		// CURRENT BorderColor
'#ffffff',		// CURRENT Background
'#000000',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[arrowgrey-r.gif]',	// CURRENT SubMenuImageSource
'line-height:normal;',		// Custom CSS
'',		// OVER Custom CSS
'',		// CURRENT Custom CSS
''		// VISITED Custom CSS
]];

/* (3) MENU TREE FEATURES ****************************************************/

c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0',		// X Position
'0',		// Y Position
false,		// RightToLeft display of the sub menus
false,		// BottomToTop
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'10em',		// Width (matters for 'vertical' ItemsArrangement only)
'MM',		// CSS Class (one defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
-1,		// X SubMenuOffset (pixels)
-1,		// Y SubMenuOffset
'auto',		// Width ('auto',px,em,ex)
'auto',		// MinWidth ('pixels') (matters if Width is set 'auto')
'auto',		// MaxWidth ('pixels') (matters if Width is set 'auto')
'SM',		// CSS Class (one defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];
