/***********************************************************************************
*	Author:  Safiria - www.safiria.com
				  *
***********************************************************************************/
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#000000';			  // Background color when mouse is not over
	var LowSubBgColor='#eeeee6';	         	  // Background color when mouse is not over on subs
	var HighBgColor='navy';			// Background color when mouse is over
	var HighSubBgColor='navy';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='navy';			  // Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#eeeee6';			  // Border color
	var BorderSubColor='blue';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1; 		// Border between elements 1 or 0
	var FontFamily="Arial ,comic sans ms,technical"	// Font family menu items
	var FontSize=10; 			// Font size menu items
	var FontBold=0; 			// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top'; 	// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=5000;			// 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=0; 			// 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 highligthed
	var Arrws=['arr_right.gif',5,10,'arr_down.gif',5,5,'arr_left.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.htm","",0,20,130);

Menu2=new Array("Search by Category","","",10,20,160);
	Menu2_1=new Array("African Tribal Art","african_tribal_art_index.htm","",8,20,160);
		Menu2_1_1=new Array("Figures","figures_index.htm","",0,20,140);
		Menu2_1_2=new Array("Masks","masks_index.htm","",0,20,140);
		Menu2_1_3=new Array("Headrests","headrests_index.htm","",0,20,140);
		Menu2_1_4=new Array("Combs","combs_index.htm","",0,20,140);
		Menu2_1_5=new Array("Musical Instruments","musical_index.htm","",0,20,140);
		Menu2_1_6=new Array("Games","games_index.htm","",0,20,140);
		Menu2_1_7=new Array("Everyday Items","everyday_index.htm","",0,20,140);
		Menu2_1_8=new Array("African Beads","beads_index.htm","",0,20,140);
	Menu2_2=new Array("Religious Art","religious_index.htm","",0,20,160);
	Menu2_3=new Array("African Textiles","african_textiles_index.htm","",3,20,160);
		Menu2_3_1=new Array("Mbuti Bark Cloth","pygmy_bark_index.htm","",0,20,110);
		Menu2_3_2=new Array("Shoowa Design","kuba_index.htm","",0,20,110);
		Menu2_3_3=new Array("Mud Cloth","cotedivoire_index.htm","",0,20,110);
	Menu2_4=new Array("Pre-Columbian Art","tumaco_index.htm","",0,20,160);
	Menu2_5=new Array("Paintings","african artists_index.htm","",2,20,160);
		Menu2_5_1=new Array("Search by Artist","","",7,20,130);
		        Menu2_5_1_1=new Array("Steve Mbatia","smbatia_index.htm","",0,20,140);
			Menu2_5_1_2=new Array("Maurice Bazungula","bazungula_index.htm","",0,20,140);
			Menu2_5_1_3=new Array("Ash Uman","ash_uman_index.htm","",0,20,140);
			Menu2_5_1_4=new Array("Paul Abwao","abwao_index.htm","",0,20,140);
			Menu2_5_1_5=new Array("King Dodge","king_dodge_index.htm","",0,20,140);
			Menu2_5_1_6=new Array("Robert Aswani","robert_aswani_index.htm","",0,20,140);
			Menu2_5_1_7=new Array("Daphne Butler","dbutler_index.htm","",0,20,140);
		Menu2_5_2=new Array("Search by Medium","","",6,20,130);
			Menu2_5_2_1=new Array("Oil on Canvas","","",4,20,140);
				Menu2_5_2_1_1=new Array("Daphne Butler","dbutler_index.htm","",0,20,120);
				Menu2_5_2_1_2=new Array("Maurice Bazungula","bazungula_index.htm","",0,20,120);
				Menu2_5_2_1_3=new Array("Ash Uman","ash_uman_index.htm","",0,20,120);
				Menu2_5_2_1_4=new Array("Robert Aswani","robert_aswani_index.htm","",0,20,120);
			Menu2_5_2_2=new Array("Oil on Paper","","",2,20,140);
				Menu2_5_2_2_1=new Array("Ash Uman","ash_uman_index.htm","",0,20,120);
				Menu2_5_2_2_2=new Array("Paul Abwao","abwao_index.htm","",0,20,120);
			Menu2_5_2_3=new Array("Acrylics on Canvas","","",2,20,140);
				Menu2_5_2_3_1=new Array("King Dodge","king_dodge_index.htm","",0,20,120);
				Menu2_5_2_3_2=new Array("Paul Abwao","abwao_index.htm","",0,20,120);
			Menu2_5_2_4=new Array("Water Colours","","",1,20,140);
				Menu2_5_2_4_1=new Array("Daphne Butler","dbutler_index.htm","",0,20,120);
			Menu2_5_2_5=new Array("Collage","","",1,20,140);
				Menu2_5_2_5_1=new Array("Steve Mbatia","smbatia_index.htm","",0,20,120);
			Menu2_5_2_6=new Array("Conte Crayon","","",1,20,140);
				Menu2_5_2_6_1=new Array("Steve Mbatia","smbatia_index.htm","",0,20,120);
	Menu2_6=new Array("Old Africa Photographs","photos_index.htm","",2,20,160);
		Menu2_6_1=new Array("Black & White","a_firmin_b&w_index.htm","",0,20,100);
		Menu2_6_2=new Array("Hand Coloured","a_firmin_coloured_index.htm","",0,20,100);
	Menu2_7=new Array("Art Prints","prints_index.htm","",3,20,160);
		Menu2_7_1=new Array("Mary Fowlds","mary_fowlds_index.htm","",0,20,100);
		Menu2_7_2=new Array("Robert Rooker","rrooker_index.htm","",0,20,100);
		Menu2_7_3=new Array("Daphne Butler","dbutler_prints_index.htm","",0,20,100);
	Menu2_8=new Array("Gifts","gifts.htm","",2,20,160);
		Menu2_8_1=new Array("Handicrafts","handicrafts_index.htm","",0,20,80);
		Menu2_8_2=new Array("Postcards","postcards_index.htm","",0,20,80);
	Menu2_9=new Array("Puzzles","dbutler_puzzles_index.htm","",0,20,160)
	Menu2_10=new Array("Jewellery","jewellery_index.htm","",4,20,160);
		Menu2_10_1=new Array("Necklaces","necklaces_index.htm","",0,20,100);
		Menu2_10_2=new Array("Sets","sets_index.htm","",0,20,100);
		Menu2_10_3=new Array("Earrings","earrings_index.htm","",0,20,100);
		Menu2_10_4=new Array("Ethnic Jewellery","ethnic_jewellery_index.htm","",0,20,100);

Menu3=new Array("Search by Country","countries.htm","",0,20,180);

Menu4=new Array("Search by Tribe","tribes.htm","",0,20,180);

Menu5=new Array("View Shopping Cart","managecart.html","",0,20,180);

Menu6=new Array("Checkout","managecart.html","",0,20,180);

Menu7=new Array("Contacts","contacts.htm","",0,20,180);

Menu8=new Array("Links","links.htm","",0,20,180);