// JavaScript Document

// Sub Nav function
var arrGeography = new Array();
  arrGeography[0] = "London";
  arrGeography[1] = "Hong Kong";
  arrGeography[2] = "New York";
  arrGeography[3] = "Munich";
  arrGeography[4] = "Doha";
  arrGeography[5] = "Paris";
  arrGeography[6] = "Brighton";
  arrGeography[7] = "Zurich";
  arrGeography[8] = "Global";  
  arrGeography[9] = "United Kingdom";
  arrGeography[10] = "Europe";
  
  
var arrPracticeArea = new Array();
  arrPracticeArea[0] = "Investment Banking";
  arrPracticeArea[1] = "Capital Markets";
  arrPracticeArea[2] = "Asset Management";
  arrPracticeArea[3] = "Alternate Investments";
  arrPracticeArea[4] = "Energy and Commodities";
  arrPracticeArea[5] = "Legal";
  arrPracticeArea[6] = "Risk and Compliance";
  arrPracticeArea[7] = "Tax";
  arrPracticeArea[8] = "Insurance and Pensions";
  arrPracticeArea[9] = "Interim Management";