 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=6;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="yellow";			// Background color when mouse is not over
	var HighBgColor="red";			// Background color when mouse is over
	var FontLowColor="red";			// Font color when mouse is not over
	var FontHighColor="yellow";			// Font color when mouse is over
	var BorderColor="red";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="comic sans ms,technical,arial";	// Font family menu items
	var FontSize=16;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="center";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=2;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="navig";			// Frame where first level appears
	var SecLineFrame="space";			// Frame where sub levels appear
	var DocTargetFrame="space";		// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.deltasoft.cjb.net/";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"menu/logo1.jpg?"+BaseHref+"menu/logo1i.jpg","","",5,129,227,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Nieuws","html/alg_nieuws_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Wat is er ge-update","html/alg_watnieuw_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("Kalender","html/alg_kalender_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("Contact","html/alg_mailons_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Bestellingen","html/alg_bestelling_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("rollover?"+BaseHref+"menu/logo2.jpg?"+BaseHref+"menu/logo2i.jpg","","",5,129,136,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("De geschiedenis van Delta Soft","html/del_gdelta_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("De software van Delta Soft","html/del_sdelta_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Delta Soft in de winkel","html/del_shopdelta_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Rambi","","",3,.05,250,"","","","","","",-1,-1,-1,"","");	
		Menu2_4_1=new Array("Over Rambi","html/rambi_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu2_4_2=new Array("Te koop/Te ruil/gezocht","html/rambishop_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu2_4_3=new Array("Originelen","","",2,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu2_4_3_1=new Array("Spellen","","",13,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_1=new Array("Ascii","html/rambi01.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_2=new Array("Bit 2","html/rambi11.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_3=new Array("Compile","html/rambi02.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_4=new Array("Falcom","html/rambi12.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_5=new Array("Hal","html/rambi13.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_6=new Array("Konami","html/rambi04.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_7=new Array("Micro Cabin","html/rambi14.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_8=new Array("Sony","html/rambi05.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_9=new Array("Surise For Msx","html/rambi07.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_10=new Array("T&E Soft","html/rambi08.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_11=new Array("Taito","html/rambi09.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_12=new Array("Telenet","html/rambi15.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_1_13=new Array("Overige","html/rambi10.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu2_4_3_2=new Array("CD","","",4,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_2_1=new Array("Compile","html/rambi21.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_2_2=new Array("Falcom","html/rambi22.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_2_3=new Array("Konami","html/rambi23.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_4_3_2_4=new Array("Overige","html/rambi24.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("The Kid","","",3,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu2_5_1=new Array("Over The Kid","html/thekid_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu2_5_2=new Array("Te koop/Te ruil/gezocht","html/thekidshop_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu2_5_3=new Array("Originelen","","",4,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu2_5_3_1=new Array("Spellen","","",10,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_1=new Array("Ascii","html/thekid01.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_2=new Array("Compile","html/thekid02.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_3=new Array("Falcom","html/thekid12.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_4=new Array("Grandlsam","html/thekid03.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_5=new Array("Konami","html/thekid04.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_6=new Array("Pack-in-video","html/thekid05.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_7=new Array("Panasoft","html/thekid06.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_8=new Array("Micro Cabin","html/thekid14.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_9=new Array("Surise For Msx","html/thekid07.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_1_10=new Array("Overige","html/thekid10.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu2_5_3_2=new Array("CD","","",4,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_2_1=new Array("Compile","html/thekid21.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_2_2=new Array("Falcom","html/thekid22.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_2_3=new Array("Konami","html/thekid23.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_2_4=new Array("Overige","html/thekid24.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu2_5_3_3=new Array("Boeken","","",5,.05,300,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_3_1=new Array("Nederlandstalige Msx Magazines","html/thekid31.html","",0,.05,300,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_3_2=new Array("Japanse Msx Magazines","html/thekid32.html","",0,.05,300,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_3_3=new Array("Philips Handleidingen","html/thekid33.html","",0,.05,300,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_3_4=new Array("Metal Gear Comics","html/thekid35.html","",0,.05,300,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_3_5=new Array("Overige Magazines","html/thekid34.html","",0,.05,300,"","","","","","",-1,-1,-1,"","");
			Menu2_5_3_4=new Array("Andere systemen","","",2,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_4_1=new Array("Gameboy Color","html/thekid42.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
				Menu2_5_3_4_2=new Array("Pc","html/thekid44.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("rollover?"+BaseHref+"menu/logo3.jpg?"+BaseHref+"menu/logo3i.jpg","","",8,129,136,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Spellen","","",13,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("De Konami Quiz","html/d001_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("Delta Soft Puzzel 1","html/d012_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_3=new Array("Delta Soft Puzzel 2","html/d013_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_4=new Array("Thunderbirds Are Go","html/d021_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_5=new Array("Oss 2000 Puzzel","html/d023_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_6=new Array("Findit MSX2","html/d024_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_7=new Array("Findit MSX2+ / Turbo R","html/d025_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_8=new Array("Musical Memory","html/d027_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_9=new Array("Sorcerian Engels","html/d066_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_10=new Array("Xak 1 Engels","html/d029_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_11=new Array("Feedback Engels","html/d070_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_12=new Array("Konami Quiz 2","html/d071_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_1_13=new Array("Lucky Darts","html/d082_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Tools","","",2,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1=new Array("Delta Soft Tool Disc","html/d011_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2=new Array("Power Menu","html/d016_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Demos","","",11,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("Nms 8245 Demo","html/d002_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("Michael Jackson Demo","html/d003_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_3=new Array("Nemesis 2 Scc Demo","html/d004_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_4=new Array("Salamander Scc Demo","html/d005_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_5=new Array("Starship Rendezvous Demo","html/d006_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_6=new Array("Mega Demo","html/d007_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_7=new Array("Mega Demo 2","html/d008_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_8=new Array("Mega Demo 3","html/d009_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_9=new Array("Mega Demo 4 - Party Mix","html/d019_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_10=new Array("Lucky Luke Demo","html/d015_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_3_11=new Array("The Delta Demo","html/d017_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Overige","","",3,.05,280,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("Metal Gear 2 Maps","html/d010_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2=new Array("De Geschiedenis van de Bismarck","html/d014_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
		Menu3_4_3=new Array("Delta Soft 1988-2000 Collectie Cd","html/d026_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Promos","","",4,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_5_1=new Array("Mega Demo 4 Promo","html/d018_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_5_2=new Array("Thunderbirds Are Go Promo","html/d020_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_5_3=new Array("Findit Promo","html/d022_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_5_4=new Array("Konami Quiz 2 Promo","html/d028_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Spellijsten","","",5,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_6_1=new Array("Delta Soft","html/list01_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_6_2=new Array("Hal","html/list02_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_6_3=new Array("Konami","html/list03_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_6_4=new Array("Sony","html/list04_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_6_5=new Array("T&E Soft","html/list05_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("Feiten","","",2,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_7_1=new Array("Collectie Cd op Windows XP","html/facts02_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_7_2=new Array("Emulatoren","html/facts01_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("Tips & Truuks","","",5,.05,230,"","","","","","",-1,-1,-1,"","");
		Menu3_8_1=new Array("Algemene tips","html/tips01_n.html","",0,.05,230,"","","","","","",-1,-1,-1,"","");
		Menu3_8_2=new Array("Mega Demo tips","html/tips02_n.html","",0,.05,230,"","","","","","",-1,-1,-1,"","");
		Menu3_8_3=new Array("Thunderbirds Are Go tips","","",9,.05,230,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_1=new Array("Scene 1 t/m Scene  4","html/tips03_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_2=new Array("Scene 5 t/m Scene  7","html/tips06_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_3=new Array("Scene 8 t/m Scene  11","html/tips07_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_4=new Array("Scene 12 t/m Scene  16","html/tips08_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_5=new Array("Scene 17 t/m Scene  21","html/tips09_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_6=new Array("Scene 22 t/m Scene  25","html/tips10_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_7=new Array("Scene 26 t/m Scene  31","html/tips11_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_8=new Array("Voorwerpen","html/tips05_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
			Menu3_8_3_9=new Array("Paswoorden","html/tips04_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu3_8_4=new Array("Findit tips","","",6,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_1=new Array("Tussendemos","html/tips50_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_2=new Array("Findit Muziek","html/tips52_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_3=new Array("Stage 1 - Solid Snake","html/tips51_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_4=new Array("Stage 2 - Meryl Silverburgh","html/tips53_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_5=new Array("Stage 3 - Revolver Ocelot","html/tips54_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
			Menu3_8_4_6=new Array("Stage 4 - Ninja","html/tips54_n.html","",0,.05,250,"","","","","","",-1,-1,-1,"","");
		Menu3_8_5=new Array("Konami Quiz 2 tips","html/tips12_n.html","",0,.05,230,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("rollover?"+BaseHref+"menu/logo4.jpg?"+BaseHref+"menu/logo4i.jpg","","",3,150,136,"","","","","","",-1,1,-1,"","");
	Menu4_1=new Array("Thunderbirds to the Rescue","html/previews05_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("KonaPuzz","html/previews02_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Advertenties","","",4,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu4_3_1=new Array("Delta Soft Complete","html/previews03_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu4_3_2=new Array("Feedback Engels","html/previews07_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu4_3_3=new Array("Konami Quiz 2","html/previews01_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu4_3_4=new Array("Lucky Darts","html/previews04_n.html","",0,.05,.2,"","","","","","",-1,-1,-1,"","");	
Menu5=new Array("rollover?"+BaseHref+"menu/logo5.jpg?"+BaseHref+"menu/logo5i.jpg","","",13,129,136,"","","","","","",-1,1,-1,"","");
	Menu5_1=new Array("Compact Flash Patch","html/download09_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Delta Software Catalogus","html/download06_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Dragon Slayer 4 Paswoord Patch","html/download05_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Findit Msx 2+ / Turbo R patches","html/download01_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Findit Replayer","html/download11_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Hdd Emu Engels","html/download10_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("Konami Quiz 2 Patch Disks","html/download12_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Lucky Darts Downloads","html/download13_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Nyancle Racing Engels","html/download07_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_10=new Array("Patch Disk","html/download02_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_11=new Array("Promos","html/download03_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_12=new Array("Treasure of Usas Alternatief","html/download08_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
	Menu5_13=new Array("Volledige versies","html/download04_n.html","",0,.05,280,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("rollover?"+BaseHref+"menu/logo6.jpg?"+BaseHref+"menu/logo6i.jpg","","",5,129,136,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("MSX Groepen","","",4,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_1_1=new Array("Darkstone","javascript:ScLoc.location.href='http://Darkstone.surpass.nl'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_1_2=new Array("Msx Resource Center","javascript:ScLoc.location.href='http://www.msx.org/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_1_3=new Array("Sunrise for msx","javascript:ScLoc.location.href='http://www.msx.ch/sunformsx/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_1_4=new Array("Teddy warez","javascript:ScLoc.location.href='http://www.teddywarez.cjb.net'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("MSX Clubs","","",3,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_2_1=new Array("Msx Vriendenclub marienberg","javascript:ScLoc.location.href='http://members.home.nl/mvm-club/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_2_2=new Array("Msx worldwide","javascript:ScLoc.location.href='http://www.msxworldwide.com'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_2_3=new Array("Msx club west friesland","javascript:ScLoc.location.href='http://www.msxwf.info/main.html'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("MSX overige","","",5,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_3_1=new Array("BiFis Homepage","javascript:ScLoc.location.href='http://www.bifi.msxnet.org/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_3_2=new Array("Generation X","javascript:ScLoc.location.href='http://www.generation-msx.nl'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_3_3=new Array("MSX Site van Bas en Ditta","javascript:ScLoc.location.href='http://www.msx.bas-ditta.info/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_3_4=new Array("Msx start pagina","javascript:ScLoc.location.href='http://msx.pagina.nl/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_3_5=new Array("The Ultimate MSX Faq","javascript:ScLoc.location.href='http://www.faq.msxnet.org/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("MSX aanverwant","","",3,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_4_1=new Array("Metalgear for PC","javascript:ScLoc.location.href='http://www.microsoft.com/games/mgspc/default.asp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_4_2=new Array("Snatcher Website","javascript:ScLoc.location.href='http://www.geocities.com/Tokyo/Bridge/2251/'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_4_3=new Array("Thunderbirds","javascript:ScLoc.location.href='http://www.thunderbirdsonline.com'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("Software huizen","","",7,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_1=new Array("Ascii","javascript:ScLoc.location.href='http://www.ascii.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_2=new Array("Compile","javascript:ScLoc.location.href='http://www.compile.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_3=new Array("Falcom","javascript:ScLoc.location.href='http://www.falcom.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_4=new Array("Koei","javascript:ScLoc.location.href='http://www.koei.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_5=new Array("Konami","javascript:ScLoc.location.href='http://www.konami.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_6=new Array("Micro Cabin","javascript:ScLoc.location.href='http://www.microcabin.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
		Menu6_5_7=new Array("Taito","javascript:ScLoc.location.href='http://www.taito.co.jp'","",0,.05,.2,"","","","","","",-1,-1,-1,"","");
