/***********************************************************************************
*	(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=14;			// Number of first level items
	var LowBgColor='#C0C0C0';			// Background color when mouse is not over
	var LowSubBgColor='#C0C0C0';			// Background color when mouse is not over on subs
	var HighBgColor='#C0C0C0';			// Background color when mouse is over
	var HighSubBgColor='#C0C0C0';			// Background color when mouse is over on subs
	var FontLowColor='blue';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// Font color subs when mouse is not over
	var FontHighColor='#FF0080';			// Font color when mouse is over
	var FontSubHighColor='#FF0080';			// Font color subs when mouse is over
	var BorderColor='#C0C0C0';			// Border color
	var BorderSubColor='#C0C0C0';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=45;				// 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=3;				// Left padding
	var TopPaddng=1;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='left';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',10,10,'images/tridown.gif',10,10,'images/trileft.gif',10,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","home.htm","",0,15,145);
Menu2=new Array("ADS Overview", "ads_overview.htm", "",0,15,145);	
Menu3=new Array("Support Capabilities", "ads_support.htm", "",0,15,145);	
Menu4=new Array("Tools Overview", "products.htm", "",0,15,145);	
Menu5=new Array("Gurus to go", "gurus.htm", "",0,15,145);	
Menu6=new Array("Productivity Tools","","",13);
	Menu6_1=new Array("Enforcer", "enforcer.htm", "",0,15,85);	
	Menu6_2=new Array("EnforcerDraft", "enforcerdraft.htm", "",0,15,85);	
	Menu6_3=new Array("CartoMap", "cartomap.htm", "",0,15,85);	
	Menu6_4=new Array("SmarTools", "smartools.htm", "",0,15,85);	
	Menu6_5=new Array("ParcelTools", "Parceltools.htm", "",0,15,85);	
	Menu6_6=new Array("GeoTools", "geotools.htm", "",0,15,85);	
	Menu6_7=new Array("DgnAudit", "Dgnaudit.htm", "",0,15,85);	
	Menu6_8=new Array("Stamp56", "stamp56.htm", "",0,15,85);	
	Menu6_9=new Array("GeoLink", "geolink.htm", "",0,15,85);	
	Menu6_10=new Array("Cellvage", "cellvage.htm", "",0,15,85);	
	Menu6_11=new Array("BackIt", "backit.htm", "",0,15,85);	
	Menu6_12=new Array("GdaAudit", "gdaaudit.htm", "",0,15,85);	
	Menu6_13=new Array("Translators", "translat.htm", "",0,15,85);	
Menu7=new Array("Software Downloads", "", "",2);	
	Menu7_1=new Array("Evaluation Software", "evaluation_software.htm", "",0,15,120);	
	Menu7_2=new Array("Upgrade Software", "upgrade_software.htm", "",0,15,120);
Menu8=new Array("Information Request", "inforequest.htm", "",0,15,145);	
Menu9=new Array("ADS Documentation", "documentation.htm", "n",0,15,145);	
Menu10=new Array("Technical Bulletins", "techtips.htm", "",0,15,145);	
Menu11=new Array("Shareware/Freeware", "shareware.htm", "",0,15,145);	
Menu12=new Array("Cad Links", "links.htm", "",0,15,145);	
Menu13=new Array("Resellers", "resellers.htm", "",0,15,145);	
Menu14=new Array("Contacts", "contact.htm", "",0,15,145);	
	

