//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=10; //set number of main menu items
	var LowBgColor='#5AB9EB';
	var HighBgColor='#AADBF5';
	var FontLowColor='black';
	var FontHighColor='#C00000';
	var BorderColor='#006699';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Trebuchet MS,Verdana,technical,arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.5;
	var ChildVerticalOverlap=.5;
	var StartTop=136; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=5;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.php",0,17,78);

Menu2=new Array("Profile","profile.htm",0);

Menu3=new Array("Contact","contact.htm",2);
	Menu3_1=new Array("Enquiries","enquiries.htm",0,20,100);
	Menu3_2=new Array("Shop","shop.htm",0,20,100);	

Menu4=new Array("Dealers","dealers.htm",0);
Menu5=new Array("Hardware","products.htm",7,15,150);

	Menu5_1=new Array("Accessories","accessories.htm",0,20,100);	
	Menu5_2=new Array("Furutech","furutech.htm",0,20,100);
	Menu5_3=new Array("Ortofon","ortofon.htm",0,20,100);	
	Menu5_4=new Array("Rega","http://www.rega.co.za",0,20,100);		
	Menu5_5=new Array("Sota","sota.htm",0,20,100);
	Menu5_6=new Array("Valve Audio","valveaudio.htm",0,20,100);
	Menu5_7=new Array("Software","search.php",0,20,100);	


Menu6=new Array("Software >>","search.php",1,20,100);	
	Menu6_1=new Array("Terms and Cond.","termsandconditions.htm",0,20,100);
Menu7=new Array("Newsletters","newsletters.htm",0,20,100);
Menu8=new Array("Reviews","reviews.htm",0,20,100);
Menu9=new Array("Site Map","sitemap.htm",0,20,100);
Menu10=new Array("Tech Talk","techtalk.htm",0,20,100);
	

	



