c_styles={};c_menus={}; // do not remove this line

/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=300; // 1000==1 second
c_subShowTimeout=200;
c_keepHighlighted=true;
c_findCURRENT=true; // find the item linking to the current page and apply it the CURRENT style class
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)

/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

c_imagesPath=""; // path to the directory containing the menu images


c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#cccccc',	// BorderColor ('color')
0,		// Padding
'#8F90C4',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'dotted',	// BorderStyle (CSS valid values except 'none')
'dotted',	// OVER BorderStyle
'#cccccc',	// BorderColor ('color')
'#cccccc',	// OVER BorderColor
2,		// Padding
'[images/butt.jpg]',	// Background ('color','transparent','[image_source]')
'[images/butt_on.jpg]',	// OVER Background
'#333333',	// Color
'#333333',	// OVER Color
'12px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'Verdana,arial,helvetica,sans-serif',	// FontFamily
'normal',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#000000',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[images/v_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[images/v_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
7,			// SubMenuImageHeight
'8',			// SubMenuImageVAlign ('pixels from item top','middle')
'dotted',		// VISITED BorderStyle
'#cccccc',		// VISITED BorderColor
'[images/butt.jpg]',		// VISITED Background
'#333333',		// VISITED Color
'none',			// VISITED TextDecoration
'[images/v_arrow.gif]',	// VISITED SubMenuImageSource
'dotted',		// CURRENT BorderStyle
'#cccccc',		// CURRENT BorderColor
'[images/butt_on.jpg]',		// CURRENT Background
'#233f93',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[images/v_arrow.gif]',	// CURRENT SubMenuImageSource
'padding-left:45px;height:20px;',		// Custom additional CSS for the items (valid CSS)
'padding-left:45px;height:20px;',		// OVER Custom additional CSS for the items (valid CSS)
'padding-left:45px;height:20px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'padding-left:45px;height:20px;'		// VISITED Custom additional CSS for the items (valid CSS)
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#aea488',	// BorderColor ('color')
0,		// Padding
'#aea488',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
0,		// BorderWidth
'dotted',	// BorderStyle (CSS valid values except 'none')
'dotted',	// OVER BorderStyle
'#cccccc',	// BorderColor ('color')
'#cccccc',	// OVER BorderColor
3,		// Padding
'#aea488',	// Background ('color','transparent','[image_source]')
'#ffffff',	// OVER Background
'#ffffff',	// Color
'#aea488',	// OVER Color
'12px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'Verdana,arial,helvetica,sans-serif',	// FontFamily
'normal',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#000000',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[images/v_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[images/v_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
7,			// SubMenuImageHeight
'8',			// SubMenuImageVAlign ('pixels from item top','middle')
'dotted',		// VISITED BorderStyle
'#cccccc',		// VISITED BorderColor
'#aea488',		// VISITED Background
'#ffffff',		// VISITED Color
'none',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'dotted',		// CURRENT BorderStyle
'#cccccc',		// CURRENT BorderColor
'#ffffff',		// CURRENT Background
'#aea488',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[images/v_arrow.gif]',	// CURRENT SubMenuImageSource
'padding-left:5px;',		// Custom additional CSS for the items (valid CSS)
'padding-left:5px;',		// OVER Custom additional CSS for the items (valid CSS)
'padding-left:5px;',		// CURRENT Custom additional CSS for the items (valid CSS)
'padding-left:5px;'		// VISITED Custom additional CSS for the items (valid CSS)
]];

c_menus['Menu2']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'vertical',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0',		// X Position (values in CSS valid units- px,em,ex)
'0',		// Y Position (values in CSS valid units- px,em,ex)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
20,		// X SubMenuOffset (pixels)
5,		// Y SubMenuOffset
'195px',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'MM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (pixels)
5,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'150',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'auto',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];
