
<!--
	// DHTML Menu version 3.0 (beta)
	// written by Andy Woolley
	// Copyright 2001 Andy Woolley. All Rights Reserved.
	//
	// Please feel free to use this code on your own website free of charge.
	// You can also distribute and modify this source code as long as this
	// Copyright notice remains intact and that you send me notice that you
	// intend to use this code on your website. 

timegap=400
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=10;

effect = "wipe(duration=0);"

prop1=[					// prop1 is an array of properties for the main nav bar
"ffffff",				// Off Font Color
"005d6e",				// Off Back Color
"ffffff",				// On Font Color
"137e92",				// On Back Color
"005d6e",				// Border Color
8,						// Font Size
"normal",				// Font Style 
"bold",					// Font Weight
"Verdana,arial,tahoma",	// Font
7,						// Padding
"",	// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator
"666666",				// 3D High Color
"999999",				// 3D Low Color
"",						// Referer item Font Color (leave this blank to disable)
"",						// Referer item Back Color (leave this blank to disable)
]


prop2=[					// prop2 is an array of properties for the sub menus
"ffffff",				// Off Font Color
"005d6e",				// Off Back Color
"ffffff",				// On Font Color
"137e92",				// On Back Color
"ffffff",				// Border Color
8,						// Font Size
"normal",				// Font Style 
"normal",				// Font Weight
"Verdana,Helvetica,trebuchet MS,sans-serif",	// Font
5,						// Padding
"",						// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator
"",						// 3D High Color
"",						// 3D Low Color
"",						// Referer item Font Color (leave this blank to disable)
"",						// Referer item Back Color (leave this blank to disable)
]

menu1=[					// This is the array that contains your menu properties and details
240,					// Top
1,						// left
200,					// Width
0,						// Border Width
"left",		        	// Screen Position - here you can use "center;left;right;middle;top;bottom"
prop1,					// 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 alignment, HTML values are valid here for example: left, right or center
,						// Filter - Text variable for setting transitional effects on menu activation
0,						// Follow Scrolling - Tells the menu item to follow the user down the screen
0, 						// 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
"right",				// 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



// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

"<img src=images/bullet_white.gif> Home","default.asp",",",,1,
"<img src=images/bullet_white.gif> Advantage","advantage.asp",",",,1,
"<img src=images/bullet_white.gif> Methods","methods.asp",",",,1,
"<img src=images/bullet_white.gif> Services","services.asp",",",,1,
"<img src=images/bullet_white.gif> Testimonials","testimonials.asp",",",,1,
"<img src=images/bullet_white.gif> Positions","positions.asp",",",,1,
"<img src=images/bullet_white.gif> Press Room","pressroom.asp",",",,1,
<!--"<img src=images/bullet_white.gif> Resources","show-menu2","",,1,-->
"<img src=images/bullet_white.gif> About Us","about.asp",,,1,
"<img src=images/bullet_white.gif> Contact Us","contact.asp",,,1
]

menu2=[
,,150,1,"",prop2,,"left",effect,,,,,,,
"Articles","articles.asp",,,1,
"Literature","literature.asp",,,1,
"Tools","tools.asp",,,1,
"Testimonials","testimonials.asp",,,1
]


//-->