// was version 3.3.11 now adjusted for 3.5 on sept 16 02 -- Andy's patched version

// The following line is critical for menu operation, and must appear only once.



menunum=0;

menus=new Array();

_d=document;



function addmenu()

	{

	menunum++;

	menus[menunum]=menu;}



function dumpmenus()

	{

	mt="<script language=javascript>";

	for(a=1;a<menus.length;a++)

		{

		mt+=" menu"+a+"=menus["+a+"];"}

	mt+="<\/script>";

	_d.write(mt)}



//Please leave above line intact



ie55=(navigator.appVersion.indexOf("MSIE 5.5")!=-1)?true:false;

if(ie55)

	{effect = "Shadow(color=111111, Direction=135, Strength=6)"	// 111111  135  6

	}

else

	{effect = "Fade(duration=0.4);Shadow(color=111111, Direction=135, Strength=6)"

	}

//on line above, fade 0.3 higher=slower coming on; alpha style 0 opacity 100

timegap=600		// 1000 The time delay menus remain visible 
followspeed=4		// 5  Follow Scrolling speed (orig 5)
followrate=40		// 40  Follow Scrolling Rate (orig 40)
suboffset_top=0;	// 0   Sub menu offset Top position... was -1
suboffset_left=1;	// 1   Sub menu offset Left position 
closeOnClick = true  	// added this from v3.5 goes on line 14

style1=[		// style1 is a properties array. As many prop arrays as u need. each menu cn hv own style.
"eeeeee",		// eeeeee  Mouse Off Font Color
"483F48",		// 483F48  *** Mouse Off Background Color
"000099",		// ffff00  now ffff00 Mouse On Font Color (ffff66 is color for regular links)
"66cc66",		// 000000  Mouse On Background Color
"ffcc66",		// eeeeee  Border Color try 99ffcc ffa700 ff4d00 
10,				// 11     Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",		// Font Weight (bold or normal) was bold, now normal
"Verdana, Arial",	// Font Name
5,				// Menu Item Padding 5
"arrow.gif",	// Sub Menu Image (blank if not needed)
,				// just , 3D Border & Separator bar--nothing here just a comma
"ffffff",		// 66ffff  3D High Color
"666666",		// 000099  3D Low Color
"ffffff",		// cc00ff  Current Page Item Font Color (leave blank to disable)
"336666",		// 33ff00  Current Page Item Background Color (leave blank to disable)
"arrowdn.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",		// ffffff  Menu Header Font Color (Leave blank if headers not needed)
"000099",		// 000099  Menu Header Background Color (Leave blank if headers not needed)
"B8A3B8",		// new in this version menu item separator color - or just a comma
]

style2=[		// style1 is a properties array. As many prop arrays as u need. each menu cn hv own style.
"eeeeee",		// eeeeee  Mouse Off Font Color
"483F48",		// 483F48  *** Mouse Off Background Color
"000099",		// ffff00  now ffff00 Mouse On Font Color (ffff66 is color for regular links)
"66cc66",		// 000000  Mouse On Background Color
"ff6600",		// eeeeee  Border Color try 99ffcc ffa700 ff4d00 
10,				// 11     Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",		// Font Weight (bold or normal) was bold, now normal
"Verdana, Arial",	// Font Name
5,				// Menu Item Padding 5
"arrow.gif",	// Sub Menu Image (blank if not needed)
,				// just , 3D Border & Separator bar--nothing here just a comma
"ffffff",		// 66ffff  3D High Color
"666666",		// 000099  3D Low Color
"ffffff",		// cc00ff  Current Page Item Font Color (leave blank to disable)
"336666",		// 33ff00  Current Page Item Background Color (leave blank to disable)
"arrowdn.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",		// ffffff  Menu Header Font Color (Leave blank if headers not needed)
"000099",		// 000099  Menu Header Background Color (Leave blank if headers not needed)
"B8A3B8",		// new in this version menu item separator color - or just a comma
]

// 8888888888888888888888888   START OF MENU   888888888888888888888888888888888

addmenu(menu=[		// This is array that contains menu properties and details
"mainmenu",		// Menu Name -  for the menu to be called
45,			// Menu Top - was 28 px now 31 to fit mac
60,		// Menu Left - 351 to 355
,			// Menu Width in px was just comma.if something here then each column is the same
2,			// Menu Border Width 1,
,			// Screen Post'n-use "center;left;right;middle;top;bottom" or combo "center:middle"
style1,		// Properties Array - this is set higher up, as above
1,			// Always Visible -  (1=on/0=off)
"left",		// Alignment- txt alignmnt-valid: left, right, center, Add "&nbsp;" for L padding
effect,		// Filter - Text variable setting transitional fx on menu activation - see above
1,			// Follow Scroll-menu item follows user dwn screen (always visible) (1=on/0=off)
1, 			// Horizontal Menu - menu becomes horizontal instead of top to bottom (1=on/0=off)
,			// Keep Alive-visible til usr moves over/clicks somewhere else(1=on/0=off)
,			// Position of TOP sub image left:center:right
,	        // was obsolete-now Sets Overall Width Horiz Menu 100% + height to specified amt(blank=disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// now Background image for menu when BGColor set to transparent.
,			// now Scrollable Menu
,			// Reserved for future use
,"&nbsp;HOME&nbsp;&nbsp;&nbsp;","http://av.rslweb.com/WUFC/",,"",0
,"&nbsp;Section&nbsp;&nbsp;&nbsp;","show-menu=section",,"",1
])

	addmenu(menu=["section",
	,,130,1,"",style2,,"left",effect,,,,,,,,,,,, 
	,"&nbsp;Drivers","drivers.htm",,,0
	,"&nbsp;Enclosure","enclosure.htm",,,0
	,"&nbsp;X-over (WIP)","xo.htm",,,0
	,"&nbsp;Measurements & Tests (pending)","",,"",0
	])

	
dumpmenus()
