
timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[							// prop1 is an array of properties you can have as many property arrays as you need
"000000",						// Off Font Color 003366
"FFE374",						// Off Back Color ffffcc
"FFFFFF",						// On Font Color ffffcc  
"119033",						// On Back Color 443f5c  01047A
"FFE374",						// Border Color 999999
10,								// Font Size
"normal",						// Font Style 
"normal",						// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
5,								// Padding 
"../images/arrow.gif",			// Sub Menu Image "menu/trans.gif"
0,								// 3D Border & Separator
"66ffff",						// 3D High Color
"119033",						// 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 you can have as many property arrays as you need
"FFFFFF",						// Off Font Color 003366
"336699",						// Off Back Color ffffcc
"000000",						// On Font Color ffffcc  
"FFE374",						// On Back Color 443f5c  
"336699",						// Border Color 999999
10,								// Font Size
"normal",						// Font Style 
"normal",						// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
5,								// Padding 
"../images/arrow2.gif",			// Sub Menu Image "menu/arrow.gif"
0,								// 3D Border & Separator
"66ffff",						// 3D High Color
"119033",						// 3D Low Color
,								// Referer item Font Color (leave this blank to disable)
,								// Referer item Back Color (leave this blank to disable)
]

prop3=[							// prop3 is an array of properties you can have as many property arrays as you need
"FFFFFF",						// Off Font Color 003366
"336699",						// Off Back Color ffffcc
"000000",						// On Font Color ffffcc  
"FFE374",						// On Back Color 443f5c  
"336699",						// Border Color 999999
10,								// Font Size
"normal",						// Font Style 
"normal",						// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
5,								// Padding 
"../images/clear_spacer.gif",	// Sub Menu Image "menu/arrow.gif"
0,								// 3D Border & Separator
"66ffff",						// 3D High Color
"119033",						// 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
237,							// Top
0,								// left
135,							// Width
,								// Border Width
"left",							// Screen Position - here you can use "center;middle;right"
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
,								// Follow Scrolling - Tells the menu item to follow the user down the screen
, 								// 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
"Travel Health Tips","./Travel_Tips/Index.cfm",,"#",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Before You Leave","show-menu2","./Before_Leaving/First_Step.cfm","#",1,
"While You're Away","show-menu3","./While_Away/Adjust.cfm","#",1,
"After Your Return","./After_Return/Index.cfm",,"#",1,
"Travel Clinic Locator","./Clinics/Clinic_Locator.cfm",,"#",1
]

menu2=[,,150,1,"",prop2,,"left",effect,,,,,,,
"First Step","./Before_Leaving/First_Step.cfm",,"#",1,
"Immunization Facts","./Before_Leaving/Immunization_Facts.cfm",,"#",1,
"Learn The Risks","./Before_Leaving/Learn_Risks.cfm",,"#",1,
"Check Your Destination","./Before_Leaving/Fact_Sheets.cfm",,"#",1,
"Travelers Checklists","show-menu5","./Before_Leaving/travel_checklist1.cfm","#",0
]

menu3=[,,150,1,"",prop3,,"left",effect,,,,,,,
"Adjust","./While_Away/Adjust.cfm",,"#",0,
"Be Aware","./While_Away/Be_Aware.cfm",,"#",0
]

menu4=[,,170,1,"",prop3,,"left",effect,,,,,,,
"Disease Map","./Before_Leaving/Disease_Map.cfm",,"#",0,
"Disease Fact Sheets","./Before_Leaving/Fact_Sheets.cfm",,"#",0
]

menu5=[,,170,1,"",prop3,,"left",effect,,,,,,,
"Health-Wise Travel Checklist","./Before_Leaving/travel_checklist1.cfm",,"#",0,
"First Aid Checklist","./Before_Leaving/travel_checklist2.cfm",,"#",0
]