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)
}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=1;	// Sub menu offset Left position

plain_style=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",					// Off Font Color
"#3b499f",					// Off Back Color
"#CC3333",					// On Font Color
"",					// On Back Color
"#33CCCC",					// Border Color
11,							  // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"arial",	// Font Name
1,							  // Menu Item Padding

"",	// Sub Menu Image (Leave this blank if not needed)
0,
							    // 3D Border & Separator bar
"#333399",					// 3D High Color
"",					// 3D Low Color
"#CC3333",					// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",	// Top Bar image (Leave this blank to disable)
,					// Menu Header Font Color (Leave blank if headers are not needed)
,					// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
70,						// Top
183,						// left
,							// Width
0,						// Border Width
"none",			// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,	// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,
,
,

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","index.asp",,"",1
,"&nbsp;&nbsp;&nbsp;Human Anatomy &nbsp;&nbsp;&nbsp;","show-menu=human",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Splints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  ","show-menu=offering",,"",1
,"&nbsp;&nbsp;&nbsp;About Us&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=aboutus",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Site Map&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","site_map.asp",,"",1
,"&nbsp;&nbsp; Disclaimer &nbsp;&nbsp; ","disclaimer.asp",,"",1
,"&nbsp;&nbsp;Contact Us &nbsp;&nbsp;","contactus.asp",,"",1
,"&nbsp;&nbsp;&nbsp;Logout&nbsp;&nbsp;","#",,"",1

])


addmenu(menu=["human",
,,114,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"&nbsp;SPLINT'AGE'","splint_age.asp",,,1
,"&nbsp;HUMAN BODY","human_body.asp",,,1
,"&nbsp;CERVICAL","struc_func.asp?catcode=1",,,1
,"&nbsp;SHOULDER ARM & &nbsp;CLAVICLE","struc_func2.asp?catcode=2",,,1
,"&nbsp;WRIST & FOREARM","struc_func3.asp?catcode=3",,,1
,"&nbsp;CHEST & RIB","struc_func4.asp?catcode=4",,,1
,"&nbsp;BACK","struc_func5.asp?catcode=5",,,1
,"&nbsp;ABDOMEN","fra_dis.asp?catcode=6",,,1
,"&nbsp;KNEE","struc_func7.asp?catcode=7",,,1
,"&nbsp;ANKLE","struc_func8.asp?catcode=8",,,1
,"&nbsp;FINGERS","struc_func9.asp?catcode=9",,,1
,"&nbsp;FRACTURES","struc_func10.asp?catcode=10",,,1
,"&nbsp;FOOT","struc_func11.asp?catcode=11",,,1
,"&nbsp;CONDITIONING","struc_func12.asp?catcode=12",,,1
,"&nbsp;AMBULATION","struc_func13.asp?catcode=13",,,1
,"&nbsp;ANKLE AND FOOT","struc_func14.asp?catcode=14",,,1
])
addmenu(menu=["offering",
,,92,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"&nbsp;MGRM SPLINTS","splints.asp",,,1

])

addmenu(menu=["aboutus",
,,110,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"&nbsp;MESSAGE","message.asp",,,1
,"&nbsp;CORPORATE &nbsp;PROFILE","corporate.asp",,,1
,"&nbsp;LEADERSHIP TEAM","mgrm_team.asp",,,1

])
addmenu(menu=["signin",
,,90,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"&nbsp;REGISTRATION","register.asp",,,1

])

dumpmenus()