//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("", "home", "home",  "http://www.ccspl.net", null);
//	menu.addItem("ERid", "Earhquake RELIEF", "ER",  "http://www.ccspl.net/Earthquake/eqhome.html", null);
   menu.addItem("companyid", "company", "company",  null, null);
 //menu.addItem("productsid", "products", "products",  null, null);
	menu.addItem("servicesid", "services", "services",  null, null);
	menu.addItem("employersid", "employers", "employers",  null, null);
   menu.addItem("jobseekerid", "job seekers", "job seekers",  null, null);
   menu.addItem("currentjobsid", "current jobs", "http://www.ccspl.net/ccspl/jobscategorySelectCompany.do", null);
   menu.addItem("CCSglobalid", "CCS global", "CCS global",  null, null);

   
 // menu.addSubItem("ERid", "EARTHQUAKE RELIEF", "EARTHQUAKE RELIEF",  "http://www.ccspl.net/Earthquake/eqhome.html", "");
         
	menu.addSubItem("companyid", "over view", "over view",  "http://www.ccspl.net/company/AboutUs.html", "");
	menu.addSubItem("companyid", "core team", "core team",  "http://www.ccspl.net/company/CoreTeam.html", "");
	menu.addSubItem("companyid", "advisors", "advisors",  "http://www.ccspl.net/company/advisors.html", "");
	menu.addSubItem("companyid", "locations", "locations",  "http://www.ccspl.net/company/locations.html", "");
   menu.addSubItem("companyid", "clients", "clients",  "http://www.ccspl.net/company/clients.html", "");
	menu.addSubItem("companyid", "check mails", "check mails",  "http://www.ccspl.net/squirrelmail", "_blank");
	
 //	menu.addSubItem("productsid", "eRecruiter", "eRecruiter",  "http://www.ccspl.net/products/erecruiter.html", "");
 //	menu.addSubItem("productsid", "email extractor", "email extractor",  "http://www.ccspl.net/products/eextract.html", "");
 //	menu.addSubItem("productsid", "eHealth Care", "eHealth Care",  "http://www.ccspl.net/products/ehealth.html", "");
 //	menu.addSubItem("productsid", "eCRM", "eCRM",  "http://www.ccspl.net/products/ecrm.html", "");
 //	menu.addSubItem("productsid", "eTrader", "eTrader",  "http://www.ccspl.net/products/etrader.html", "");
	
	menu.addSubItem("servicesid", "recruitment", "recruitment",  "http://www.ccspl.net/services/recruit.html", "");
   menu.addSubItem("servicesid", "contract manpower", "contract manpower",  "http://www.ccspl.net/services/recruit.html", "");
   menu.addSubItem("servicesid", "training", "training",  "http://www.ccspl.net/services/training.html", "");
   menu.addSubItem("servicesid", "trainers", "trainer",  "http://www.ccspl.net/services/resourcep.html", "");
   menu.addSubItem("servicesid", "CCS resources", "recruitment",  "http://www.ccspl.net/company/infobyte.html", "");
 //menu.addSubItem("servicesid", "software development", "software development",  "http://www.ccspl.net/services/softdev.html", "");
		
	menu.addSubItem("employersid", "job posting", "job posting",  "http://www.ccspl.net/employers/employers.html", "");
	menu.addSubItem("employersid", "resume' forwarding", "resume' forwarding",  "http://www.ccspl.net/employers/employers.html", "");
	menu.addSubItem("employersid", "other services", "other services", "http://www.ccspl.net/employers/employers.html", "");
	
   menu.addSubItem("jobseekerid", "submit re'sume'", "submit re'sume'",  "http://www.ccspl.net/jobseeker/submitres.html", "");
   menu.addSubItem("jobseekerid", "job notification", "job notification",  "http://www.ccspl.net/jobseeker/submitres.html", "");
	menu.addSubItem("jobseekerid", "career tips", "career tips",  "http://www.ccspl.net/jobseeker/submitres.html", "");
                     
	menu.addSubItem("currentjobsid", "Search By Category", "Category",  "http://www.ccspl.net/ccspl/jobscategorySelectCompany.do", "");
	menu.addSubItem("currentjobsid", "Search By Skills", "Skills",  "http://www.ccspl.net/ccspl/searchJob.do?param=4", "");
	menu.addSubItem("currentjobsid", "Search By KeyWord", "KeyWord",  "http://www.ccspl.net/ccspl/searchJob.do?param=4", "");
//	menu.addSubItem("currentjobsid", "fresher jobs", "fresher jobs",  "http://www.ccspl.net/injobs/in.fresherjobs.html", "");
	
	menu.addSubItem("CCSglobalid", "india", "india",  "http://www.ccspl.net/company/in.home.html", "");
 	menu.addSubItem("CCSglobalid", "USA", "USA",  "http://www.ccspl.net/usa/us.home.html", "");
//	menu.addSubItem("CCSglobalid", "singapore", "singapore",  "http://www.ccspl.net/sing/sg.home.html", "");
//	menu.addSubItem("CCSglobalid", "indonesia", "indonesia",  "http://www.ccspl.net/indo/id.home.html", "");


	menu.showMenu();
}