/***********************************************************************************
*	(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='1b3382';			// Background color when mouse is not over
	var LowSubBgColor='1B3382';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='96A1C7';			// 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='c2a729';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// 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=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=.05;			// vertical overlap child/ parent
	var StartTop=173;				// 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=5;				// 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=0;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'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("rollover:../sub/systems.gif:../sub/systems_on.gif","","",6,22,182);
	Menu1_1=new Array("Avaya Large Solutions","../systems/avaya_large.html","../home/sub_bg.gif",0,20,150);
	Menu1_2=new Array("Avaya Small/Medium Solutions","../systems/avaya_small.html","../home/sub_bg.gif",0,20,150);
	Menu1_3=new Array("Avaya System Upgrades","../systems/avaya_upgrades.html","../home/sub_bg.gif",0,20,150);
	Menu1_4=new Array("Call Accounting Systems","../systems/call_accounting.html","../home/sub_bg.gif",0,20,150);
	Menu1_5=new Array("Power Back-up Systems","../systems/power_backup.html","../home/sub_bg.gif",0,20,150);
	Menu1_6=new Array("ISI Product Catalog","../site/catalog/ISI Catalog.pdf","../home/sub_bg.gif",0,20,150);

Menu2=new Array("rollover:../sub/telephone.gif:../sub/telephone_on.gif","","",5,22,182);
	Menu2_1=new Array("Telephone Handsets","../telephones/handsets.html","../home/sub_bg.gif",0,20,150);
	Menu2_2=new Array("Circuit Packs Available","../telephones/circuit_packs.html","../home/sub_bg.gif",0);
	Menu2_3=new Array("Refurbished Telephones & Circuit Packs","../telephones/refurbished_telephones.html","../home/sub_bg.gif",0);
	Menu2_4=new Array("Repair","../telephones/repair.html","../home/sub_bg.gif",0,20,150);
	Menu2_5=new Array("ISI Product Catalog","../site/catalog/ISI Catalog.pdf","../home/sub_bg.gif",0);

Menu3=new Array("rollover:../sub/headsets.gif:../sub/headsets_on.gif","","",2,22,182);
	Menu3_1=new Array("Headsets","../headsets/headsets.html","../home/sub_bg.gif",0,20,150);
	Menu3_2=new Array("Audio Conferencing","../headsets/audio_conferencing.html","../home/sub_bg.gif",0,20,150);

Menu4=new Array("rollover:../sub/reference.gif:../sub/reference_on.gif","../reference/client_list.html","",0,21,182);
		
Menu5=new Array("rollover:../sub/services.gif:../sub/services_on.gif","","",5,22,182);
	Menu5_1=new Array("Installation Options","../services/installation_options.html","../home/sub_bg.gif",0,20,150);
	Menu5_2=new Array("Maintenance Options","../services/maintenance_options.html","../home/sub_bg.gif",0,20,150);
	Menu5_3=new Array("Software Implementation Services","../services/software_implementation.html","../home/sub_bg.gif",0,20,150);
	Menu5_4=new Array("Training","../services/training.html","../home/sub_bg.gif",0,20,150);
	Menu5_5=new Array("Professional Services","../services/professional_services.html","../home/sub_bg.gif",0,20,150);

Menu6=new Array("rollover:../sub/about.gif:../sub/about_on.gif","../about_us/index.html","",0,22,182);
	
Menu7=new Array("rollover:../sub/catalog.gif:../sub/catalog_on.gif","../site/catalog/ISI Catalog.pdf","",0,22,182);
	
Menu8=new Array("rollover:../sub/contact.gif:../sub/contact_on.gif","","",3,23,182);
	Menu8_1=new Array("Contact Us","../contact_us/contact.html","../home/sub_bg.gif",0,20,150);
	Menu8_2=new Array("Careers","../contact_us/careers.html","../home/sub_bg.gif",0,20,150);
	Menu8_3=new Array("Service Request","../contact_us/service_request.html","home/sub_bg.gif",0,20,150);