/*****************************************
 *	(c) 2003, Eden G Adogla, Soul Sistah *		
 *****************************************/

	// A note on variable ranges.
	// For numeric variables, [a,b] implies any value, including decimals between a and b
	// {a, b, c}  any one of a, b or c.


	var NoOffFirstLineMenus=5;		// Number of first level menu items
	var Arrws= ['img/right.gif',5,10,'img/down.gif',10,5,'img/left.gif', 5, 10];
	// Arrows source, width and height

	var LowBgColor='#c0c0c0';		// Background color when menu is inative
	var HighBgColor='#335599';		// Background color when menu is active
	var FontLowColor='black';		// Font color when menu is inactive
	var FontHighColor='white';		// Font color when menu is active
	var BorderColor='black';		// Border color

	var LowSubBgColor='#ececec';	// Background color when submenu is inactive
	var HighSubBgColor='#335599';	// Background color when submenu is active
	var FontSubLowColor='black';	// Font color when submenu is inactive
	var FontSubHighColor='white';	// Font color when sunmenu is active
	var BorderSubColor='black';		// Border color for submenu

	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements. {0,1}

	var FontFamily="arial,comic sans ms,technical"	// Font family
	var FontSize=8;					// Font size
	var FontBold=0;					// Bold. {0,1}
	var FontItalic=0;				// Italic. {0,1}
	var MenuTextCentered='left';	// Text Alignment. {'left', 'center','right'}

	var StartTop=150;				// Menu offset x coordinate
	var StartLeft=90;				// Menu offset y coordinate
	var MenuCentered='center';		// Menu horizontal position. {'left', 'center', 'right'}
	var MenuVerticalCentered='top';	// Menu vertical position. {'top', 'middle','bottom', 'static'}
	var ChildOverlap=.2;			// Horizontal submenu overlap over parent [0,1]
	var ChildVerticalOverlap=.2;	// Vertical submenu overlap over parent [0,1]
	var LeftPaddng=3;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;		// 0 => Vertical menu. 1 => Horizontal menu
	var DissapearDelay=1000;		// delay before menu folds in. In milliseconds
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var HideTop=0;					// Hide first level when loading new document {0,1}
	var MenuWrap=1;					// Disables/Enables menu wrap {0,1}
	var RightToLeft=0;				// Disables/Enables right to left unfolding {0,1}
	var UnfoldsOnClick=0;			// Level 1 Trigger: 0 => onclick, 1 => onmouseover
	var WebMasterCheck=0;			// Menu tree checking {0,1}. Set to 0 when done.
	var ShowArrow=0;				// Uses arrow gifs when 1. {0,1}
	var KeepHilite=1;				// Keep selected path highligthed
	

	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var MenuFramesVertical=1;		// Frames in cols or rows {0,1}
	var FirstLineFrame='navig';		// Frame where first level appears
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


/* Menu Tree
 * Syntax : MenuX=new Array(caption, link, background image (optional), number of submenus, height, width);
 * 
 * 
 * You only have to explicitly declare menu dimensions for the first menu item in a level.
 * Define each menu/submenu item here.
 * For rollover effects use "rollover:imgName0.gif:imgName1.gif" inplace of the caption.
 */


Menu1 = new Array(": HOME","index.html","",0,15,85);

Menu2 = new Array(": FEATURES","","",4);
	Menu2_1 = new Array(": Snippets","snippets.html","",0,15,100);
	Menu2_2 = new Array(": Articles","articles.html","",0,15,100);
	Menu2_3 = new Array(": Pictures","","",0,15,100);
	Menu2_4 = new Array(": Interviews","","",0,15,100);

Menu3 = new Array(": EVENTS","","",1);
	Menu3_1 =new Array(": More to Come","","",0,15,100);

Menu4 = new Array(": ABOUT US","","",2);
	Menu4_1 = new Array(": Soul Sistah Staff","","",5,15,100);
		Menu4_1_1 = new Array(": Editorial Board","","",8,15,100);
			Menu4_1_1_1 = new Array(": Alia","editing.html#alia","",0,15,85);
			Menu4_1_1_2 = new Array(": Antonio","editing.html#antonio","",0);
			Menu4_1_1_3 = new Array(": Brittany","editing.html#brittany","",0);
			Menu4_1_1_4 = new Array(": Debbie","editing.html#debbie","",0);
			Menu4_1_1_5 = new Array(": Jo-Issa","editing.html#joissa","",0);
			Menu4_1_1_6 = new Array(": Morgan","editing.html#morgan","",0);
			Menu4_1_1_7 = new Array(": Natalie","editing.html#natalie","",0);
			Menu4_1_1_8 = new Array(": Tracy","editing.html#tracy","",0);
			
		Menu4_1_2 = new Array(": Production Board","","",1);
			Menu4_1_2_1 = new Array(": Latisha","production.html#latisha","",0,15,85);
			
		Menu4_1_3 = new Array(": Financial Board","","",2);
			Menu4_1_3_1 = new Array(": Aisha","finance.html#aisha","",0,15,85);
			Menu4_1_3_2 = new Array(": Christian","finance.html#christian","",0);
			
		Menu4_1_4 = new Array(": Art | Design Board","","",5);
			Menu4_1_4_1 = new Array(": Kaeche","art-design.html#kaeche","",0,15,85);
			Menu4_1_4_2 = new Array(": Lara","art-design.html#lara","",0);
			Menu4_1_4_3 = new Array(": Lizzy","art-design.html#lizzy","",0);
			Menu4_1_4_4 = new Array(": Naima","art-design.html#naima","",0);
			Menu4_1_4_5 = new Array(": Rebecca","art-design.html#rebecca","",0);
			
		Menu4_1_5 = new Array(": Web Content","","",1);
			Menu4_1_5_1 = new Array(": Eden","web-content.html#eden","",0,15,85);
			
	Menu4_2 = new Array(": Advisory Board","","",3);
		Menu4_2_1 = new Array(": Andrea","advisory-board.html#andrea","",0,15,85);
		Menu4_2_2 = new Array(": Sherry","advisory-board.html#sherry","",0);
		Menu4_2_3 = new Array(": Wendy","advisory-board.html#wendy","",0);

Menu5 = new Array(": CONTACT US","","",3);
	Menu5_1=new Array(": Submissions", "submissions.html", "",0,15,100);
	Menu5_2=new Array(": Subscription","subscription.html","",0);
	Menu5_3=new Array(": Contact Details","contact.html","",0);	