

// menu locations (id, x, width)

function createHdrNav(){

	cHM("company",209,101,110);

	cHM("solutions",290,101,175);

	cHM("services",382,101,128);

	cHM("delivery",406,101,131);

	cHM("careers",526,101,98);

	isHC=true;

};

// top navigation menu graphics

topnav_graphics={

company: {on: "images/company_onmouse.gif", off: "images/company_main.gif"},

solutions: {on: "images/solutions_onmouse.jpg", off: "images/solutions_main.jpg"},

services: {on: "images/services_onmouse.gif", off: "images/services_main.gif"},

delivery: {on: "images/delivery_onmouse.gif", off: "images/delivery_main.gif"},

careers: {on: "images/careers_onmouse.gif", off: "images/careers_main.gif"}

}



// header dropdown menus

menu_company=[

["header"],

["About us","company/aboutus.html",0],

["Skills Portfolio","company/skillsportfolio.html",0],

["Core Philosophy","company/corephilosophy.html",0],

["Why Automate","company/whyautomatetesting.html",0],

["Why Outsource","company/whyoutsource.html",0],

["Why Zenqa","company/whyzenqa.html",0],

["footer"]

]



menu_solutions=[

["header"],

["Software Product Release QA","solutions/isv.html",0],

["Outsourced Development QA","solutions/osdev.html",0],

["footer"]

]



menu_services=[

["header"],

["Functional Testing","services/functionaltesting.html",0],

["Test Automation","services/Testautomation.html",0],

//["White Box Testing","services/whiteboxtesting.html",0],

["Performance Testing","services/performancetesting.html",0],

["Security Testing","services/securitytesting.html",0],

["Certification Testing","services/certificationtesting.html",0],

["footer"]

]



menu_delivery=[

["header-right"],

	["Five Step Plan","delivery/fivestepplan.html",0],

	["Test Documentation","delivery/testdocumentation.html",0],

	["Test Facilities","delivery/testfacilities.html",0],

["footer"]

]



menu_careers=[

["header-right"],

["Test Lead","careers/testlead.html",0],

["Test Analyst","careers/testanalyst.html",0],

["footer"]

]





