 /***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/

 var DescriptionMenuColor='navy';
    var DescriptionMenuHighColor='navy';
    var DescriptionMenuFontColor='white';
    var DescriptionMenuFontHighColor='white';
    
 

	var NoOffFirstLineMenus=5;			// 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='white';			// Background color when mouse is not over
	var HighBgColor='navy';			// Background color when mouse is over
	var FontLowColor='#003366';			// Font color when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var BorderColor='#ACACAC';			// Border color
	var BorderWidthMain=2;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=2;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily='Verdana';	// Font family menu items
	var FontSize=12;				// 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="left";			// Menu horizontal position can be: left, center, 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=0;				// 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=2;			// 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="MenuStartHere";				// span id for relative positioning
	var MenuWrap=0;				// 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://mmcsi.net/";	
			// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",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 RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// 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(.......

						// 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 BuildOnDemand=1;			// 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

	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

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=200)";

	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/welcome.jpg?"+BaseHref+"images/welcome.jpg","","",5,20,153,"","","","","","",-1,-1,-1,"","This menu is about General Information");
	Menu1_1=new Array("Home","index.html","",0,20,153,"#FFFFFF","#006699","","","",FontFamily,12,-1,-1,"center","");
	Menu1_2=new Array("Who We Are","AAWelcome/AAWelcome_WhoWeAre.html","",0,20,153,"#FFFFFF","#006699","","","",FontFamily,12,-1,-1,"center","");	
	Menu1_3=new Array("All your questions answered","AAWelcome/All_your_questions_answered.html","",0,40,153,"#FFFFFF","#006699","","","",FontFamily,12,-1,-1,"center","");	
	Menu1_4=new Array("How to use this site","AAWelcome/AAWelcome_How_to_use_site.html","",0,20,153,"#FFFFFF","#006699","","","",FontFamily,12,-1,-1,"center","");
	Menu1_5=new Array("Contact Us","AAWelcome/AAWelcome_How_to_Contact_us.html","",0,20,153,"#FFFFFF","#006699","","","",FontFamily,12,-1,-1,"center","");

	
Menu2=new Array("rollover?"+BaseHref+"images/AUDIOINPUT.jpg?"+BaseHref+"images/AUDIOINPUT.jpg","","",11,20,154,"","","","","","",-1,-1,-1,"","Find out how to deal with your Audio types");
	Menu2_1=new Array("Find out how to deal with your Audio types","","",0,40,154,"#FFFFFF","#FFFFFF","navy","navy","",FontFamily,12,-1,-1,"","center");	
	Menu2_2=new Array("Records","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of Menu2_2
		Menu2_3=new Array("LP 33 rpm","AAAudio/AAAudio_LPs_and_CDs.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");		
		Menu2_4=new Array("45 rpm","AAAudio/AAAudio_LPs_and_CDs.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");			
		Menu2_5=new Array("78 rpm","AAAudio/AAAudio_LPs_and_CDs.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");		
		
	Menu2_6=new Array("Tapes","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of Menu2_3(2nd Menu 3rd SubMenu is 2_6)
		Menu2_7=new Array("Reel To Reel","AAAudio/AAAudio_tapes.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu2_8=new Array("Cassette","AAAudio/AAAudio_tapes.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu2_9=new Array("8-Track","AAAudio/AAAudio_tapes.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		
	Menu2_10=new Array("Digital","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of Menu2_4
		Menu2_11=new Array("CDs","AAAudio/AAAudio_LPs_and_CDs.html","",0,20,154,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	    												
		
Menu3=new Array("rollover?"+BaseHref+"images/VIDEOINPUT.jpg?"+BaseHref+"images/VIDEOINPUT.jpg","","",18,20,155,"","","","","","",-1,-1,-1,"","Find out how to deal with your Video types");
	Menu3_1=new Array("Find out how to deal with your Video types","","",0,40,155,"#FFFFFF","#FFFFFF","navy","navy","",FontFamily,12,-1,-1,"","center");	
	Menu3_2=new Array("Negatives","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of 3rd Menu SubMenu1 which is 3_1
		Menu3_3=new Array("35mm & APS","AAVideo/AAVideo_Neg_35mm_ASP.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu3_4=new Array("Small - Minox, 110","AAVideo/AAVideo_Neg_small.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu3_5=new Array("Medium - 645 to 6x9","AAVideo/AAVideo_Neg_medium.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu3_6=new Array("Large - 6x12 to 8x10, etc.","AAVideo/AAVideo_Neg_large.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu3_7=new Array("Slides","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of 3rd Menu SubMenu2 which is 3_7
		Menu3_8=new Array("35mm, 127, 110","AAVideo/AAVideo_slides.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu3_9=new Array("120, 4x5, 8x10", "AAVideo/AAVideo_slides2.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu3_10=new Array("Prints","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of 3rd Menu SubMenu3, which is 3_10
		Menu3_11=new Array("3.5x4.5, 4x4, 4x5, 4x6", "AAVideo/AAVideo_prints.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		Menu3_12=new Array("5x5, 5x7, up to 8x10", "AAVideo/AAVideo_prints.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");
		Menu3_13=new Array("Paper Documents and Still Flash media", "AAVideo/AAVideo_prints_paperDocs_flashMedia.html","",0,40,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");
	//4th SubMenu which is 3_15
	Menu3_14=new Array("Moving Analog","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of 3rd Menu 6th SubMenu  which is 3_13
		Menu3_15=new Array("TV Tapes", "AAVideo/AAVideo_Analog_Video.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");			
		Menu3_16=new Array("Betamax","AAVideo/AAVideo_Analog_Video.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu3_17=new Array("Moving Digital","","",0,20,154,DescriptionMenuColor,DescriptionMenuHighColor,DescriptionMenuFontColor,DescriptionMenuFontHighColor,"",FontFamily,12,1,-1,"center","");
	//Children of 3rd Menu 7th SubMenu which is 3_17
		Menu3_18=new Array("Video Media", "AAVideo/AAVideo_Video_Media.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
		
Menu4=new Array("rollover?"+BaseHref+"images/PRODUCTOUTPUT.jpg?"+BaseHref+"images/PRODUCTOUTPUT.jpg","","",5,20,155,"","","","","","",-1,-1,-1,"","Find what kinds of output can be created");
	Menu4_1=new Array("Find what kinds of output can be created","","",0,40,155,"#FFFFFF","#FFFFFF","navy","navy","",FontFamily,12,-1,-1,"","center");	
	Menu4_2=new Array("Hard Disk Storage", "AAProducts/AAProducts_Storage.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu4_3=new Array("CDs and Ipods", "AAProducts/AAProducts_CDs.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu4_4=new Array("DVDs","AAProducts/AAProducts_DVDs.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu4_5=new Array("Albums","AAProducts/AAProducts_Albums.html","",0,20,155,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	
Menu5=new Array("rollover?"+BaseHref+"images/COSTESTIMATE.jpg?"+BaseHref+"images/COSTESTIMATE.jpg","","",3,20,153,"","","","","","",-1,-1,-1,"","See here how to deal with your orders");
	Menu5_1=new Array("This is where you can estimate the cost of your Media Conversion","","",0,60,153,"#FFFFFF","#FFFFFF","navy","navy","",FontFamily,12,-1,-1,"","center");	
	Menu5_2=new Array("Get a Cost Estimate","Login.aspx","",0,20,153,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	Menu5_3=new Array("Place an order or Review previous ones","Login.aspx","",0,40,153,"#FFFFFF","#006699","","","",FontFamily,12,-0,-1,"","");	
	

