timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

root = "http://www.nwasthma.com/"

// Define properties of menus
prop1=[						// properties array
"ffffff",					// Font Color
"666666",					// Background Color
"000000",					// Font Hover Color
"cccccc",					// Background On Color
"999999",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font Type
3,							// Padding
root+"images/arrow.gif",			    // Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Bar Color
"000099",					// 3D Low Bar Color
"",							// Visited item Font Color (leave this blank to disable)
"",							// Visited item Back Color (leave this blank to disable)
]							// end properties array


// Define Menus and parameters
menu1=[				// 1.Menu 1 parameters and details
16,				// 2.Top 
93,				// 3.Left
94,				// 4.Width
0,					// 5.Border Width
"left",			    // 6.Screen Position - "center; middle; right"
prop1,				// 7.Properties Array
1,					// 8.Always Visible
"center",			// 10.Alignment - sets the menu elements alignment: left, right or center
,					// 11.Filter - Text variable for setting transitional effects on menu 																		activation
,					// 12.Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// 13.Horizontal Menu - Tells the menu to be horizontal
,					// 14.Keep Alive - Keeps the menu visible until the user moves over another menu
,					// 15.Position of sub image - left: center: right: middle: top: bottom
,					// 16.Show an image on top menu bars indicating a sub menu exists below
,					// 17.Reserved for future use

// Define top-level nav
// Format: "Description", "Submenu", "URL", "Status-Bar", "Separator Border",
"Home",root+"index.asp",,"Home",1,
"About Us","show-menu2",root+"about/default.asp","All About NAAC",1,
"Services","show-menu4",root+"services/default.asp","Our Services",1,
"Resources","show-menu5",root+"resources/default.asp","News and Resources",1,
"Contact Us",root+"contact/default.asp",,"How to Contact Us",1
]

// Define About Us menu
menu2=[
,,140,1,"",prop1,,"left",,,,,,,,
"History",root+"about/history.asp",,,0,
"Employment",root+"about/employment.asp",,,0,
"Locations",root+"about/locations.asp",,,0,
"Shot Hours",root+"about/shothours.asp",,,0,
"Profiles","show-menu3",,,0
]
	// Define Profiles submenu
	menu3=[
	,,120,1,"",prop1,,"left",,,,,,,,
	"Doctors",root+"about/physicians.asp",,,0,
	"Associates",root+"about/associates.asp",,,0
	]

// Define Services menu
menu4=[
,,140,1,"",prop1,,"left",,,,,,,,
"Description",root+"services/descriptions.asp",,,0,
"Appointments",root+"services/appointments.asp",,,0,
"Billing",root+"services/billing.asp",,,0,
"Policies",root+"services/policies.asp",,,0,
"Forms",root+"services/forms.asp",,,0
]

// Define Resources menu
menu5=[
,,170,1,"",prop1,,"",,,,,,,,
"NAAC News",root+"resources/news.asp",,,0,
"Links & Resources",root+"resources/resources.asp",,,0,
"Asthma/Allergy Info",root+"resources/info.asp",,,0,
"Pollen Count",root+"resources/pollen.asp",,,0
]

// Define Contact Us menu (not used)
menu6=[
,,140,1,,prop1,,"left",,,,,,,,
"Contact Info","#.htm",,,0,
"Feedback Form","#.htm",,,0
]
