/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=19;			// Number of first level items
	var LowBgColor='yellow';         		// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1; 			// 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=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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=1;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("New Dimension Intro","flash.php?img=images/ADI-New-Dimensions-Intro.swf&w=640&h=480","",0,20,138);
Menu2 =new Array("Flash Interface 1","http://adventdigital.net/designs/F1/flash.html","",0,20,138);
Menu3 =new Array("Flash Interface 2","http://adventdigital.net/designs/F2/flashi2.html","",0,20,138);
Menu4 =new Array("Flash Interface 3","http://adventdigital.net/designs/F3/flashi3.html","",0,20,138);
Menu5 =new Array("Flash Interface 4","http://adventdigital.net/designs/F4/flashi4.html","",0,20,138);
Menu6 =new Array("Flash Interface 5","http://adventdigital.net/designs/F5/flashi5.html","",0,20,138);
Menu7 =new Array("Flash Interface 6","http://adventdigital.net/designs/F6/flashi6.html","",0,20,138);
Menu8 =new Array("Flash Interface 7","http://adventdigital.net/designs/F7/flashi7.html","",0,20,138);
Menu9 =new Array("Simple Intro 1","flash.php?img=images/ADI-No1.swf&w=640&h=327","",0,20,138);
Menu10=new Array("Simple Intro 2","flash.php?img=images/ADI-No2.swf&w=760&h=387","",0,20,138);
Menu11=new Array("Simple Intro 3","flash.php?img=images/ADI-Firehose.swf&w=640&h=480","",0,20,138);
Menu12=new Array("Simple Intro 4","flash.php?img=images/ADI-Logo-Bkg.swf&w=640&h=480","",0,20,138);
Menu13=new Array("Christian Youth","flash.php?img=images/Big-Jesus.swf&w=640&h=480","",0,20,138);
Menu14=new Array("Interface Menu","flash.php?img=images/Slider2[1].swf&w=640&h=480","",0,20,138);
Menu15=new Array("Break Apart Lettering","flash.php?img=images/ADI-Flying-string.swf&w=601&h=480","",0,20,138);
Menu16=new Array("Complex Intro w/Sound","flash.php?img=images/AdventDigital.swf&w=720&h=400","",0,20,138);
Menu17=new Array("Eye Game","flash.php?img=images/Exploding-eye.swf&w=735&h=500","",0,20,138);
Menu18=new Array("Eye Clinic","flash.php?img=images/Blanco-EyeWorks.swf&w=550&h=400","",0,20,138);
Menu19=new Array("Flash Interface","flash.php?img=images/Eye-Flash-Website.swf&w=716&h=400","",0,20,138);

