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)}

// Editable properties START here //
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[		// style1 is an array of properties. This means that menus can have their own style.
"808080",		// Mouse Off Font Color
"ffffff",		// Mouse Off Background Color
"800000",		// Mouse On Font Color - ffebdc
"e9e9e9",		// Mouse On Background Color- 4b0082
,			// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Helvetica",	// Font Name
4,			// Menu Item Padding
,	 		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"ffff00",		// 3D High Color- 66ffff
"ccffff",		// 3D Low Color -000099
,		// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
, 		 	// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
,			// Menu Item Separator Color
]

style2=[		// style1 is an array of properties. This means that menus can have their own style.
"000000",		// Mouse Off Font Color
"e9e9e9",		// Mouse Off Background Color
"000000",		// Mouse On Font Color- ffebdc
"ffffff",		// Mouse On Background Color
"000000",		// Menu Border Color 
11,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Helvetica",	// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
, 			// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
"navy",			// Menu Item Separator Color
]



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
235,		// Menu Top - The Top position of the menu in pixels
200,		// Menu Left - The Left position of the menu in pixels
85,		// Menu Width - Menus width in pixels
,		// Menu Border Width 
"center",		// Screen Position - "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 (1=on/0=off)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: 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 (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,		// Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount 
,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Background image for menu when BGColor set to transparent.
,		// Scrollable Menu
,		// Reserved for future use
"Separator Bar"
,"&nbsp;Home&nbsp;","http://firstchoicestaff.com/index.html",,"",1
,"&nbsp;About Us&nbsp;","http://firstchoicestaff.com/about.html",,"",1
,"&nbsp;Services&nbsp;","http://firstchoicestaff.com/services.html",,"",1
,"&nbsp;Employers&nbsp;","http://firstchoicestaff.com/clients.html",,"",1
,"&nbsp;Contact Us&nbsp;","http://firstchoicestaff.com/contact.html",,"",1
,"&nbsp;Candidates&nbsp;","show-menu=candidates",,"",1
,"&nbsp;Resources&nbsp;","show-menu=resources",,"",1
])
addmenu(menu=["Candidates",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Looking For Work","http://firstchoicestaff.com/looking_for_work.html",,"Looking For Work",1
	,"How To Apply","http://firstchoicestaff.com/how_to_apply.html",,"How To Apply",1
	,"Ask The Recruiter","http://firstchoicestaff.com/ask_the_recruiter.html",,"Ask The Recruiter",1
	,"Resources","http://firstchoicestaff.com/client_resources.html",,"Resources",1
	,"Your Next Step","http://firstchoicestaff.com/next_step.html",,"Your Next Step",1
	,"Careers Plus Resumes","http://www.cpresumes.com target=_blank",,"Careers Plus Resumes",1
])
addmenu(menu=["Resources",,,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Questions?","http://firstchoicestaff.com/ask_the_recruiter.html",,"Questions?",1
	,"Employers","http://firstchoicestaff.com/employers.html",,"Employers",1
	,"Candidates","http://firstchoicestaff.com/candidates.html",,"Candidates",1
])


dumpmenus()