/***********************************************************************************
*	(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 NoOffFirstLineMenusR=3;			// Number of first level items
	var LowBgColorR='';				// Background color when mouse is not over
	var HighBgColorR='';			// Background color when mouse is over

	var LowSubBgColorR='1e90ff';		// Background color when mouse is not over on subs
	var HighSubBgColorR='ffd700';			// Background color when mouse is over on subs

	var FontLowColorR='000000';			// Font color when mouse is not over
	var FontHighColorR='000000';			// Font color when mouse is over

	var FontSubLowColorR='f5f5f5';		// Font color subs when mouse is not over
	var FontSubHighColorR='000080';		// Font color subs when mouse is over

	var BorderColorR='';				// Border color
	var BorderSubColorR='';			// Border color for subs

	var BorderWidthR=0;			// Border width
	var BorderBtwnElmntsR=0;			// Border between elements 1 or 0

	var FontFamilyR="arial"			// Font family menu items arial,comic sans ms,technical
	var FontSizeR=8;				// Font size menu items
	var FontBoldR=1;				// Bold menu items 1 or 0
	var FontItalicR=0;				// Italic menu items 1 or 0

	var MenuTextCenteredR='left';			// Item text position 'left', 'center' or 'right'
	var MenuCenteredR='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCenteredR='top';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlapR=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlapR=.2;			// vertical overlap child/ parent

	var StartTopR=0;				// Menu offset x coordinate
	var StartLeftR=0;				// Menu offset y coordinate

	var VerCorrectR=0;				// Multiple frames y correction
	var HorCorrectR=0;				// Multiple frames x correction
	var LeftPaddngR=3;				// Left padding
	var TopPaddngR=2;				// Top padding
	var FirstLineHorizontalR=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL


	var MenuFramesVerticalR=1;			// Frames in cols or rows 1 or 0
	var DissapearDelayR=1000;			// delay before menu folds in
	var TakeOverBgColorR=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrameR='';			// Frame where first level appears
	var SecLineFrameR='';			// Frame where sub levels appear
	var DocTargetFrameR='';			// Frame where target documents appear

	var TargetLocR='MenuPosR';				// span id for relative positioning
	var HideTopR=0;				// Hide first level when loading new document 1 or 0
	var MenuWrapR=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeftR=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClickR=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheckR=0;			// menu tree checking on or off 1 or 0
	var ShowArrowR=0;				// Uses arrow gifs when 1
	var KeepHiliteR=1;				// Keep selected path highligthed
	var ArrwsR=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStartR(){return}
function AfterBuildR(){return}
function BeforeFirstOpenR(){return}
function AfterCloseAllR(){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:Image1R.jpg:Image2R.jpg"

MenuR1=new Array("rollover:nav/mat-1.jpg:nav/mat-2.jpg","Materials.htm","",0,27,72);


MenuR2=new Array("rollover:nav/contact-1.jpg:nav/contact-2.jpg","Contact.htm","",3,27,108);
	MenuR2_1=new Array("Our History","Contact.htm#History","",0,20,150);
	MenuR2_2=new Array("Links","Contact.htm#Links","",0,20,150);	
	MenuR2_3=new Array("Downloadable Forms","Contact.htm#Forms","",0);


MenuR3=new Array("rollover:nav/quote-1.jpg:nav/quote-2.jpg","Quotes.htm","",0,27,90);






