var ProfileNav = [
  ["To Our Clients","profile.php#client"]
];

var SearchNav = [
  ["To Our Clients","profile.php#client"],
  ["Consulting","services.php#consulting"],
  ["Consultants","services.php#consultants"],
  ["Onsite Consulting","services.php#onsiteconsulting"],
    ["Training","expertise.php#training"],
  ["Project Management","expertise.php#projman"],
  ["Call Center","expertise.php#callcenter"]


];
var ServicesNav = [
  ["Consulting","services.php#consulting"],
  ["Consultants","services.php#consultants"],
  ["Onsite Consulting","services.php#onsiteconsulting"],
  ["What We Do","services.php#whatwedo"]
];
var ExpertiseNav = [
  ["Training","expertise.php#training"],
  ["Project Management","expertise.php#projman"],
  ["Call Center","expertise.php#callcenter"]
];

var TechnologiesNav = [
  ["Data Warehouse","technologies.php#datawarehouse"],
  ["Custom Development","technologies.php#customdevelopment"],
  ["ERP","technologies.php#erp"],
  ["Business Intelligence","technologies.php#businessintelligence"],
  ["Java / Internet stuff","technologies.php#java"]
];


var nav = ["Profile","Services","Expertise","Technologies","Search"];
function generateNav() { for (var i=0; i<nav.length; i++) { generateMenu(eval(nav[i]+'Nav'),nav[i]); } }

