7//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //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="comic sans ms,technical,arial"
	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=0; //set vertical offset
	var StartLeft=0; //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=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("Sites","http://geocosmic.org",3,20,150);
	Menu1_1=new Array("Astrolabe","http://alabe.com",0,20,200);
	Menu1_2=new Array("Stardate Pendant","http://stardatependant.com",0);
	Menu1_3=new Array("Skaket Beach Motel","http://skaketbeachmotel.com",0);

Menu2=new Array("Free Stuff","http://technovate.org/ogham",5,20,150);
	Menu2_1=new Array("Quote-O-Matic","http://pagancentral.com/cgi-bin/quoteomatic2.exe",0,20,200);
	Menu2_2=new Array("Free Ogham Reading","http://technovate.org/ogham",0);
        Menu2_3=new Array("Current Astrology Weather","http://alabe.com/chart/Input.exe?PARAM=YVR&INPUT5=Brewster,MA",0);
	Menu2_4=new Array("Astrology Chart","http://alabe.com/freechart",0);
	Menu2_5=new Array("Kosh the Vorlon Oracle","http://obfusc8.com/temp/kosh.exe",0);

Menu3=new Array("Feedback","mailto:info@technomage.biz?subject=info:",0,20,150);
