  /***********************************************
*	(c) Ger Versluis 2000 version 20.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=7;			// 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="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="";			// Font color when mouse is not over
	var FontHighColor="";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=11;				// 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="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=144;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=2;				// Left padding
	var TopPaddng=-0;			// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="nav";				// 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.kedronuk.com/";				// http://www.kedronuk.com/  OR file:///Y|/Sites/www.kedronuk.com/. 

	var Arrws=["",5,10,"",10,5,"",5,10,"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// 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 OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	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
						// 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 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 MenuShadow="";

	var MenuOpacity="";

	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+"images/menu/home.gif?"+BaseHref+"images/menu/over/home.gif","index.php","",0,25,99,"","","","","","",-1,-1,-1,"","Kedron Home Page");

Menu2=new Array("rollover?"+BaseHref+"images/menu/company.gif?"+BaseHref+"images/menu/over/company.gif","","",4,25,100,"","","","","","",-1,-1,-1,"","Company");
	Menu2_1=new Array("About Us","company/about.php","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffFFFF","arial",-1,-1,-1,"","About Us");
	Menu2_2=new Array("Case Studies","company/case_studies.php","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffFFFF","arial",-1,-1,-1,"","case Studies");
	Menu2_3=new Array("Vacancies","company/vacancies.php","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffFFFF","arial",-1,-1,-1,"","Vacancies");
	Menu2_4=new Array("Contact","company/contact.php","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffFFFF","arial",-1,-1,-1,"","Contact");

Menu3=new Array("rollover?"+BaseHref+"images/menu/products.gif?"+BaseHref+"images/menu/over/products.gif","products/index.htm","",7,25,100,"","","","","","",-1,-1,-1,"","Products");
	Menu3_1=new Array("Observer","products/observer/index.php","",7,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");
		Menu3_1_1=new Array("Observer Std","products/observer/range/observer_standard.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");
		Menu3_1_2=new Array("Observer Expert","products/observer/range/observer_expert.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");		
		Menu3_1_3=new Array("Observer Suite","products/observer/range/observer_suite.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");
		Menu3_1_4=new Array("GigaStor","products/observer/range/gigastor.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");		
		Menu3_1_5=new Array("Reporting Server","products/observer/range/reporting_server.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");
		Menu3_1_6=new Array("Taps","products/observer/range/taps.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");		
		Menu3_1_7=new Array("Link Analyst","products/observer/range/link_analyst.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Observer");
	Menu3_2=new Array("Managecloud","products/managecloud/index.php","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Managecloud");	
	Menu3_3=new Array("Infosim","products/infosim/index.php","",3,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","infosim");
		Menu3_3_1=new Array("StableNet Express","products/infosim/express.php","",0,13,115,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","infosim");	
		Menu3_3_2=new Array("StableNet Enterprise","products/infosim/enterprise.php","",0,13,115,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","infosim");
		Menu3_3_3=new Array("StableNet Telco","products/infosim/telco.php","",0,13,115,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","infosim");
	Menu3_4=new Array("Fluke - EPM","products/crannog/index.htm","",7,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");				
		Menu3_4_1=new Array("NetFlow Tracker","products/crannog/range/netflow_tracker.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_2=new Array("ResponseWatch","products/crannog/range/response_watch.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_3=new Array("Netwhere","products/crannog/range/netwhere.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_4=new Array("OneView","products/crannog/range/oneview.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_5=new Array("NetWatch","products/crannog/range/netwatch.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_6=new Array("VPM","products/crannog/range/VPM.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");
		Menu3_4_7=new Array("PfR Manager","products/PfRManager.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Crannog");										
	Menu3_5=new Array("Alterpoint","products/alterpoint/index.htm","",1,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Alterpoint");
		Menu3_5_1=new Array("Network Authority","products/alterpoint/range/network_authority.htm","",0,13,115,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Alterpoint");				
//	Menu3_6=new Array("Neon","about/the_academy.htm","",2,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Neon");
//		Menu3_6_1=new Array("LANSurveyor","products/neon/index.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Neon");
//		Menu3_6_2=new Array("CyberGauge","about/the_academy.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Neon");
	Menu3_6=new Array("Codima","products/codima/index.htm","",3,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");				
		Menu3_6_1=new Array("AutoAsset","products/codima/range/autoasset.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");
		Menu3_6_2=new Array("AutoMap","products/codima/range/automap.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");								
		Menu3_6_3=new Array("AutoVoIP","products/codima/range/autovoip.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");
	Menu3_7=new Array("SolarWinds","products/solarwinds/Orion/Orion.htm","",1,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");				
		Menu3_7_1=new Array("Orion","products/solarwinds/Orion/Orion.htm","",0,13,100,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Codima");
		
										
Menu4=new Array("rollover?"+BaseHref+"images/menu/solutions.gif?"+BaseHref+"images/menu/over/solutions.gif","","",6,25,100,"","","","","","",-1,1,-1,"","Solutions");
	Menu4_1=new Array("Network Analysis & Mgmt","solutions/network_analysis_and_management.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Network Analysis & Management");
	Menu4_2=new Array("Bandwidth & QoS Management","solutions/bandwidth_and_qos_management.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Bandwidth & QoS Management");
	Menu4_3=new Array("Change & Config Mgmt","solutions/change_configuration_management.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Change & Configuration Management");				
	Menu4_4=new Array("Discovery & Mapping","solutions/discovery_and_mapping.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Discovery & Mapping");				
	Menu4_5=new Array("VoIP","solutions/voip_solutions.php","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#cccccc","arial",-1,-1,-1,"","VoIP");
	Menu4_6=new Array("Network Management Service","products/managecloud/index.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#cccccc","arial",-1,-1,-1,"","Network Management Service");

Menu5=new Array("rollover?"+BaseHref+"images/menu/services.gif?"+BaseHref+"images/menu/over/services.gif","","",3,25,100,"","","","","","",-1,-1,-1,"","Services");
	Menu5_1=new Array("Professional Services","services/professional/index.php","",4,13,180,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"","Professional Services");
		Menu5_1_1=new Array("Health Checks","services/professional/health_checks.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"","Health Checks");
		Menu5_1_2=new Array("Install & Config","services/professional/installation_and_configuration.php","",0,13,140,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"","Installation & Configuration");
		Menu5_1_3=new Array("VoIP","solutions/voip_pre_deployment_testing.php","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"","VoIP Pre Deployment Testing");
		Menu5_1_4=new Array("Training","services/professional/training.php","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"","Training");		
	Menu5_2=new Array("Support","services/support/index.php","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Support Services");
	Menu5_3=new Array("Network Management Service","products/managecloud/index.htm","",0,13,180,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Network Management Service");
//		Menu5_2_1=new Array("Knowledge Bases","services/support/knowledge_base.htm","",0,13,110,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Vendor Knowledge Base");
//		Menu5_2_2=new Array("Request Support","services/support/request_support.htm","",0,13,110,"#ff6600","#ff6600","#ffffff","#333333","#ffffff","arial",-1,-1,-1,"","Request Product Support");
		
Menu6=new Array("rollover?"+BaseHref+"images/menu/downloads.gif?"+BaseHref+"images/menu/over/downloads.gif","downloads/index.htm","",3,25,101,"","","","","","",-1,-1,-1,"","Downloads");
	Menu6_1=new Array("Software","downloads/software/index.htm","",0,13,130,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"left","Software Downloads");
	Menu6_2=new Array("Whitepapers","downloads/whitepapers/index.htm","",0,13,130,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"left","Whitepaper Downloads");
	Menu6_3=new Array("Product Brochures","downloads/brochures/index.php","",0,13,130,"#ff6600","#ff6600","#ffffff","#333333","#FFFFFF","arial",-1,-1,-1,"left","Product Brochure Downloads");

Menu7=new Array("rollover?"+BaseHref+"images/menu/news.gif?"+BaseHref+"images/menu/over/news.gif","news/index.htm","",0,25,100,"","","","","","",-1,-1,-1,"","News");
