//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#CCFFCC';
	var HighBgColor='#000000';
	var FontLowColor='black';
	var FontHighColor='#CCFFCC';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=11;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=100; //set vertical offset
	var StartLeft=9; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=5;
	var FirstLineHorizontal=0; //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("Main Navigation","",6,25,165);
	Menu1_1=new Array("Home","http://www.scorpsweb.com/index.html",0,25,165);	
	Menu1_2=new Array("What's New?","http://www.scorpsweb.com/whats_new.html",0,25,165);
	Menu1_3=new Array("About Us","http://www.scorpsweb.com/about_us.html",4,25,165);
		Menu1_3_1=new Array("Why Scorpeo?","http://www.scorpsweb.com/why_scorpeo.html",0,25,165);
            Menu1_3_2=new Array("Chichi","http://www.scorpsweb.com/chichi.html",1,25,165);
			Menu1_3_2_1=new Array("Cheech Pics","http://www.scorpsweb.com/che_pics.html",0,25,165);
            Menu1_3_3=new Array("Dodie","http://www.scorpsweb.com/dodie.html",1,25,165);
			Menu1_3_3_1=new Array("Dodie Pics","http://www.scorpsweb.com/dodie_pics.html",0,25,165);
            Menu1_3_4=new Array("Nilent","http://www.scorpsweb.com/nilent.html",1,25,165);
			Menu1_3_4_1=new Array("Nilent Pics","http://www.scorpsweb.com/nilent_pics.html",0,25,165);
	Menu1_4=new Array("Interests","http://www.scorpsweb.com/interests.html",0,25,165);
	Menu1_5=new Array("Misc. Links","http://www.scorpsweb.com/misc_links.html",0,25,165);
	Menu1_6=new Array("Guestbook","http://www.scorpsweb.com/scgi-bin/guestbook.pl?user=main",0,25,165);
Menu2=new Array("Pet Pages","",7,25,165);
	Menu2_1=new Array("Nutrition","http://www.scorpsweb.com/nutrition.html",0,25,165);	
	Menu2_2=new Array("Breeds","http://www.scorpsweb.com/breeds.html",0,25,165);
	Menu2_3=new Array("Breeding","http://www.scorpsweb.com/breeding.html",0,25,165);
	Menu2_4=new Array("Rescues","http://www.scorpsweb.com/rescue.html",0,25,165);
      Menu2_5=new Array("Cat Links","http://www.scorpsweb.com/cat_links.html",0,25,165);
      Menu2_6=new Array("Fish Links","http://www.scorpsweb.com/fish.html",0,25,165);
      Menu2_7=new Array("Supplies","http://www.scorpsweb.com/supplies",0,25,165);
Menu3=new Array("BARF Diet","",7,25,150);
	Menu3_1=new Array("Intro","http://www.scorpsweb.com/barf/index.html",0,25,165);
	Menu3_2=new Array("About","http://www.scorpsweb.com/barf/about_barf.html",0,25,165);
	Menu3_3=new Array("Why?","http://www.scorpsweb.com/barf/why_barf.html",0,25,165);
	Menu3_4=new Array("How?","http://www.scorpsweb.com/barf/how_barf.html",0,25,165);
	Menu3_5=new Array("Pictures","http://www.scorpsweb.com/barf/barf_pics.html",0,25,165);
	Menu3_6=new Array("Links","http://www.scorpsweb.com/barf/barf_links.html",0,25,165);
	Menu3_7=new Array("Webrings","http://www.scorpsweb.com/barf/web_rings.html",0,25,165);
Menu4=new Array("Webmaster","",4,25,165);
	Menu4_1=new Array("Site Map","http://www.scorpsweb.com/site_map.html",0,25,165);
	Menu4_2=new Array("Search","http://www.scorpsweb.com/search.html",0,25,165);
	Menu4_3=new Array("Contact","http://www.scorpsweb.com/contact.html",0,25,165);
	Menu4_4=new Array("Link to Me","http://www.scorpsweb.com/linktome.html",0,25,165);