/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#727272';			// Background color when mouse is not over
	var LowSubBgColor='#9C9B9B';			// Background color when mouse is not over on subs
	var HighBgColor='#9C9B9B';			// Background color when mouse is over
	var HighSubBgColor='#727272';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=2;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=227;				// Menu offset x coordinate
	var StartLeft=16;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='';				// span id for relative positioning
	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
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/techtree/jsp/techtree/sitedesign/techtree/images/tri.gif',5,10,'/sitedesign/techtree/images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

	//var pth = '/techtree/jsp/index.jsp?file=subsection';
	//var mainpth = '/techtree/jsp/index.jsp?file=section';
	//var linkpth= '/techtree/jsp/index.jsp?file=links.jsp&linkcatid=0';

	var pth = 'index.jsp?file=subsection';
        var mainpth = 'index.jsp?file=section';
        var linkpth= 'index.jsp?file=links.jsp&linkcatid=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("Basics",mainpth+"&id=501&section=Basics","",7,18,135);
	Menu1_1=new Array("Monitors",pth+"&id=630&section=Basics&subsection=Monitors","",0,18,150);	
	Menu1_2=new Array("CD/DVD-ROMs",pth+"&id=631&section=Basics&subsection=CD/DVD-ROMs","",0);	
	Menu1_3=new Array("CD/DVD-RWs",pth+"&id=633&section=Basics&subsection=CD/DVD-RWs","",0);	
	Menu1_4=new Array("Processors",pth+"&id=635&section=Basics&subsection=Processors","",0);	
	Menu1_5=new Array("Motherboards",pth+"&id=636&section=Basics&subsection=Motherboards","",0);	
	Menu1_6=new Array("Input Devices",pth+"&id=533&section=Basics&subsection=Input Devices","",0);	
	Menu1_7=new Array("Sound Cards",pth+"&id=542&section=Basics&subsection=Sound Cards","",0);	
	
Menu2=new Array("Peripherals",mainpth+"&id=506&section=Peripherals","",5,18);
	Menu2_1=new Array("Printers",pth+"&id=637&section=Peripherals&subsection=Printers","",0,18,150);	
	Menu2_2=new Array("Scanners",pth+"&id=638&section=Peripherals&subsection=Scanners","",0);	
	Menu2_3=new Array("Speakers",pth+"&id=536&section=Peripherals&subsection=Speakers","",0);	
	Menu2_4=new Array("Graphics Accelerators",pth+"&id=537&section=Peripherals&subsection=Graphics Accelerators","",0);	
	Menu2_5=new Array("TV Tuners and Video Capture Cards",pth+"&id=545&section=Peripherals&subsection=TV Tuners and Video Capture Cards","",0);	

Menu3=new Array("Entertainment",mainpth+"&id=508&section=Entertainment","",4,18);
	Menu3_1=new Array("Portable Audio/Video",pth+"&id=571&section=Entertainment&subsection=Portable Audio/Video","",0,18,150);
	Menu3_2=new Array("Digital Cameras",pth+"&id=572&section=Entertainment&subsection=Digital Cameras","",0);
	Menu3_3=new Array("Speaker Systems",pth+"&id=573&section=Entertainment&subsection=Speaker Systems","",0);
	Menu3_4=new Array("Cool Tools",pth+"&id=618&section=Entertainment&subsection=Cool Tools","",0);

Menu4=new Array("Mobile Computing",mainpth+"&id=510&section=Mobile Computing","",4,18);
	Menu4_1=new Array("Portable Storage",pth+"&id=611&section=Mobile Computing&subsection=Portable Storage","",0,18,150);
	Menu4_2=new Array("PDAs",pth+"&id=612&section=Mobile Computing&subsection=PDAs","",0);
	Menu4_3=new Array("Phones",pth+"&id=614&section=Mobile Computing&subsection=Phones","",0);
	Menu4_4=new Array("Notebooks",pth+"&id=616&section=Mobile Computing&subsection=Notebooks","",0);

Menu5=new Array("Software",mainpth+"&id=509&section=Software","",6,18);
	Menu5_1=new Array("Productivity",pth+"&id=577&section=Software&subsection=Productivity","",0,18,150);
	Menu5_2=new Array("Graphics and Multimedia",pth+"&id=607&section=Software&subsection=Graphics and Multimedia","",0);
	Menu5_3=new Array("Entertainment",pth+"&id=608&section=Software&subsection=Entertainment","",0);
	Menu5_4=new Array("Internet and Networking",pth+"&id=609&section=Software&subsection=Internet and Networking","",0);
	Menu5_5=new Array("System Tools",pth+"&id=610&section=Software&subsection=System Tools","",0);
	Menu5_6=new Array("Security and Privacy",pth+"&id=539&section=Software&subsection=Security and Privacy","",0);

Menu6=new Array("Games",mainpth+"&id=507&section=Games","",3,18);
	Menu6_1=new Array("Reviews",pth+"&id=540&section=Games&subsection=Reviews","",0,18,150);
	Menu6_2=new Array("Tips, Tricks and Tweaks",pth+"&id=541&section=Games&subsection=Tips, Tricks and Tweaks","",0);
	Menu6_3=new Array("Peripherals",pth+"&id=544&section=Games&subsection=Peripherals","",0);

Menu7=new Array("News",mainpth+"&id=502&section=News","",0,18);

Menu8=new Array("Downloads",linkpth,"",0,18);

