//** LINKS ***********************************************************
var menu_sub_who = new Menu();
  menu_sub_who.add("","Resumen","CompanyOverview.php",85,"",null);
  menu_sub_who.add("","Personal","People.php",85,"",null);
  menu_sub_who.add("","Oficinas","Offices.php",85,"",null);
  menu_sub_who.add("","Clientes","Clients.php",85,"",null);
  menu_sub_who.add("","Prensa","IncNews.php",85,"",null);
    
var menu_sub_do = new Menu();
  menu_sub_do.add("","Resumen","WhatWeDo.php",85,"",null);
  menu_sub_do.add("","En Detalle","Insights.php",85,"",null);
  
var menu_sub_deliver = new Menu();
  menu_sub_deliver.add("","Resumen","Results.php",115,"",null);
  menu_sub_deliver.add("","Premios","Awards.php",115,"",null);
  menu_sub_deliver.add("","Creatividad","ClientsOverview.php",115,"",null);

// fourth arg specifies width. It must equal the total width of any images that are passed or your submenus will not line up horizontally.
var menu_main = new Menu();
  menu_main.add("home",'<IMG SRC="images/nav_home_off.gif" ID="home" NAME="home" ALT="" WIDTH="43" HEIGHT="9" BORDER="0"><IMG SRC="images/shim.gif" ALT="" WIDTH="26" HEIGHT="9" BORDER="0">',"index.php","69","",null);
  //menu_main.add("whoweare",'<IMG SRC="images/nav_whoweare_off.gif" ID="whoweare" NAME="whoweare" ALT="" WIDTH="95" HEIGHT="9" BORDER="0"><IMG SRC="images/shim.gif" ALT="" WIDTH="26" HEIGHT="9" BORDER="0">',"CompanyOverview.php","121","",menu_sub_who);
  menu_main.add("whatwedo",'<IMG SRC="images/nav_whatwedo_off.gif" ID="whatwedo" NAME="whatwedo" ALT="" WIDTH="81" HEIGHT="9" BORDER="0"><IMG SRC="images/shim.gif" ALT="" WIDTH="26" HEIGHT="9" BORDER="0">',"WhatWeDo.php","107","",null);
//  menu_main.add("results",'<IMG SRC="images/nav_results_off.gif" ID="results" NAME="results" ALT="" WIDTH="75" HEIGHT="9" BORDER="0"><IMG SRC="images/shim.gif" ALT="" WIDTH="26" HEIGHT="9" BORDER="0">',"Awards.php","101","",menu_sub_deliver);
