
c_styles={};c_menus={}; 



/* ****** GLOBAL SETTINGS  *************** */

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=300;
c_keepHighlighted=true;
c_findCURRENT=false; 
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false; 


/* ****** MENU STYLES (CSS CLASSES)  *************** */

c_imagesPath="/img/"; 


c_styles['MM']=[ 
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#8F90C4',	// BorderColor ('color')
0,		// Padding
'#CBCBEF',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[


/* ****** MAIN HORIZONTAL MENU STYLE  *************** */

1,			// BorderWidth 
'solid',		// Default BorderStyle
'solid',		// MouseOver BorderStyle
'#006699',		// Default BorderColor
'#006699',		// MouseOver BorderColor
3,			// Padding
'[menubackground.gif]',		// Background 
'[menubackground.gif]',		// MouseOver Background
'#ffffff',		// Text Color
'#2a4084',		// MouseOver Text Color
'14px',			// FontSize
'Arial,sans-serif',	// FontFamily
'normal',			// FontWeight
'none',			// TextDecoration
'none',			// MouseOver TextDecoration
'center',		// TextAlign
0,			// ItemsSeparatorSize
'solid',		// ItemsSeparatorStyle 
'#006699',		// ItemsSeparatorColor
0,			// ItemsSeparatorSpacing
true,			// UseSubMenuImage
'[navarrowdown.gif]',	// DownArrow ImageSource
'[navarrowdown.gif]',	// MouseOver DownArrow ImageSource
21,			// MenuImageWidth for the width of menu
20,			// MenuImageHeight
'11',			// MenuImageValign ('px from top','middle')
'solid',		// Visited BorderStyle
'#006699',		// Visited BorderColor
'[menubackground.gif]',	// Visited Background
'#ffffff',		// Visited Color
'none',			// Visited TextDecoration
'[navarrowdown.gif]',	// Visited SubMenuImageSource
'solid',		// Current BorderStyle
'#006699',		// Current BorderColor
'[menubackground.gif]',	// Current Background
'#ffffff',		// Current Color
'none',			// Current TextDecoration
'[navarrowdown.gif]',	// Current SubMenuImageSource
'',			// Custom CSS
'',			// MouseOver Custom CSS
'',			// Current Custom CSS 
''			// Visited Custom CSS
]];
 
c_styles['SM']=[ 	// SubMenus
[

/* ****** SUBMENU BOX STYLE  *************** */

0,			// BorderWidth
'solid',		// BorderStyle 
'#cccccc',		// BorderColor 
0,			// Padding
'[submenubackground.gif]',		// Background 
'',			// IEfilter 
''			// Custom CSS 
],[

/* ****** SUBMENU BOX STYLE  *************** */

1,			// BorderWidth
'solid',		// BorderStyle 
'solid',		// MouseOver BorderStyle
'#cccccc',		// BorderColor
'#cccccc',		// MouseOver BorderColor
2,			// Padding
'[submenubackground.gif]',		// Background 
'[submenubackground.gif]',		// MouseOver Background
'#ffffff',		// Color
'#2a4084',		// MouseOver Color
'14px',			// FontSize 
'Arial,sans-serif',	// FontFamily
'normal',			// FontWeight 
'none',			// TextDecoration 
'none',			// MouseOver TextDecoration
'center',			// TextAlign 
0,			// ItemsSeparatorSize
'solid',		// ItemsSeparatorStyle 
'#cccccc',		// ItemsSeparatorColor 
0,			// ItemsSeparatorSpacing
true,			// UseSubMenuImage 
'[navarrowside.gif]',		// SubMenuImageSource 
'[navarrowside.gif]',		// OverSubMenuImageSource
21,			// SubMenuImageWidth
20,			// SubMenuImageHeight
'8',		// SubMenuImageVAlign
'solid',		// Visited BorderStyle
'#cccccc',		// Visited BorderColor
'[submenubackground.gif]',		// Visited Background
'#ffffff',		// Visited Color
'none',			// Visited TextDecoration
'[navarrowside.gif]',		// Visited SubMenuImageSource
'solid',		// Current BorderStyle
'#cccccc',		// Current BorderColor
'[submenubackground.gif]',		// Current Background
'#ffffff',		// Current Color
'none',			// Current TextDecoration
'[navarrowside.gif]',		// Current SubMenuImageSource
'',			// Custom CSS 
'',			// MouseOver Custom CSS 
'',			// Current Custom CSS 
''			// Visited Custom CSS 
]];





c_menus['Menu1']=[ // the UL element with id="Menu1"
[


/* ****** MAIN MENU TREE STYLE  *************** */

'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'75px',		// X Position (values in CSS valid units- px,em,ex)
'1px',		// Y Position (values in CSS valid units- px,em,ex)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'10em',		// 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)
],[

/* ****** SUBMENU TREE STYLE  *************** */

0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'100',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'400',		// 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)
]];





