timegap=500
followspeed=5
followrate=40
suboffset_top=20;
suboffset_left=10;
effect = "fade(duration=0.4);Shadow(color='#777777', Direction=135, Strength=5)"
effect2 = "fade(duration=.5);Shadow(color='#ffffff', Direction=90, Strength=0)"

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"5861a3",					// Off Back Color
"990000",					// On Font Color
"5861a3",					// On Back Color
"ffffff",					// Border Color
10,						    // Font Size
"normal",					// Font Style 
"BOLD",						// Font Weight
"Verdana,Tahoma,Helvetica", // Font
1,						    // Padding
"",					     	// Sub Menu Image (Leave blank if not needed)
0,					     	// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",					    	// Referer item Font Color (leave this blank to disable)
"",					    	// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays asyou 										                            //need
"000000",					// Off Font Color
"ffffff",					// Off Back Color
"000000",					// On Font Color
"999999",					// On Back Color
"FFFFFF",					// Border Color
10,					    	// Font Size
"normal",					// Font Style 
"BOLD",						// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
6,						    // Padding
"",					    	// Sub Menu Image (Leave blank if not needed)
10,					    	// 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
25,						    // Top
275,						// left
150,						// 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
"center",					// Alignment - sets the menu elements alignment, HTML values are valid here 							 							//for example: left, right or center
effect2,					// 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 					
,					    	// Keep Alive - Keeps the menu visible until the user moves over another menu 					
                            //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
 

//MAIN MENU ITEMS
"LEARN","show-menu3","#","",1,
"CAREER STORIES","http://genxdesign.net/optoutforum",,,1,
"QUESTIONNAIRE","show-menu4",,"",1,
"PRESS ROOM","show-menu2",,"",1
]

//PRESS ROOM MENU
menu2=[48,762,90,3,,prop2,0,"center",effect2,0,0,,,,,
"Media Appearances","media.html",,,1,
"Author Interviews","media.html#questions",,,1,
"Biographies","about.html",,,1,
"Endorsements","endorsements.html",,,1
]

//LEARN MENU
menu3=[48,289,120,3,,prop2,0,"center",effect2,0,0,,,,,
"Teaching Room","info.html",,,1,
"Family Friendly Firm","family.html",,,1
]
//Questionnaire MENU
menu4=[48,590,120,3,,prop2,0,"center",effect2,0,0,,,,,
"Questionnaire","questions.html",,,1,
"Free Company Audit","audit.html",,,1
]