n1 = new Image(); 
n1.src = "images/n_about.gif";
r1 = new Image(); 
r1.src = "images/r_about.gif";
s1 = new Image(); 
s1.src = "images/s_about.gif";

n2 = new Image(); 
n2.src = "images/n_team.gif";
r2 = new Image(); 
r2.src = "images/r_team.gif";
s2 = new Image(); 
s2.src = "images/s_team.gif";

n3 = new Image(); 
n3.src = "images/n_portfolio.gif";
r3 = new Image(); 
r3.src = "images/r_portfolio.gif";
s3 = new Image(); 
s3.src = "images/s_portfolio.gif";

n4 = new Image(); 
n4.src = "images/n_services.gif";
r4 = new Image(); 
r4.src = "images/r_services.gif";
s4 = new Image(); 
s4.src = "images/s_services.gif";

n5 = new Image(); 
n5.src = "images/n_news.gif";
r5 = new Image(); 
r5.src = "images/r_news.gif";
s5 = new Image(); 
s5.src = "images/s_news.gif";

n6 = new Image(); 
n6.src = "images/n_community.gif";
r6 = new Image(); 
r6.src = "images/r_community.gif";
s6 = new Image(); 
s6.src = "images/s_community.gif";

n7 = new Image(); 
n7.src = "images/n_ceo.gif";
r7 = new Image(); 
r7.src = "images/r_ceo.gif";
s7 = new Image(); 
s7.src = "images/s_ceo.gif";

n8 = new Image(); 
n8.src = "images/n_investors.gif";
r8 = new Image(); 
r8.src = "images/r_investors.gif";
s8 = new Image(); 
s8.src = "images/s_investors.gif";

function changeImage(imgName, imgSrc){
 document.images[imgName].src = imgSrc.src;
}


var isIE = (document.all)?true:false
var isNN = (document.getElementById && !isIE)?true:false
var isMAC = (navigator.userAgent.toLowerCase().indexOf("mac")!=-1)?true:false

var layerRef = (isNN) ? 'document.getElementById("' : 'document.all.';
var styleRef = (isNN) ? '").style' : '.style';
var topRef = (isNN) ? '.top' : '.pixelTop';
var leftRef = (isNN) ? '.left' : '.pixelLeft';
var activeMenu = 0;
var buble = false;


if (isNN) var topPixel = 105;
else var topPixel = 102;
leftPixel = new Array();
leftPixel[0] = 0;
leftPixel[1] = 20;
leftPixel[2] = 40;
leftPixel[3] = 95;
leftPixel[4] = 120;
leftPixel[5] = 130;
leftPixel[6] = 387;
leftPixel[7] = 463;
leftPixel[8] = 0;



if (isNN)
{
 document.captureEvents(Event.MOUSEMOVE);
 document.onmousemove = checkUp;
}
 else document.onmouseover = killMenu;


function activateSelected(menuLayerRef){
 buble = true;
 activateMenu(menuLayerRef);
 buble = false;
}

function activateMenu(menuLayerRef){
 if (activeMenu != menuLayerRef)
 {
  if (activeMenu) 
   hideMenu("menu" + activeMenu);
  menuID = "menu" + menuLayerRef;
  activeMenu = menuLayerRef;	
  eval(layerRef + menuID + styleRef + topRef + ' = ' + topPixel);
  eval(layerRef + menuID + styleRef + leftRef + ' = ' + leftPixel[menuLayerRef]);
  showMenu(menuID);
 }
 if (!isNN && !buble) window.event.cancelBubble = true;
}

function showMenu(menuID) {
 eval(layerRef + menuID + styleRef + '.visibility = "visible"');
 if (selectedSection != activeMenu)
  document.images["m" + activeMenu].src = eval("r" + activeMenu + ".src"); 
}

function hideMenu(menuID){
 eval(layerRef + menuID + styleRef + '.visibility = "hidden"');
 if (selectedSection != activeMenu)
  document.images["m" + activeMenu].src = eval("n" + activeMenu + ".src"); 
}

function killMenu(){
 if (selectedSection > 0) 
  activateSelected(selectedSection)
 else
 {
  if (activeMenu)
  {
   menuID = "menu" + activeMenu;
   hideMenu(menuID);
   activeMenu = 0;
  }
 }  
}

function checkUp(e){
 if (isNN && (activeMenu != 0))
 {
  var x = e.pageX;
  var y = e.pageY;
  var x1 = eval('document.getElementById("menu' + activeMenu + '").style.width') + leftPixel;
  var y1 = topPixel[activeMenu]-19;
  var y2 = eval('document.getElementById("menu' + activeMenu + '").style.height') + topPixel;
  if ((y < y1) || (y > y2) || (x < leftPixel) || (x > x1)) setTimeout("killMenu()", 5000);
 }
}


function spanIn(theSpan){
 theSpan.className='overSpan';
}

function spanOut(theSpan){
 theSpan.className='outSpan';
}

function changeImage(imgName, imgSrc){
 document.images[imgName].src = imgSrc.src;
}


document.write("<div id=menu1 onmouseover='activateMenu(1);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='about_overview.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Overview</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='about_history.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>History</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='about_investment_focus.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Investment Focus</span></a></td>");
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='about_global_presence.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Global Presence</span></a></td>");
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='about_investors.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Investors</span></a></td>");
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu2 onmouseover='activateMenu(2);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='team_overview.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Overview</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='team_members.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Team Members</span></a></td>"); 
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu3 onmouseover='activateMenu(3);' class=subMenuDiv>");
document.write("</div>");


document.write("<div id=menu4 onmouseover='activateMenu(4);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='services_overview.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Overview</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='services_marketing.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Marketing & Branding</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='services_hr.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>HR & Recruitment Management</span></a></td>");
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu5 onmouseover='activateMenu(5);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='news_pitango.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Pitango In The News</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='news_portfolio.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Portfolio In The News</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='articles.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Feature Articles</span></a></td>");
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='events.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Events</span></a></td>");
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu6 onmouseover='activateMenu(6);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='ventures.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Ventures</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='campaigns.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Campaigns</span></a></td>"); 
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu7 onmouseover='activateMenu(7);' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=0 cellpadding=0><tr>");
document.write(" <tr><td><img src=images/pixel.gif width=1 height=2></td></tr><tr>");
document.write("  <td class=bgMenuTD nowrap><a href='ceo_events.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Forum Events</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='ceo_qa.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>Q&A</span></a></td>"); 
document.write("  <td class=menuWhite nowrap> | </td>"); 
document.write("  <td class=bgMenuTD nowrap><a href='ceo_directory.asp'><span onmouseover='spanIn(this)' onmouseout='spanOut(this)' class=outSpan>CEO Directory</span></a></td>"); 
document.write(" </tr><tr><td><img src=images/pixel.gif width=1 height=10></td></tr></table>");
document.write("</div>");


document.write("<div id=menu8 onmouseover='activateMenu(8);' class=subMenuDiv>");
document.write("</div>");
