	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#990000';			// Background color when mouse is not over
	var LowSubBgColor='#990000';			// Background color when mouse is not over on subs
	var HighBgColor='gold';			// Background color when mouse is over
	var HighSubBgColor='gold';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#990000';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=91;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	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
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","index.html","",0,17,60);
//	Menu1_1=new Array("HOME","index.shtml","",0,17,100);
	
Menu2=new Array("ABOUT US","about.shtml","",0,17,70);
//	Menu2_1=new Array("Honey Love","honeylove.shtml","",0,17,100);
//	Menu2_2=new Array("Sister Love","sisterlove.shtml","",0);
//	Menu2_3=new Array("Sisterhood","sisterhood.shtml","",0);
//	Menu2_4=new Array("Red Dress","reddress.shtml","",0);
//	Menu2_5=new Array("Nappy","nappy.shtml","",0);
//	Menu2_6=new Array("Spiritual Growth","spiritualgrowth.shtml","",0);

Menu3=new Array("TIES","ties.shtml","",5,17,60);
	Menu3_1=new Array("AFRICA","ties_africa.shtml","",5,17,100);
		Menu3_1_1=new Array("DAR ES SALAAM","ties_africa_dares.shtml","",0,17,100);
		Menu3_1_2=new Array("DRUMS","ties_africa_drums.shtml","",0,17,100);
		Menu3_1_3=new Array("EYES OF RA","ties_africa_eor.shtml","",0,17,100);
		Menu3_1_4=new Array("FULANI","ties_africa_fulani.shtml","",0,17,100);
		Menu3_1_5=new Array("WANA","ties_africa_wana.shtml","",0,17,100);
	Menu3_2=new Array("AMERICAS","ties_america.shtml","",2,17,100);
		Menu3_2_1=new Array("ADOBE","ties_america_adobe.shtml","",0,17,100);
		Menu3_2_2=new Array("MAIZE","ties_america_maize.shtml","",0,17,100);
//  	Menu3_2_2=new Array("HUNTER","ties_america_hunter.shtml","",0,17,100);
//  	Menu3_2_4=new Array("SHAMAN","ties_america_shaman.shtml","",0,17,100);
	Menu3_3=new Array("ASIA","ties_asia.shtml","",3,17,100);
		Menu3_3_1=new Array("FIREWORKS","ties_asia_fireworks.shtml","",0,17,100);
		Menu3_3_2=new Array("IRIAN JAYA","ties_asia_irianjaya.shtml","",0,17,100);
		Menu3_3_3=new Array("ISEN","ties_asia_isen.shtml","",0,17,100);
	Menu3_4=new Array("EUROPE","ties_europe.shtml","",4,17,100);
		Menu3_4_1=new Array("BLOOM","ties_europe_bloom.shtml","",0,17,100);
		Menu3_4_2=new Array("HARLEQUIN","ties_europe_harleq.shtml","",0,17,100);
		Menu3_4_3=new Array("SABLE","ties_europe_sable.shtml","",0,17,100);
		Menu3_4_4=new Array("ST. PETERSBURG","ties_europe_stptr.shtml","",0,17,100);
	Menu3_5=new Array("PACIFIC","ties_pacific.shtml","",3,17,100);
		Menu3_5_1=new Array("MANA","ties_pacific_mana.shtml","",0,17,100);
		Menu3_5_2=new Array("MAORI","ties_pacific_maori.shtml","",0,17,100);
		Menu3_5_3=new Array("TROPICAL FISH","ties_pacific_tropical.shtml","",0,17,100);

Menu4=new Array("SCARVES","scarves.shtml","",3,17,80);
	Menu4_1=new Array("AFRICA","","",1,17,100);
		Menu4_1_1=new Array("DRUMS","scarves_drums.shtml","",0,17,100);
	Menu4_2=new Array("ASIA","","",3,17,100);
		Menu4_2_1=new Array("FIREWORKS","scarves_fireworks.shtml","",0,17,100);
		Menu4_2_2=new Array("IRIAN JAYA","scarves_irianjaya.shtml","",0,17,100);
		Menu4_2_3=new Array("ISEN","scarves_isen.shtml","",0,17,100);
	Menu4_3=new Array("EUROPE","","",2,17,100);
		Menu4_3_1=new Array("BLOOM","scarves_bloom.shtml","",0,17,100);
		Menu4_3_2=new Array("HARLEQUIN","scarves_harlequin.shtml","",0,17,100);

Menu5=new Array("SUSPENDERS","suspenders.shtml","",0,17,90);

//Menu6=new Array("WHERE TO BUY","locations.shtml","",0,17,100);
//	Menu6_1=new Array("Contact Us","contact.shtml","",0,17,150);
	
Menu6=new Array("MEDIA","news.shtml","",2,17,70);
	Menu6_1=new Array("PRESS","news_press.shtml","",0,17,100);
	Menu6_2=new Array("GALLERY","news_dressoptions.shtml","",0,17,100);
//	Menu7_3=new Array("Custom Work","services_customization.asp","",0);
	
Menu7=new Array("CONTACT US","contact.shtml","",0,17,90);
//	Menu8_1=new Array("Business Address","contact.asp","",0,17,100);
//	Menu8_2=new Array("About Us","about_us.asp","",0);
	