//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{

menu = new Menu();

//begin edit
//AddItem(id, text, hint, location, alternativeLocation);

menu.addItem(null,"Home","","../index.html",null);
menu.addItem("staffid","Staff Recruitment","",null,null);
menu.addItem("servicesid","Inter-Office Services","",null,null);
menu.addItem("jobsid","Jobs &amp; Careers","",null,null);
menu.addItem("registerid","How To Register","",null,null);
menu.addItem("aboutid","About EAA","",null,null);
menu.addItem("faqid","FAQ","",null,null);
menu.addItem("indexid","Index","","../webindex.html",null);

//menu.addSubItem("staffid","&nbsp;","","","");
menu.addSubItem("staffid","Permanent Placement","","../staff/index.html","");
menu.addSubItem("staffid","Temporary Employment","","../staff/temporary.html","");
//menu.addSubItem("staffid","Contract Staff","","../staff/contract.html","");
menu.addSubItem("staffid","Terms &amp; Conditions","","../staff/terms.html","");
menu.addSubItem("staffid","&nbsp;","","","");

//menu.addSubItem("servicesid","&nbsp;","","","");
menu.addSubItem("servicesid","Administration and Secretarial","","../services/index.html","");
menu.addSubItem("servicesid","Staff Payroll","","../services/index.html","");
menu.addSubItem("servicesid","&nbsp;","","","");

//menu.addSubItem("jobsid","&nbsp;","","","");
menu.addSubItem("jobsid","Search Current Opportunities","","../jobs/index.php","");
menu.addSubItem("jobsid","&nbsp;","","","");

//menu.addSubItem("registerid","&nbsp;","","","");
menu.addSubItem("registerid","Qualifications and Experience","","../register/index.html","");
menu.addSubItem("registerid","Application Form","","../register/form.html","");
menu.addSubItem("registerid","&nbsp;","","","");

//menu.addSubItem("aboutid","&nbsp;","","","");
menu.addSubItem("aboutid","Profile","","../about/index.html","");
menu.addSubItem("aboutid","History","","../about/history.html","");
menu.addSubItem("aboutid","Client Portfolio","","../about/clients.html","");
menu.addSubItem("aboutid","Contact Directory","","../about/contact.html","");
menu.addSubItem("aboutid","&nbsp;","","","");

//menu.addSubItem("faqid","&nbsp;","","","");
menu.addSubItem("faqid","Employers","","../faq/index.html","");
menu.addSubItem("faqid","Jobseekers","","../faq/jobseeker.html","");
menu.addSubItem("faqid","&nbsp;","","","");

//end edit

menu.showMenu();
}
