/***********************************************************
Authors:
	- Et Vadikom-Vasil Dinkov
	- Rinse Stellingwerf
	
Description:
	- Configuration file for DHTML menu.
	
Date created:
	- ??/??/??
	
Update log:
	- 16/04/09: Changed the formatting of this file.
	- 06/05/09:	Customized this file for UJC.
************************************************************/

c_styles={};c_menus={};

// Global settings (timeouts).

c_hideTimeout = 500;						// 1000 = 1 second.			
c_subShowTimeout = 100;

// Global settings (layout).

c_keepHighlighted = true;
c_findCURRENT = false;						// Find the item linking to the current page and apply the CURRENT style class.
c_findCURRENTTree = true;
c_overlapControlsInIE = true;
c_rightToLeft = false;
c_imagesPath = "images/backgrounds/";

c_styles['menuTop']=[
[

// Menu box styles (level 0).

0, 'solid', '#000000',						// Border.
0,											// Padding.
'transparent',								// Background ('color', 'transparent', '[image_source]').
'',											// IE filter.
''											// Additional CSS for the menu box (valid CSS).
],[

// Menu item styles (level 1).

0, 'solid', 'solid', '#000000', '#000000', 	// Border (+ mouseover).
0,											// Padding.
'transparent', 'transparent', 				// Background (+ mouseover) ('color', 'transparent', '[image_source]').
'#ffffff', '#99cf17',						// Color (+ mouseover).
'1em',										// Font size ('%', 'em', 'ex', 'px', 'pt').
'arial, verdana, helvetica',				// Font family.
'bold',										// Font weight ('bold', 'normal', 'bolder', 'lighter', '100', ... , '900').
'none',	'none',								// Text decoration ('none', 'underline', 'overline', 'line-through').
'left',										// Text align ('left', 'center', 'right', 'justify').
0, 'solid', '#000000',						// Items separator.
0,											// Items separator spacing.

false,										// Use submenu image (true, false).
'',											// Submenu image source ('[image_source]').
'',											// Submenu image source (mouseover) ('[image_source]').
0,											// Submenu image width.
0,											// Submenu image height.
'0',										// Submenu image VAlign ('pixels from item top','middle').

'solid', '#000000',							// VISITED border style.
'transparent',								// VISITED background.
'#ffffff',									// VISITED color.
'none',										// VISITED text decoration.
'',											// VISITED submenu image source.

'solid',									// CURRENT border style.
'#000000',									// CURRENT border color.
'transparent',								// CURRENT background.
'#ffffff',									// CURRENT color.
'none',										// CURRENT text decoration.
'',											// CURRENT submenu image source.

'',											// Additional CSS for submenu items (valid CSS).
'',											// MOUSEOVER additional CSS for submenu items (valid CSS).
'',											// CURRENT additional CSS for the submenu items (valid CSS).
''											// VISITED additional CSS for the submenu items (valid CSS).
]];

c_styles['menuTopChildren']=[
[

// Menu box styles (level 2 and beyond).

0, 'solid', '#000000',						// Border.
0,											// Padding.
'transparent',								// Background ('color', 'transparent', '[image_source]').
'',											// IE filter.
''											// Additional CSS for the menu box (valid CSS).
],[

// Menu item styles (level 2 and beyond).

0, 'solid', 'solid', '#000000', '#000000', 	// Border (+ mouseover).
0,											// Padding.
'transparent', 'transparent',				// Background (+ mouseover) ('color', 'transparent', '[image_source]').
'#ffffff', '#99cf17',						// Color (+ mouseover).
'1em',										// Font size ('%', 'em', 'ex', 'px', 'pt').
'arial, verdana, helvetica',				// Font family.
'bold',										// Font weight ('bold', 'normal', 'bolder', 'lighter', '100', ... , '900').
'none',	'none',								// Text decoration ('none', 'underline', 'overline', 'line-through').
'left',										// Text align ('left', 'center', 'right', 'justify').
0, 'dotted', '#ffffff',						// Items separator.
0,											// Items separator spacing.

false,										// Use submenu image (true, false).
'',											// Submenu image source ('[image_source]').
'',											// Submenu image source (mouseover) ('[image_source]').
0,											// Submenu image width.
0,											// Submenu image height.
'0',										// Submenu image VAlign ('pixels from item top','middle').

'solid', '#000000',							// VISITED border style.
'transparent',								// VISITED background.
'#ffffff',									// VISITED color.
'none',										// VISITED text decoration.
'',											// VISITED submenu image source.

'solid', '#000000',							// CURRENT border style.
'transparent',								// CURRENT background.
'#ffffff',									// CURRENT color.
'none',										// CURRENT text decoration.
'',											// CURRENT submenu image source.

'',											// Additional CSS for submenu items (valid CSS).
'',											// MOUSEOVER additional CSS for submenu items (valid CSS).
'',											// CURRENT additional CSS for the submenu items (valid CSS).
''											// VISITED additional CSS for the submenu items (valid CSS).
]];

// Menu tree settings.

c_menus['menuTop']=[
[

// Menu (level 1) settings.

'horizontal',								// Items arrangement ('vertical', 'horizontal').
'relative',									// Position ('relative', 'absolute', 'fixed').
'0px',										// X position ('px', 'em', 'ex').
'0px',										// Y position ('px', 'em', 'ex').

false,										// Right to left display of the sub menus (true, false).
false,										// Bottom to top display of the sub menus (true false).

0,											// X submenu offset (pixels).
-29,										// Y submenu offset.

'72px',										// Width ('px', 'em', 'ex') (only matters for main menu with 'vertical' items arrangement).

'menuTop',									// CSS class name.
false										// Open submenus onclick (default is onmouseover).
],[

// Menu (level 2 and beyond) settings.

0,											// X submenu offset (pixels).
0,											// Y submenu offset.

'72px',										// Width ('auto', 'px', 'em', 'ex').
'72px',										// Min width ('pixels') (only matters/useful if width is set 'auto').
'72px',										// Max width ('pixels') (only matters/useful if width is set 'auto').

'menuTopChildren',							// CSS class name.
false										// Open submenus onclick (default is onmouseover).
]];
