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.3);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
// Note: no apostrophes, even escaped, in a link description. Apostrophes CAN be used in visible link words, but must not be escaped
timegap=500				// The time delay for menus to remain visible
followspeed=10			// Follow Scrolling speed
followrate=10			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position


// 7356B5 is purple / light blue
// FFCC33 is yellow
// 333366 is dark blue
// F5C932 is yellow

style1=[					// 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.
"333366",					// Mouse Off Font Color
"F5C932",					// Mouse Off Background Color
"F5C932",			        // Mouse On Font Color
"333366",					// Mouse On Background Color
"333366",					// Menu Border Color
11,						    // Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial, Helvetica, sans-serif",	// Font Name
4,							// Menu Item Padding
"arrow.gif",		        // Sub Menu Image (Leave this blank if not needed)
0,							// 3D Border & Separator bar
"333366",					// 3D High Color
"333366",					// 3D Low Color
"F5C932",					// Referer Item Font Color (leave this blank to disable)
"333366",					// Referer Item Background Color (leave this blank to disable)
"miniLogo.gif",				// Top Bar image (Leave this blank to disable)
"FFFFFF",			        // Menu Header Font Color (Leave blank if headers are not needed)
"7356B5",				    // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"mainmenu",					// Menu Name - This is needed in order for the menu to be called
150,							// Menu Top - The Top position of the menu in pixels
1, 						// Menu Left - The Left position of the menu in pixels
120,							// Menu Width - Menus width in pixels
2,							// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,						// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,							// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times)
0, 							// Horizontal Menu - Tells the menu to become 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
"right",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,"Scientific Digital","# type=header;align=center;",,"Welcome to Scientific Digital Content Management!",1
,"<p><form style=\"margin:1px; padding:0px;\";\" action=\"http://www.scientificdigital.com/Search/Index.cfm\"><input type=\"text\" title=\"Enter your key words to search Scientific Digital.\" name=\"keywords\" onFocus=\"this.value=\'\' \" value=\"  keywords\" size=9><br><input type=\"submit\" value=\"Search Site\" STYLE=\"background-color: 7356B5; font-size:8pt; color:FFFFFF;\"></form>","# type=form;align=center;",,"",1
,"Union Navigation","# type=header;align=center;",,"",1
,"<B>Information on Demand</B>","index.cfm","#","Why go Static?",1
,"<B>Web Statistics</B>","webStatistics.cfm","#","See Web Statistics Data, Graphs, and Maps",1
//,"<B>Our Story</B>","story.cfm","#","Our Beginnings",1
])
dumpmenus()

