
c_styles={};c_menus={}; 

/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=300; // 1000==1 second
c_subShowTimeout=100;
c_keepHighlighted=true;
c_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style class
c_findCURRENTTree=false;
c_overlapControlsInIE=true;
c_rightToLeft=false; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)
c_shadow_offset=1; // pixels
c_shadow_color="#fefefe";
c_shadow_opacity=20; // 0-100 percent
c_shadow_direction=0;


/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

c_imagesPath = "/images/"; // path to the directory containing the menu images

// main menus
c_styles['siteMM']=
[[
// MENU BOX STYLE
1,                      // BorderWidth
'solid',                // BorderStyle (CSS valid values except 'none')
'#000000',              // BorderColor ('color')
0,		                // Padding
'#000000',	            // 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
1,		                // BorderWidth
'solid',	            // BorderStyle (CSS valid values except 'none')
'solid',	            // OVER BorderStyle
'#000000',              // BorderColor ('color')
'',	                    // OVER BorderColor
'1',		            // Padding
'#29527b',	            // Background ('color','transparent','[image_source]')
'',	                    // OVER Background
'#cccccc',	            // Color
'#ffffff',	            // OVER Color
'11px',		            // FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',		            // 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')
1,		                // ItemsSeparatorSize
'',	                    // ItemsSeparatorStyle (border-style valid values)
'transparent',	        // ItemsSeparatorColor ('color','transparent')
0,		                // ItemsSeparatorSpacing
false,			        // UseSubMenuImage (true,false)
'',	                    // SubMenuImageSource ('[image_source]')
'',	                    // OverSubMenuImageSource
0,			            // SubMenuImageWidth
'',			            // SubMenuImageHeight
'10',			        // SubMenuImageVAlign ('pixels from item top','middle')
'solid',		            // VISITED BorderStyle
'',		                // VISITED BorderColor
'',	                    // VISITED Background
'',		                // VISITED Color
'',		     	        // VISITED TextDecoration
'',	                    // VISITED SubMenuImageSource
'solid',		            // CURRENT BorderStyle
'',		                // CURRENT BorderColor
'',                     // CURRENT Background
'',     	         	// CURRENT Color
'',		              	// CURRENT TextDecoration
'',	                    // CURRENT SubMenuImageSource
'padding-left:5px;',	                	// 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)
]];

// SubMenus
c_styles['siteSM']=[ 
[
                        // MENU BOX STYLE
1,		                // BorderWidth
'solid',	            // BorderStyle (CSS valid values except 'none')
'#888888',	            // BorderColor ('color')
1,		                // Padding
'#dddddd',	            // 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
1,		                // BorderWidth
'solid',	            // BorderStyle (CSS valid values except 'none')
'solid',	            // OVER BorderStyle
'#dddddd',	            // BorderColor ('color')
'#888888',	            // OVER BorderColor
1,		                // Padding
'#dddddd',	            // Background ('color','transparent','[image_source]')
'#aaaaaa',	            // OVER Background
'#333333',	            // Color
'#000000',	            // OVER Color
'10px',		            // 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)
'transparent',        	// ItemsSeparatorColor ('color','transparent')
0,		                // ItemsSeparatorSpacing
false,		        	// UseSubMenuImage (true,false)
'',	                    // SubMenuImageSource ('[image_source]')
'',	                    // OverSubMenuImageSource
0,	             		// SubMenuImageWidth
0,	             		// SubMenuImageHeight
'',	             		// SubMenuImageVAlign ('pixels from item top','middle')
'solid',         		// VISITED BorderStyle
'',		                // VISITED BorderColor
'',		                // VISITED Background
'',		                // VISITED Color
'none',	 	         	// VISITED TextDecoration
'',	                    // VISITED SubMenuImageSource
'solid',        		// CURRENT BorderStyle
'',	                	// CURRENT BorderColor
'',		                // CURRENT Background
'',		                // CURRENT Color
'none',	          		// 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)
]];




// main menus
c_styles['serviceMM']=
[[
// MENU BOX STYLE
1,                      // BorderWidth
'solid',                // BorderStyle (CSS valid values except 'none')
'#000000',              // BorderColor ('color')
0,		                // Padding
'#000000',	            // 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
1,		                // BorderWidth
'solid',	            // BorderStyle (CSS valid values except 'none')
'solid',	            // OVER BorderStyle
'#000000',              // BorderColor ('color')
'',	                    // OVER BorderColor
'1',		            // Padding
'#fef29f',	            // Background ('color','transparent','[image_source]')
'',	                    // OVER Background
'#333333',	            // Color
'#000000',	            // OVER Color
'11px',		            // FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'bold',		            // 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')
1,		                // ItemsSeparatorSize
'',	                    // ItemsSeparatorStyle (border-style valid values)
'transparent',	        // ItemsSeparatorColor ('color','transparent')
0,		                // ItemsSeparatorSpacing
false,			        // UseSubMenuImage (true,false)
'',	                    // SubMenuImageSource ('[image_source]')
'',	                    // OverSubMenuImageSource
0,			            // SubMenuImageWidth
'',			            // SubMenuImageHeight
'10',			        // SubMenuImageVAlign ('pixels from item top','middle')
'solid',		            // VISITED BorderStyle
'',		                // VISITED BorderColor
'',	                    // VISITED Background
'',		                // VISITED Color
'',		     	        // VISITED TextDecoration
'',	                    // VISITED SubMenuImageSource
'solid',		            // CURRENT BorderStyle
'',		                // CURRENT BorderColor
'',                     // CURRENT Background
'',     	         	// CURRENT Color
'',		              	// CURRENT TextDecoration
'',	                    // CURRENT SubMenuImageSource
'padding-left:5px;',	                	// 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)
]];




/******************************************************
	(3) MENU TREE FEATURES
*******************************************************/

c_menus['site-nav']=
[[
                    // 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
-3,		            // X SubMenuOffset (pixels)
0,		            // Y SubMenuOffset
'140px',                 // Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'siteMM',	        // CSS Class (one of the defined in section 2)
false		        // Open sub-menus onclick (default is onmouseover)
],[
                    // SUB-MENUS FEATURES
0,		            // X SubMenuOffset (pixels)
0,	 	            // Y SubMenuOffset
'auto',            // Width ('auto',values in CSS valid units - px,em,ex)
'120',		        // MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		        // MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'siteSM',		    // CSS Class (one of the defined in section 2)
false	          	// Open sub-menus onclick (default is onmouseover)
]];




c_menus['service-nav']=
[[
                    // 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
0,		            // X SubMenuOffset (pixels)
0,		            // Y SubMenuOffset
'140px',                 // Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'serviceMM',	        // CSS Class (one of the defined in section 2)
false		        // Open sub-menus onclick (default is onmouseover)
],[
                    // SUB-MENUS FEATURES
10,		            // X SubMenuOffset (pixels)
0,	 	            // Y SubMenuOffset
'auto',            // Width ('auto',values in CSS valid units - px,em,ex)
'120',		        // MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		        // MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'siteSM',		    // CSS Class (one of the defined in section 2)
false	          	// Open sub-menus onclick (default is onmouseover)
]];

