//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#333333';
	var HighBgColor='#999999';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#000000';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,verdana,tahoma,helvetica,"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0; // 0 or 1 aligns text within cell
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=201; // vertical offset
	var StartLeft=0; // horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3; // to do with text cell
	var TopPaddng=3;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	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("About this site","about.shtml",0,35,97);

Menu2=new Array("Lance Henriksen","lance.shtml",1);
	Menu2_1=new Array("Pottery","http://members.iinet.net.au/~vangoth/lhrp/pottery/index.html",0,20,140);
	
Menu3=new Array("Robert Patrick","robert.shtml",1);
	Menu3_1=new Array("Plastic Robert Patrick","http://members.iinet.net.au/~vangoth/lhrp/t1000/index.html",0,20,140);
		
Menu4=new Array("Movie Reviews","#",2);
	Menu4_1=new Array("Lance films","reviews_lh.shtml",0,20,120);
	Menu4_2=new Array("Robert films","reviews_rp.shtml",0,20,120);

Menu5=new Array("Analysis","analysis.shtml",1);
	Menu5_1=new Array("Analysis rounds 6 to 8","analysis_2.shtml",0,20,140);
		
Menu6=new Array("Downloads","downloads.shtml",1);
	Menu6_1=new Array("Screensavers","downloads_ss.shtml",0,20,140);

Menu7=new Array("Links","links.shtml",1);
	Menu7_1=new Array("BlackDogg Trader","blackdogg.shtml",0,20,120);

Menu8=new Array("Guestbook","#",2);
	Menu8_1=new Array("View guestbook","http://htmlgear.lycos.com/guest/control.guest?u=van_goth&i=1&a=view",0,20,120);
	Menu8_2=new Array("Sign guestbook","http://htmlgear.lycos.com/guest/control.guest?u=van_goth&i=1&a=sign",0,20,120);
