//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#000000';
	var HighBgColor='#000000';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#CC9933';
	var BorderColor='#000000';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial";"Trebuchet MS"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=120; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=3;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='parent';
	var SecLineFrame='parent';
	var DocTargetFrame='parent';
	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","http://www.miesoftware.com",0,20,110);

Menu2=new Array("About Us","",3);
	Menu2_1=new Array("About MIE","../about_mie.cfm",0,20,110);
	Menu2_2=new Array("Who to contact","../contact_us.cfm",0);
	Menu2_3=new Array("Testimonials","../testimonials.cfm",0);

Menu3=new Array("Summit Software","",5);
	Menu3_1=new Array("Product Overview","../product_overview.cfm",0,20,150);
	Menu3_2=new Array("Download Free Software","../dload_home.cfm",0);
	Menu3_3=new Array("Live Web Demo","../LiveMeeting/LiveWebDemo.cfm",0);
	Menu3_4=new Array("FAQs","../faq.cfm",0);
	Menu3_5=new Array("Order Software","../Ordering/Order_Home.cfm",0);
	
Menu4=new Array("Client Website","",7);
	Menu4_1=new Array("Client Website","../client_direct.cfm",0,20,112);
	Menu4_2=new Array("Latest Updates","../update_home.cfm",0,20,110);
	Menu4_3=new Array("Support Articles","../Support/sonline.htm",0);
	Menu4_4=new Array("Support Demo","../LiveMeeting/LiveWebDemo.cfm",0);
    Menu4_5=new Array("Serial Numbers","../Support/serial_request.cfm",0);  
    Menu4_6=new Array("Developer Info","../DeveloperInfo/developer.cfm",0); 
    Menu4_7=new Array("Summit Partners","../Partners.cfm",0); 

Menu5=new Array("MIE WebLink","",3);
	Menu5_1=new Array("About WebLink","../WebLink/weblinkindex.cfm",0,20,150);
	Menu5_2=new Array("Checklist","../WebLink/checklist.cfm",0);
	Menu5_3=new Array("Log On to MIE WebLink","https://www.secureregistrations.com/index.cfm",0);

Menu6=new Array("Education","",3);
	Menu6_1=new Array("Training Options","../Training/Training_Home.cfm",0,20,130);
	Menu6_2=new Array("TAFE/Uni Program","../TAFE/tafe_program.cfm",0,20,130);
	Menu6_3=new Array("Training Evaluation","../Training/Training_Evaluation.cfm",0,20,130);

Menu7=new Array("Accreditation","",2);
	Menu7_1=new Array("Information","../Accreditation/accreditation.cfm",0,20,130);
	Menu7_2=new Array("Registration","https://www.secureregistrations.com/_miecheckout/AccreditationOF2004.cfm",0,20,130);

Menu8=new Array("Summit Partners","",4);
	Menu8_1=new Array("Abstracts Manager","../Partner-AbstractsMgr.cfm",0,20,130);
	Menu8_2=new Array("Tradevent","../Partner-Tradevent.cfm",0,20,130);
	Menu8_3=new Array("3TierSolutions","../Partner-3Tier.cfm",0,20,130);
	Menu8_4=new Array("BLINK Software","../Partner-PrintSoft.cfm",0,20,130);
