/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='FF5123';			// Background color when mouse is not over
	var LowSubBgColor='FF5123';			// Background color when mouse is not over on subs
	var HighBgColor='ffffff';			// Background color when mouse is over
	var HighSubBgColor='ffffff';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='548584';			// Font color when mouse is over
	var FontSubHighColor='548584';			// Font color subs when mouse is over
	var BorderColor='006600';			// Border color
	var BorderSubColor='006600';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Gill Sans MT"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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 '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=186;				// 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 LeftPaddng=4;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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=['',1,1,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("Home","default.asp","",0,26,104);

Menu2=new Array("Products","","",4,26,110);
	
	Menu2_1=new Array("Consumables","","",2,26,110);
		Menu2_1_1=new Array("Ink Cartridges","","",5,26,110);
			Menu2_1_1_1=new Array("HP","prodtype.asp?PT_ID=1391","",0,26,110);
			Menu2_1_1_2=new Array("Epson","prodtype.asp?PT_ID=1392","",0,26,110);
			Menu2_1_1_3=new Array("Lexmark","prodtype.asp?PT_ID=1393","",0,26,110);
			Menu2_1_1_4=new Array("Canon","prodtype.asp?PT_ID=1394","",0,26,110);
			Menu2_1_1_5=new Array("Jet Tec","prodtype.asp?PT_ID=1420","",0,26,110);
		Menu2_1_2=new Array("Papers & Labels","","",4,26,110);
			Menu2_1_2_1=new Array("HP Photo Paper","prodtype.asp?PT_ID=1004","",0,26,130);
			Menu2_1_2_2=new Array("Epson Photo Paper","prodtype.asp?PT_ID=1423","",0,26,130);
			Menu2_1_2_3=new Array("Canon Photo Paper","prodtype.asp?PT_ID=1447","",0,26,130);
			Menu2_1_2_4=new Array("Avery Labels","prodtype.asp?PT_ID=1060","",0,26,130);	
		
	Menu2_2=new Array("Software","","",3,26,110);
		Menu2_2_1=new Array("Sage","","",4,26,110);		
			Menu2_2_1_1=new Array("Instant","prodtype.asp?PT_ID=1431","",0,26,110);
			Menu2_2_1_2=new Array("Line 50","prodtype.asp?PT_ID=1425","",0,26,110);
			Menu2_2_1_3=new Array("Payroll","prodtype.asp?PT_ID=1426","",0,26,110);
			Menu2_2_1_4=new Array("Stationery","prodtype.asp?PT_ID=1427","",0,26,110);
		Menu2_2_2=new Array("ACT!","","",1,26,110);		
			Menu2_2_2_1=new Array("Professional","prodtype.asp?PT_ID=1450","",0,26,110);
		Menu2_2_3=new Array("Anti-Virus Software","","",2,36,110);
			Menu2_2_3_1=new Array("BullGuard","prodtype.asp?PT_ID=1430","",0,26,110);
			Menu2_2_3_2=new Array("Norton","prodtype.asp?PT_ID=1429","",0,26,110);
		
	Menu2_3=new Array("Cables","","",6,26,110);
		Menu2_3_1=new Array("USB","prodtype.asp?PT_ID=1433","",0,26,110);
		Menu2_3_2=new Array("FireWire","prodtype.asp?PT_ID=1434","",0,26,110);
		Menu2_3_3=new Array("Modem","prodtype.asp?PT_ID=1435","",0,26,110);
		Menu2_3_4=new Array("Power","prodtype.asp?PT_ID=1436","",0,26,110);
		Menu2_3_5=new Array("Network","prodtype.asp?PT_ID=1437","",0,26,110);
		Menu2_3_6=new Array("Other","prodtype.asp?PT_ID=1446","",0,26,110);
	
	Menu2_4=new Array("Accessories","","",5,26,110);		
		Menu2_4_1=new Array("Mice","prodtype.asp?PT_ID=1438","",0,26,110);
		Menu2_4_2=new Array("Memory Cards","","",4,26,110);		
			Menu2_4_2_1=new Array("Compact Flash","prodtype.asp?PT_ID=1440","",0,26,110);
			Menu2_4_2_2=new Array("Secure Digital","prodtype.asp?PT_ID=1442","",0,26,110);
			Menu2_4_2_3=new Array("xD","prodtype.asp?PT_ID=1443","",0,26,110);
			Menu2_4_2_4=new Array("Memory Stick","prodtype.asp?PT_ID=1444","",0,26,110);
		Menu2_4_3=new Array("USB Flash Memory Sticks","prodtype.asp?PT_ID=1445","",0,36,110);
		Menu2_4_4=new Array("Webcams","prodtype.asp?PT_ID=1451","",0,26,110);
		Menu2_4_5=new Array("Headsets & Microphones","prodtype.asp?PT_ID=1452","",0,36,110);
		
Menu3=new Array("Services","","",3,26,110);
	Menu3_1=new Array("Web Design","webdesign.asp","",0,26,110);
	Menu3_2=new Array("Web Hosting & Domain Names","webhosting.asp","",0,36,110);
	Menu3_3=new Array("PC Repairs","repairs.asp","",0,26,110);			
		
Menu4=new Array("My Account","customer_showorder.asp","",0,26,104);
			
Menu5=new Array("FAQ","","",3,26,103);
	Menu5_1=new Array("Delivery","about.asp","",0,26,103);
	Menu5_2=new Array("Terms","about.asp","",0,26,103);	
	Menu5_3=new Array("Returns","about.asp","",0,26,103);	

Menu6=new Array("Contact","contact.asp","",0,26,100);
	
	
	
	
	


