//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#3535FF';
//var LowBgColor='#31009c';
	var HighBgColor='#FFFF99';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,times new roman,helvetica"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=115; //set vertical offset
	var StartLeft=15; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	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.shtml" file for more information on structure of menus


Menu1=new Array("Homepage","index.shtml",1,20,110);
	Menu1_1=new Array("Homepage","index.shtml",0,20,130);


Menu2=new Array("Products","products.shtml",5,20,120);
	Menu2_1=new Array("Products","products.shtml",0,20,150);
	Menu2_2=new Array("Teacher Assistant","products_ta.shtml",0);	
        Menu2_3=new Array("Order Teacher Assistant","orderta.shtml",0);
	Menu2_4=new Array("Web Design","products_web.shtml",0);
        Menu2_5=new Array("Order teacher Web site","orderweb_i.shtml",0);
        

Menu3=new Array("Our Services","services.shtml",1,20,120);
	Menu3_1=new Array("Our Services","services.shtml",0,20,140);
	

Menu4=new Array("Distributors","distributors.shtml",3,20,190);
	Menu4_1=new Array("Distributors","distributors.shtml",0,20,210);
	Menu4_2=new Array("Distributor Signup","distributors_signup.shtml",0);
	Menu4_3=new Array("Distributor Sign In","distributors_login.shtml",0);


Menu5=new Array("Support","support.shtml",3,20,190);
	Menu5_1=new Array("Support","support.shtml",0,20,210);
	Menu5_2=new Array("Manual","support_manual.shtml",0);
	Menu5_3=new Array("FAQ","support_faq.shtml",0);


Menu6=new Array("About Us","about.shtml",2,20,154);
	Menu6_1=new Array("About Us","about.shtml",0,20,174);	
	Menu6_2=new Array("Privacy","about_privacy.shtml",0);
        
