// the various measurements and the font colours:
// the first number is the menu width
// the second and third number is the menu position from left and top respectively
// then their are 6 colours:
// 1: font colour mouse not over
// 2: font colour mouse over
// 3: box background colour mouse not over
// 4: box background colour mouse over
// 5: box outline colour
// 6: box separator colour

arMenu1 = new Array(
130,

155,"80",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"Our approach","about.asp",0,
"Background","about_background.asp",0
)

arMenu2 = new Array(
130,

155,"110",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"How do we recruit?","clients.asp",0,
"Who do we recruit?","clients_who.asp",0,
"Why use a Recruiter?","clients_why.asp",0
)



arMenu3 = new Array(
130,

155,"138",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"Current assignments","vacancies.asp",0,
"Why contact us?","why_contact_us.asp",0)



arMenu4 = new Array(
130,

155,"195",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"Client registration","register.asp",0,
"Candidate registration","register_candidate.asp",0)



arMenu5 = new Array(
130,

155,"167",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"Client testimonials","testimonials.asp",0,
"Candidate testimonials","testimonials_candidate.asp",0)



arMenu6 = new Array(
130,

155,"253",
"#333333","#990000",
"#e5e5e5","#cccccc",
"#CCCCCC","#CCCCCC",
"Published Articles","articles.asp",0,
"What's the market like?","resources.asp",0


)


