/***********************************************************************************
*	(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 BannerWidth = 800;
    var BannerHeight = 0;
    var MarginTop = 0;
    var MarginLeft = 0;
	
	var NoOffFirstLineMenus=10;			// Number of first level items
	// Top Level Menu Colors
	var LowBgColor='#990000';			// Normal BG (top-level)
	var FontLowColor='#FFFFFF';			// Normal FG (top-level)
	var HighBgColor='#990000';			// Highlight BG (top-level)
	var FontHighColor='#FFFFFF';		// Highlight FG (top-level)
	// Sub-menu colors
	var LowSubBgColor='#FCFCFC';		// Normal BG (child menus)
	var FontSubLowColor='#555555';		// Normal FG (child menus)
	var HighSubBgColor='#990000';		// Highlight BG (child menus)
	var FontSubHighColor='#FFFFFF';		// Highlight FG (child menus)
	// Border Colors
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#BCBCBC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	//var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontFamily="Arial"	// 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=0;			// vertical overlap child/ parent
	var StartTop=BannerHeight+MarginTop+1;				// Menu offset x coordinate
	var StartLeft=MarginLeft;				// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='ZL_HEADER';			// Frame where first level appears
	var SecLineFrame='ZL_CONTENT';			// Frame where sub levels appear
	var DocTargetFrame='ZL_CONTENT';			// Frame where target documents appear
	var TargetLoc='horiznav';				// 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=['/images/red.gif',5,10,'',0,0];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var bgimg="/images/blockdefault.gif";
var bgsel="/images/blockdefault.gif";
var bgleft="/images/blockleft.gif";
var bgrt="/images/blockright.gif";
var sub1="/images/top.gif";
var sub2="/images/bottom.gif";

// 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("","",bgleft,0,20,40);
Menu2=new Array("Home","/",bgimg,0,20,65)
Menu3=new Array("overview","/overview",bgimg,4,20,95);
	Menu3_1=new Array("Introduction","/overview","",0,20,130);
	Menu3_2=new Array("History of Archiving","/overview/history-of-archiving.html","",0);
	Menu3_3=new Array("Why Archive?","/overview/why-archive.html","",0);
	Menu3_4=new Array("Archiving Truths","/overview/archiving-truths","",3);
	Menu3_4_1=new Array("Are You Ready?","/overview/archiving-truths/are-you-ready.html","",0,20,100);
	Menu3_4_2=new Array("The Right People","/overview/archiving-truths/support.html","",0);
	Menu3_4_3=new Array("Big Storage Bill?","/overview/archiving-truths/archiving-costs.html","",0);
Menu4=new Array("products","/products",bgimg,3,20,95);
	Menu4_1=new Array("ZL Unified Archive","/products","",4,20,120);
	Menu4_1_1=new Array("Discovery","/products/email-archiving/ediscovery.html","",0,20,90);
	Menu4_1_2=new Array("Compliance","/products/email-archiving/compliance.html","",0);
	Menu4_1_3=new Array("Storage","/products/email-archiving/storage-optimization.html","",0);
	Menu4_1_4=new Array("Security","/products/email-archiving/security.html","",0);
	Menu4_2=new Array("Awards","/products/awards","",0);
	Menu4_3=new Array("Testimonials","/products/testimonials","",0);
Menu5=new Array("solutions","/solutions",bgimg,3,20,95);
	Menu5_1=new Array("The ZL Advantage","/solutions","",4,20,120);
	Menu5_1_1=new Array("Search","/solutions/zladvantage/search.html","",0,20,99);
	Menu5_1_2=new Array("Scalability","/solutions/zladvantage/scalability.html","",0);
	Menu5_1_3=new Array("Availability","/solutions/zladvantage/availability.html","",0);
	Menu5_1_4=new Array("Flexibility","/solutions/zladvantage/flexibility.html","",0);
	Menu5_2=new Array("By Challenge","","",5,20,120);
	Menu5_2_1=new Array("Legal Discovery","/solutions/challenges/legal-discovery.html","",0,20,120);
	Menu5_2_2=new Array("Compliance","/solutions/challenges/compliance.html","",0,20,120);
	Menu5_2_3=new Array("Storage Optimization","/solutions/challenges/storage-optimization.html","",0,20,120);
	Menu5_2_4=new Array("Records Management","/solutions/challenges/records-management.html","",0,20,120);
	Menu5_2_5=new Array("Content Control","/solutions/challenges/content-control.html","",0,20,120);
	Menu5_3=new Array("By Industry","","",6,20,120);
	Menu5_3_1=new Array("Banking","/solutions/industry/banking.html","",0,20,120)
	Menu5_3_2=new Array("Financial Services","/solutions/industry/financial.html","",0,20,120);
	Menu5_3_3=new Array("Insurance","/solutions/industry/insurance.html","",0,20,120);
	Menu5_3_4=new Array("Healthcare","/solutions/industry/healthcare.html","",0,20,120);
    Menu5_3_5=new Array("Pharmaceuticals","/solutions/industry/pharmaceuticals.html","",0,20,120);
    Menu5_3_6=new Array("Government/Education","/solutions/industry/government.html","",0,20,120);
Menu6=new Array("customers","/customers",bgimg,2,20,99);
	Menu6_1=new Array("Select","/customers","",0,20,80);
	Menu6_2=new Array("Support","/customers/support","",0);
Menu7=new Array("partners","/partners",bgimg,3,20,95);
	Menu7_1=new Array("Strategic Partners","/partners/technology","",0,20,110);
	Menu7_2=new Array("Resellers","/partners/resellers","",0);
	Menu7_3=new Array("The Z-Club","/partners/zclub","",0);
Menu8=new Array("resources","/resources",bgimg,5,20,95);
	Menu8_1=new Array("brochures","/resources/index.html#brochures","",0,20,110);
	Menu8_2=new Array("case studies","/resources/index.html#case_studies","",0,20,110);
	Menu8_3=new Array("white papers","/resources/index.html#white_papers","",0);
	Menu8_4=new Array("data sheets","/resources/index.html#datasheets","",0);
	Menu8_5=new Array("rules & regulations","/resources/index.html#rule_overviews","",0);
Menu9=new Array("company","/company/about",bgimg,5,20,60);
	Menu9_1=new Array("about ZL","/company/about","",2,20,100);
	Menu9_1_1=new Array("management","/company/about/management.html","",0,20,90);
	Menu9_1_2=new Array("locations","/company/about/locations.html","",0);
	Menu9_2=new Array("Press Room","","",3,20,100);
	Menu9_2_1=new Array("Press Releases","/company/press/releases","",0,20,100);
	Menu9_2_2=new Array("In the News","/company/press/news","",0)
	Menu9_2_3=new Array("Events","/company/press/events","",0);	
	Menu9_3=new Array("ZL v. Gartner","/courtdocs/index.html","",3,20,100);
	Menu9_3_1=new Array("Court Docs","/courtdocs/index.html","",0,20,90);
	Menu9_3_2=new Array("ZL v. Gartner","/courtdocs/zlvgartner.html","",0,20,90);
	Menu9_3_3=new Array("Blog","http://gartner.zlti.com","",0,20,90);
	Menu9_4=new Array("careers","/company/careers","",6);
	Menu9_4_1=new Array("business development & sales","/company/careers/sales.html","",0,20,160);
	Menu9_4_2=new Array("marketing","/company/careers/marketing.html","",0);
	Menu9_4_3=new Array("engineering & development","/company/careers/engineering.html","",0);
	Menu9_4_4=new Array("product management","/company/careers/product-management.html","",0);
	Menu9_4_5=new Array("operations","/company/careers/operations.html","",0);
	Menu9_4_6=new Array("professional services","/company/careers/professional-services.html","",0);
	Menu9_5=new Array("Contact Us","/company/contact","",0);
	Menu9_6=new Array("Site Map","/sitemap","",0);
Menu10=new Array("","",bgrt,0,20,45);

