// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
c_styles={};c_menus={}; // do not remove this line

// You can remove most comments from this file to reduce the size if you like.




/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=300;
c_keepHighlighted=true;
c_findCURRENT=false; // 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)
*******************************************************/

// You can define different style classes here and then assign them globally to the menu tree(s)
// in section below or set them to any UL element from your menu tree(s) in the page source


c_imagesPath=""; // path to the directory containing the menu images

// for Audience menu pop style
c_styles['AudiencePop']=[ // CSS class for the audiencePop menu tree
[
// MENU BOX STYLE
2,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#f2f2f2',	// BorderColor ('color')
1,		// Padding
'#fff',		// 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
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#fff',		// BorderColor ('color')
'#CBCBEF',	// OVER BorderColor
1,		// Padding
'#fff',		// Background ('color','transparent','[image_source]')
'#fff',	// OVER Background
'#19A0DA',	// Color
'#06BAF9',	// OVER Color
'100%',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'arial,helvetica,sans-serif',	// FontFamily
'normal',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'underline',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'underline',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
1,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'transparent',		// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'',	// SubMenuImageSource ('[image_source]')
'',	// OverSubMenuImageSource
1,			// SubMenuImageWidth
1,			// SubMenuImageHeight
'1',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#fff',			// VISITED BorderColor
'#fff',			// VISITED Background
'#06BAF9',		// VISITED Color
'underline',			// VISITED TextDecoration
'',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#f2f2f2',		// CURRENT BorderColor
'#fff',			// CURRENT Background
'#fff',		// CURRENT Color
'underline',			// CURRENT TextDecoration
'',		// CURRENT SubMenuImageSource
'',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];

// for Audience Menu Select options
c_menus["AudienceMenu"]=[ // the UL element with id="PopupMenu1"
[
// MAIN-MENU FEATURES
'vertical',	// ItemsArrangement ('vertical','horizontal')
'popup',	// Position ('relative','absolute','fixed')
'2em',		// X Position (values in CSS valid units- px,em,ex)
'2em',		// Y Position (values in CSS valid units- px,em,ex)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
5,		// X SubMenuOffset (pixels)
1,		// Y SubMenuOffset
'180px',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'AudiencePop',	// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (pixels)
1,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'180px',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'180px',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'AudiencePop',	// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];


