/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#eff7f7';			// Background color when mouse is not over
	var LowSubBgColor='#eff7f7';			// Background color when mouse is not over on subs
	var HighBgColor='#6bb6b5';			// Background color when mouse is over
	var HighSubBgColor='#6bb6b5';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate
	var StartLeft=190;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	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='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("General","index.htm","",9,20,138);
	Menu1_1=new Array("Books & papers","index.htm","",5,20,150);	
		Menu1_1_1=new Array("Online books","http://www.informit.com","",0,20,150);
		Menu1_1_2=new Array("C++ & Java books","http://www.mindview.net/Books","",0);
		Menu1_1_3=new Array("Dictionary","","",2);
			Menu1_1_3_1=new Array("FOLDOC","http://wombat.doc.ic.ac.uk/foldoc/contents.html","",0,20,150);
			Menu1_1_3_2=new Array("TechWeb","http://www.techweb.com/encyclopedia/","",0);
		Menu1_1_4=new Array("Web specs","http://www.w3.org","",0);
		Menu1_1_5=new Array("White papers","http://techguide.zdnet.com","",0);
	Menu1_2=new Array("Browser stats","index.htm","",4);
		Menu1_2_1=new Array("Browser News","http://www.upsdell.com/browsernews/stat.htm","",0,20,150);
		Menu1_2_2=new Array("Internet.com","http://browserwatch.internet.com/stats/icstats.html","",0);
		Menu1_2_3=new Array("TheCounter.com","http://www.thecounter.com/stats","",0);
		Menu1_2_4=new Array("W3Schools.com","http://www.w3schools.com/browsers/browsers_stats.asp","",0);
	Menu1_3=new Array("Install Shield","index.htm","",2);	
		Menu1_3_1=new Array("InstallShield.com","http://www.installshield.com","",0,20,150);
		Menu1_3_2=new Array("Install site","http://www.installsite.org","",0);
	Menu1_4=new Array("Microsoft","http://microsoft.com","",0);	
	Menu1_5=new Array("News","http://www.theregister.co.uk","",0);	
	Menu1_6=new Array("Oracle docs","http://www.orafaq.com/faq.htm","",0);	
	Menu1_7=new Array("Searching","index.htm","",5);
		Menu1_7_1=new Array("CodeHound","http://www.codehound.com","",0,20,150);
		Menu1_7_2=new Array("Copernic","http://www.copernic.com","",0);
		Menu1_7_3=new Array("Google","http://www.google.co.uk","",0);
		Menu1_7_4=new Array("Vivisimo","http://www.vivisimo.com","",0);
		Menu1_7_5=new Array("WiseNut","http://www.wisenut.com","",0);
	Menu1_8=new Array("Utilities","index.htm","",6);	
		Menu1_8_1=new Array("Microsoft DLL info","http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp","",0,20,150);
		Menu1_8_2=new Array("Jumbo","http://www.jumbo.com","",0);
		Menu1_8_3=new Array("Sys Internals","http://www.sysinternals.com","",0);
		Menu1_8_4=new Array("Tucows","http://www.tucows.com","",0);
		Menu1_8_5=new Array("Win drivers","http://www.windrivers.com","",0);
		Menu1_8_6=new Array("ZD Net","http://www.zdnet.com/downloads","",0);
	Menu1_9=new Array("WinOS Central","http://www.winoscentral.com/modules.php?op=modload&name=News&file=index","",0);	
		
Menu2=new Array("Umbrella sites","index.htm","",8);
	Menu2_1=new Array("ACCU","http://www.accu.org","",0,20,190);	
	Menu2_2=new Array("Cetus","http://www.cetus-links.org","",0);
	Menu2_3=new Array("Code Project","http://www.codeproject.com","",0);
	Menu2_4=new Array("Development Exchange","index.htm","",10);
		Menu2_4_1=new Array("Home","http://www.devx.com","",0,20,150);
		Menu2_4_2=new Array("Application Server Zone","http://www.appserver-zone.com","",0);
		Menu2_4_3=new Array("ASP Zone","http://www.asp-zone.com","",0);
		Menu2_4_4=new Array("C++ Zone","http://www.cplus-zone.com","",0);
		Menu2_4_5=new Array("Database Dev Zone","http://www.devx.com/dbzone","",0);
		Menu2_4_6=new Array("DHTML Zone","http://www.dhtml-zone.com","",0);
		Menu2_4_7=new Array("Java Zone","http://www.java-zone.com","",0);
		Menu2_4_8=new Array("UML Zone","http://www.uml-zone.com","",0);
		Menu2_4_9=new Array("Visual Basic Zone","http://www.vb-zone.com","",0);
		Menu2_4_10=new Array("XML Zone","http://www.xml-zone.com","",0);
	Menu2_5=new Array("DevGuru","http://www.devguru.com","",0);
	Menu2_6=new Array("Earthweb","index.htm","",7);
		Menu2_6_1=new Array("Home","http://www.earthweb.com","",0,20,170);
		Menu2_6_2=new Array("CodeGuru","http://www.codeguru.com","",0);
		Menu2_6_3=new Array("CrossNodes","http://www.crossnodes.com","",0);
		Menu2_6_4=new Array("Developer.com","http://softwaredev.earthweb.com","",0);
		Menu2_6_5=new Array("Hardware & Systems","","",2);
			Menu2_6_5_1=new Array("Hardware Central","http://hardware.earthweb.com/","",0,20,150);
			Menu2_6_5_2=new Array("SysOpt.com","http://www.sysopt.com","",0);
		Menu2_6_6=new Array("JARS","http://www.jars.com","",0);
		Menu2_6_7=new Array("Web Developer.com","","",5);
			Menu2_6_7_1=new Array("Home","http://webdeveloper.earthweb.com","",0,20,150);
			Menu2_6_7_2=new Array("ASP","http://webdeveloper.earthweb.com/pagedev/asp","",0);
			Menu2_6_7_3=new Array("DHTML","http://webdeveloper.earthweb.com/pagedev/webdhtml","",0);
			Menu2_6_7_4=new Array("JavaScript","http://webdeveloper.earthweb.com/pagedev/webjs","",0);
			Menu2_6_7_5=new Array("Style sheets","http://webdeveloper.earthweb.com/pagedev/webcss","",0);
	Menu2_7=new Array("Internet.com","index.htm","",3);
		Menu2_7_1=new Array("Home","http://www.internet.com","",0,20,150);
		Menu2_7_2=new Array("Development","","",15);
			Menu2_7_2_1=new Array("15 Seconds","http://www.15seconds.com","",0,20,240);
			Menu2_7_2_2=new Array("ASP Wire","http://www.aspwire.com","",0);
			Menu2_7_2_3=new Array("Database Journal","http://www.databasejournal.com/","",0);
			Menu2_7_2_4=new Array("JavaBoutique","http://www.javaboutique.internet.com","",0);
			Menu2_7_2_5=new Array("Javascript.com","http://www.javascript.com","",0);
			Menu2_7_2_6=new Array("JavaScriptSource","http://www.javascriptsource.com","",0);
			Menu2_7_2_7=new Array("ScriptSearch","http://www.scriptsearch.com","",0);
			Menu2_7_2_8=new Array("SQLCourse","http://www.sqlcourse.com","",0);
			Menu2_7_2_9=new Array("SQLCourse2","http://www.sqlcourse2.com","",0);
			Menu2_7_2_10=new Array("VB Wire","http://www.vbwire.com","",0);
			Menu2_7_2_11=new Array("Web Developer's Journal","http://www.webdevelopersjournal.com","",0);
			Menu2_7_2_12=new Array("Web Developer's Virtual Library","http://www.wdvl.com","",0);
			Menu2_7_2_13=new Array("WebDeveloper.com","http://www.webdeveloper.com","",0);
			Menu2_7_2_14=new Array("WebReference","http://www.webreference.com","",0);
			Menu2_7_2_15=new Array("XML Files","http://www.xmlfiles.com/","",0);
		Menu2_7_3=new Array("Technology","","",3);
			Menu2_7_3_1=new Array("Intranet Journal","http://www.intranetjournal.com/","",0,20,150);
			Menu2_7_3_2=new Array("Server Watch","http://www.serverwatch.com","",0);
			Menu2_7_3_3=new Array("Virtual Doctor","http://www.virtualdr.com","",0);
	Menu2_8=new Array("Wrox P2P","http://p2p.wrox.com","",0);

Menu3=new Array("Languages","index.htm","",9);
	Menu3_1=new Array("C++","","",6,20,150);
		Menu3_1_1=new Array("ACCU","http://www.accu.org/resources/public/terse/cpp.htm","",0,20,180);
		Menu3_1_2=new Array("Bruce Eckel","http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html","",0);
		Menu3_1_3=new Array("C++ Zone","http://www.cplus-zone.com","",0);
		Menu3_1_4=new Array("CodeGuru","http://www.codeguru.com","",0);
		Menu3_1_5=new Array("Code Project's C++","http://www.codeproject.com/cpp","",0);
		Menu3_1_6=new Array("Microsoft","http://msdn.microsoft.com/visualc/default.asp","",0);
	Menu3_2=new Array("C#","","",6);
		Menu3_2_1=new Array("Bruce Eckel","http://www.mindview.net/Books/TICSharp","",0,20,150);
		Menu3_2_2=new Array("C# FAQ","http://www.andymcm.com/csharpfaq.htm","",0);
		Menu3_2_3=new Array("CodeGuru's C#","http://www.codeguru.com/csharp","",0);
		Menu3_2_4=new Array("CodeHound's C#","http://www.codehound.com/csharp","",0);
		Menu3_2_5=new Array("Code Project's C#","http://www.codeproject.com/csharp","",0);
		Menu3_2_6=new Array("Microsoft","http://msdn.microsoft.com/vstudio/nextgen/technology/csharpintro.asp","",0);
	Menu3_3=new Array("DHTML","","",6);
		Menu3_3_1=new Array("DHTML Central","http://www.dhtmlcentral.com","",0,20,180);
		Menu3_3_2=new Array("DHTML Zone","http://www.dhtml-zone.com","",0);
		Menu3_3_3=new Array("Dynamic Drive","http://www.dynamicdrive.com","",0);
		Menu3_3_4=new Array("Dynamic HTML Lab","http://www.webreference.com/dhtml","",0);
		Menu3_3_5=new Array("HTML Goodies DHTML","http://www.htmlgoodies.com/beyond/layers.html","",0);
		Menu3_3_6=new Array("W3Schools.com Tutorial","http://www.w3schools.com/dhtml","",0);
	Menu3_4=new Array("HTML","","",6);
		Menu3_4_1=new Array("Code Project's HTML","http://www.codeproject.com/html","",0,20,180);
		Menu3_4_2=new Array("DevGuru's HTML","http://www.devguru.com/Technologies/html/quickref/html_intro.html","",0);
		Menu3_4_3=new Array("HTML Goodies","http://www.htmlgoodies.com","",0);
		Menu3_4_4=new Array("HTML Help","http://www.htmlhelp.com","",0);
		Menu3_4_5=new Array("HTML With Style","http://www.webreference.com/html","",0);
		Menu3_4_6=new Array("W3Schools.com Tutorial","http://www.w3schools.com/html","",0);
	Menu3_5=new Array("Java","","",11);
		Menu3_5_1=new Array("ACCU's Java","http://www.accu.org/resources/public/terse/java.htm","",0,20,190);
		Menu3_5_2=new Array("Bruce Eckel","http://www.mindview.net/Books/TIJ/","",0);
		Menu3_5_3=new Array("CodeGuru's Java","http://codeguru.earthweb.com/java","",0);
		Menu3_5_4=new Array("CodeHound's Java","http://www.codehound.com/java","",0);
		Menu3_5_5=new Array("Gamelan","http://www.gamelan.com","",0);
		Menu3_5_6=new Array("JARS","http://www.jars.com","",0);
		Menu3_5_7=new Array("JavaBoutique","http://www.javaboutique.internet.com","",0);
		Menu3_5_8=new Array("Java Developer's Journal","http://www.sys-con.com/java","",0);
		Menu3_5_9=new Array("Java World","http://www.javaworld.com","",0);
		Menu3_5_10=new Array("Java Zone","http://www.java-zone.com","",0);
		Menu3_5_11=new Array("Sun","http://www.java.sun.com","",0);
	Menu3_6=new Array("JavaScript","","",14);
		Menu3_6_1=new Array("Big-boys.com's JavaScript","http://www.big-boys.com/js","",0,20,220);
		Menu3_6_2=new Array("CodeHound's JavaScript","http://www.codehound.com/js","",0);
		Menu3_6_3=new Array("Code Project's JavaScript","http://www.codeproject.com/jscript","",0);
		Menu3_6_4=new Array("Developer.com's JavaScript","http://softwaredev.earthweb.com/script/sdsljs","",0);
		Menu3_6_5=new Array("DevGuru's JavaScript","http://www.devguru.com/Technologies/ecmascript/quickref/javascript_intro.html","",0);
		Menu3_6_6=new Array("Doc JavaScript","http://www.webreference.com/js","",0);
		Menu3_6_7=new Array("HotScripts.com JavaScript","http://hotscripts.com/JavaScript","",0);
		Menu3_6_8=new Array("HTML Goodies JavaScript","http://www.htmlgoodies.com/beyond/js.html","",0);
		Menu3_6_9=new Array("JavaScript Examples","http://www.js-examples.com","",0);
		Menu3_6_10=new Array("JavaScript Workshop","http://www.jsworkshop.com","",0);
		Menu3_6_11=new Array("Javascript.com","http://www.javascript.com","",0);
		Menu3_6_12=new Array("JavaScripts.com","http://www.javascripts.com","",0);
		Menu3_6_13=new Array("JavaScriptSource","http://www.javascriptsource.com","",0);
		Menu3_6_14=new Array("W3Schools.com Tutorial","http://www.w3schools.com/js","",0);
	Menu3_7=new Array("SQL","","",6);
		Menu3_7_1=new Array("CodeHound's SQL","http://www.codehound.com/sql","",0,20,180);
		Menu3_7_2=new Array("Database Journal","http://www.databasejournal.com/","",0);
		Menu3_7_3=new Array("SQL Course","http://www.sqlcourse.com","",0);
		Menu3_7_4=new Array("SQL Course 2","http://www.sqlcourse2.com","",0);
		Menu3_7_5=new Array("SQL Team","http://www.sqlteam.com","",0);
		Menu3_7_6=new Array("W3Schools.com Tutorial","http://www.w3schools.com/sql","",0);
	Menu3_8=new Array("Visual Basic","","",8);
		Menu3_8_1=new Array("A1VBCode","http://www.a1vbcode.com","",0,20,150);
		Menu3_8_2=new Array("CodeGuru's VB","http://codeguru.earthweb.com/vb/index.shtml","",0);
		Menu3_8_3=new Array("CodeHound's VB","http://www.codehound.com/vb","",0);
		Menu3_8_4=new Array("CodeRoom","http://www.coderoom.com","",0);
		Menu3_8_5=new Array("Free VB code","http://www.freevbcode.com","",0);
		Menu3_8_6=new Array("Microsoft","http://msdn.microsoft.com/vbasic","",0);
		Menu3_8_7=new Array("VB Wire","http://www.vbwire.com","",0);
		Menu3_8_8=new Array("VB Zone","http://www.vb-zone.com","",0);
	Menu3_9=new Array("XML","","",12);
		Menu3_9_1=new Array("4GuysFromRolla.com","http://www.4guysfromrolla.com/webtech/xml.shtml","",0,20,200);
		Menu3_9_2=new Array("CodeHound's XML","http://www.codehound.com/xml","",0);
		Menu3_9_3=new Array("Code Project's XML","http://www.codeproject.com/soap","",0);
		Menu3_9_4=new Array("DevGuru's XML","http://www.devguru.com/Technologies/xmldom/quickref/xmldom_intro.html","",0);
		Menu3_9_5=new Array("Free XML tools","http://www.garshol.priv.no/download/xmltools","",0);
		Menu3_9_6=new Array("HotScripts.com XML","http://hotscripts.com/XML","",0);
		Menu3_9_7=new Array("Microsoft","http://msdn.microsoft.com/xml","",0);
		Menu3_9_8=new Array("W3Schools.com Tutorials","","",6);
			Menu3_9_8_1=new Array("DOM","http://www.w3schools.com/dom","",0,20,150);
			Menu3_9_8_2=new Array("DTD","http://www.w3schools.com/dtd","",0);
			Menu3_9_8_3=new Array("XML","http://www.w3schools.com/xml","",0);
			Menu3_9_8_4=new Array("XML Schemas","http://www.w3schools.com/schema","",0);
			Menu3_9_8_5=new Array("XSL","http://www.w3schools.com/xsl","",0);
			Menu3_9_8_6=new Array("SOAP","http://www.w3schools.com/soap","",0);
		Menu3_9_9=new Array("XML Zone","http://www.xml-zone.com","",0);
		Menu3_9_10=new Array("XML.com","http://www.xml.com","",0);
		Menu3_9_11=new Array("XML.org","http://www.xml.org","",0);
		Menu3_9_12=new Array("xmlhack","http://www.xmlhack.com","",0);

Menu4=new Array("Technologies","index.htm","",9);
	Menu4_1=new Array("ASP","","",11,20,180);
		Menu4_1_1=new Array("411 ASP.net","http://www.411asp.net","",0,20,180);
		Menu4_1_2=new Array("Ask ASP","http://www.askasp.com","",0);
		Menu4_1_3=new Array("ASP Free","http://www.aspfree.com","",0);
		Menu4_1_4=new Array("ASP Index","http://www.aspin.com","",0);
		Menu4_1_5=new Array("ASP Wire","http://www.aspwire.com","",0);
		Menu4_1_6=new Array("ASP Zone","http://www.asp-zone.com","",0);
		Menu4_1_7=new Array("ASP101.com","http://www.asp101.com","",0);
		Menu4_1_8=new Array("Big-boys.com ASP","http://www.big-boys.com/asp","",0);
		Menu4_1_9=new Array("CodeHound's ASP","http://www.codehound.com/asp","",0);
		Menu4_1_10=new Array("DevGuru's ASP","http://www.devguru.com/Technologies/asp/quickref/asp_intro.html","",0);
		Menu4_1_11=new Array("W3Schools.com Tutorial","http://www.w3schools.com/asp","",0);
	Menu4_2=new Array("ATL","","",1);
		Menu4_2_1=new Array("Richard Grimes","http://www.grimes.demon.co.uk","",0,20,150);
	Menu4_3=new Array("COM & DCOM","","",5);
		Menu4_3_1=new Array("Code Project","http://www.codeproject.com/com","",0,20,150);
		Menu4_3_2=new Array("COM security stuff","http://www.develop.com/kbrown/com/secfaq.htm","",0);
		Menu4_3_3=new Array("iDevResource.com","http://www.idevresource.com/com/","",0);
		Menu4_3_4=new Array("Microsoft","","",3);
			Menu4_3_4_1=new Array("COM","http://www.microsoft.com/com","",0,20,150);
			Menu4_3_4_2=new Array("COM+","http://www.microsoft.com/com/tech/complus.asp","",0);
			Menu4_3_4_3=new Array("DCOM","http://www.microsoft.com/com/tech/dcom.asp","",0);
		Menu4_3_5=new Array("Richard Grimes","http://www.grimes.demon.co.uk","",0);
	Menu4_4=new Array("MSMQ","","",1);
		Menu4_4_1=new Array("Microsoft","http://www.microsoft.com/msmq","",0,20,150);
	Menu4_5=new Array("MQSeries","","",3);
		Menu4_5_1=new Array("IBM WebSphere MQ homepage","http://www-3.ibm.com/software/integration/wmq/","",0,20,190);
		Menu4_5_2=new Array("MQSeries.net forum","http://www.mqseries.net/phpBB2/","",0);
		Menu4_5_3=new Array("Supported versions & CSDs","http://www-3.ibm.com/software/integration/mqfamily/support/summary/wnt.html","",0);
	Menu4_6=new Array("MTS","","",2);
		Menu4_6_1=new Array("Microsoft","http://www.microsoft.com/com/tech/mts.asp","",0,20,150);
		Menu4_6_2=new Array("Richard Grimes","http://www.grimes.demon.co.uk","",0);
	Menu4_7=new Array(".Net","","",5);
		Menu4_7_1=new Array(".Net FAQ","http://www.andymcm.com/dotnetfaq.htm","",0,20,200);
		Menu4_7_2=new Array("CodeGuru","http://www.codeguru.com/csharp","",0);
		Menu4_7_3=new Array("Code Project","http://www.codeproject.com/dotnet","",0);
		Menu4_7_4=new Array("Microsoft","http://www.microsoft.com/net","",0);
		Menu4_7_5=new Array("W3Schools.com Tutorials","","",3);
			Menu4_7_5_1=new Array(".NET","http://www.w3schools.com/ngws","",0,20,150);
			Menu4_7_5_2=new Array("ASP.NET","http://www.w3schools.com/aspnet","",0);
			Menu4_7_5_3=new Array("SOAP","http://www.w3schools.com/soap","",0);
	Menu4_8=new Array("STL","","",3);
		Menu4_8_1=new Array("CodeGuru tutorial","http://codeguru.earthweb.com/cpp/stlguide/index.shtml","",0,20,200);
		Menu4_8_2=new Array("Online reference","http://www.dinkumware.com/htm_cpl/index.html","",0);
		Menu4_8_3=new Array("STL Programmer's Guide","http://www.sgi.com/tech/stl","",0);
	Menu4_9=new Array("UML","","",1);
		Menu4_9_1=new Array("UML Zone","http://www.uml-zone.com","",0,20,150);
	Menu4_10=new Array("Web","","",13);
		Menu4_10_1=new Array("Big-boys.com","http://www.big-boys.com","",0,20,240);
		Menu4_10_2=new Array("BrainJar.com","http://www.brainjar.com","",0);
		Menu4_10_3=new Array("HotScripts.com","http://hotscripts.com","",0);
		Menu4_10_4=new Array("Site Experts","http://www.siteexperts.com","",0);
		Menu4_10_5=new Array("Visibone","","",3);
			Menu4_10_5_1=new Array("Home","http://www.visibone.com","",0,20,150);
			Menu4_10_5_2=new Array("Colour Lab","http://www.visibone.com/colorlab/big.html","",0);
			Menu4_10_5_3=new Array("Popups","http://www.visibone.com/popups","",0);
		Menu4_10_6=new Array("Visual InterDev","http://msdn.microsoft.com/vinterdev","",0);
		Menu4_10_7=new Array("W3Schools.com","http://www.w3schools.com","",0);
		Menu4_10_8=new Array("Web Developer's Virtual Library","http://www.wdvl.com","",0);
		Menu4_10_9=new Array("Web Review","http://www.webreview.com","",0);
		Menu4_10_10=new Array("WebDeveloper.com","http://www.webdeveloper.com","",0);
		Menu4_10_11=new Array("Webmonkey","http://hotwired.lycos.com/webmonkey","",0);
		Menu4_10_12=new Array("WebReference","http://www.webreference.com","",0);
		Menu4_10_13=new Array("ZD Net Developer","http://www.zdnet.com/developer","",0);

Menu5=new Array("Humour","javascript:top.location.href='index.htm'","",6);
	Menu5_1=new Array("Dilbert","http://www.dilbert.com","",0,20,160);
	Menu5_2=new Array("Dumb laws","http://www.dumblaws.com","",0);
	Menu5_3=new Array("Fark","http://www.fark.com","",0);
	Menu5_4=new Array("Framley Examiner","http://www.framleyexaminer.com","",0);
	Menu5_5=new Array("Memepool","http://www.memepool.com","",0);
	Menu5_6=new Array("Unmaintainable code","http://mindprod.com/unmain.html","",0);
	
