// 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

"ffff00",		// ffff00  now ffff00 Mouse On Font Color (ffff66 is color for regular links)

"000000",		// 000000  Mouse On Background Color

"ff4d00",		// eeeeee  Border Color try 99ffcc ffa700 ff4d00 

11,				// 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

"000000",		// cc00ff  Current Page Item Font Color (leave blank to disable)

"33ff00",		// 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

20,		// Menu Left - 351 to 355

,			// Menu Width in px was just comma.if something here then each column is the same

1,			// 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://rslweb.com/av/DIY/",,"",0

,"&nbsp;Jump-to!&nbsp;&nbsp;&nbsp;","show-menu=jump",,"",1
,"&nbsp;WUF-Center","http://av.rslweb.com/WUFC",,"",0

])



	addmenu(menu=["jump",

	,,130,1,"",style1,,"left",effect,,,,,,,,,,,, 

	,"&nbsp;Dream Prototype","ADproto.htm",,,0

	,"&nbsp;Delivery + Mock-up","init.htm",,,0

	,"&nbsp;Enclosure","show-menu=enclose",,"",1

	,"&nbsp;Listening Test","measure.htm",,,0

	,"&nbsp;Final Product","fin.htm",,"",0

	,"&nbsp;Photo Gallery","http://g2.rslweb.com/main.php?g2_view=core.ShowItem&g2_itemId=655",,,0

	])

	

	addmenu(menu=["enclose",

	,,130,1,"",style1,,"left",effect,,,,,,,,,,,, 

	,"&nbsp;the Box","zbox.htm",,,0

	,"&nbsp;Veneering","zbox2.htm#veneering",,,0

	,"&nbsp;Staining + Lacquer","zbox2.htm#Lacquer",,"",0

	])





dumpmenus()