//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,technical,comic sans ms"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.05;
	var ChildVerticalOverlap=.1;
	var StartTop=117; //set vertical offset	<!--var StartTop=120; //set vertical offset-->
	var StartLeft=12; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //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","http://www.reflectionsmm.com/launchsite/launchsitesample.htm",0,20,125);	

Menu2=new Array("Page Two","http://www.reflectionsmm.com/launchsite/page2.htm",0,20,125);

Menu3=new Array("Page Three","http://www.reflectionsmm.com/launchsite/page3.htm",0,20,125);

Menu4=new Array("Page Four","http://www.reflectionsmm.com/launchsite/page4.htm",0,20,125);

Menu5=new Array("Page Five","http://www.reflectionsmm.com/launchsite/page5.htm",0,20,125);	




