/****************************************************************************
* (c) Ger Versluis 2000 version 5.411 24 December 2001
* (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
* For info write to menus@burmees.nl
* You may remove all comments for faster loading
* Modified for African Odyssey Web Sept, 2004
****************************************************************************/

var NoOffFirstLineMenus=10;	// Number of first level items
var LowBgColor='#272A0F';	// Background color - mouse is not over
var LowSubBgColor='#FEC87E';	// Background color - mouse is not over on subs
var HighBgColor='#FEC87E';	// Background color - mouse is over
var HighSubBgColor='#272A0F';	// Background color - mouse is over on subs
var FontLowColor='#FFB558';	// Font color - mouse is not over
var FontSubLowColor='#333333';	// Font color subs - mouse is not over
var FontHighColor='#272A0F';	// Font color when - is over
var FontSubHighColor='#FFB558';	// Font color subs - mouse is over
var BorderColor='#272A0F';	// Border color
var BorderSubColor='black';	// Border color for subs
var BorderWidth=1;	// Border width
var BorderBtwnElmnts=1;	// Border between elements 1 or 0
var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
var FontSize=9;	// 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='center';	// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.1;	// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
var StartTop=168;	// 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=0;	// Left padding
var TopPaddng=2;	// 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=500;	// 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 highligthed
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}

Menu1=new Array("Home","index.html","",0,16,60);

Menu2=new Array("Furniture","","",10,16,80);
	Menu2_1=new Array("Coffee Tables","ao_tables_coffee.htm","",0,18,100);
	Menu2_2=new Array("Servers","ao_tables_servers.htm","",0);
	Menu2_3=new Array("Desks & Hall","ao_tables_hall_desk.htm","",0);
	Menu2_4=new Array("Dining Tables","ao_railwoods_tables_dining.htm","",0);
	Menu2_5=new Array("Bedroom","ao_bedroom.htm","",0);
	Menu2_6=new Array("Cabinets","ao_cabinets.htm","",0);
	Menu2_7=new Array("Chests","ao_chests.htm","",0);
	Menu2_8=new Array("Chairs","ao_chairs.htm","",0);
	Menu2_9=new Array("Benches","ao_benches.htm","",0);
	Menu2_10=new Array("Woods","ao_woods.htm","",0);

Menu3=new Array("Sculptures","","",2,16,85);
	Menu3_1=new Array("Carved Stone","ao_sculptures_stone.htm","",0,18,105);
	Menu3_2=new Array("Wood Carvings","ao_sculptures_wood.htm","",0);
	
Menu4=new Array("Wall Art","","",2,16,80);
	Menu4_1=new Array("Open Edition","ao_art_open.htm","",0,18,105);
	Menu4_2=new Array("Limited Edition","ao_art_lim.htm","",0);
//	Menu4_3=new Array("Hillustrations","ao_art_hill.htm","",0);

Menu5=new Array("Accessories","","",4,16,85);
	Menu5_1=new Array("Decorator","ao_acc_decorator.htm","",0,18,85);
	Menu5_2=new Array("Masks","ao_acc_masks.htm","",0);
	Menu5_3=new Array("Lamps","ao_acc_lamps.htm","",0);
	Menu5_4=new Array("Fabric","ao_acc_fabric.htm","",0);

Menu6=new Array("Penzo","ao_penzo.htm","",0,16,70);

Menu7=new Array("Ceramics","","",1,16,75);
	Menu7_1=new Array("Raku","ao_raku.htm","",0,18,75);

Menu8=new Array("Artifacts","","",2,16,80);
	Menu8_1=new Array("Artifacts","african_artifacts.htm","",0,18,80);
	Menu8_2=new Array("Currency","ao_artifacts_currency.htm","",0);

Menu9=new Array("Visit Us","","",1,16,70);
	Menu9_1=new Array("Inside African Odyssey","ao_shop.htm","",0,18,150);
//	Menu9_2=new Array("Privacy Policy","ao_privacy.htm","",0);
//	Menu9_3=new Array("FAQ","blank.htm","",0);

Menu10=new Array("About Us","","",2,16,74);
	Menu10_1=new Array("Contact Info","ao_contact.htm","",0,18,96);
	Menu10_2=new Array("Privacy Policy","ao_privacy.htm","",0);
//	Menu10_3=new Array("FAQ","blank.htm","",0);

// Menu6_1_1=new Array("Penzo Tableware","ao_penzo.htm","",0,16,115);
// Menu6_1_2=new Array("Penzo Furniture","ao_penzo_furniture.htm","",0,16,0);
// Menu6_3=new Array("Turov","ao_turov.htm","",0);
