
function openWin(url)
{
 window.open(url,"openWin","toolbars=0,manubar=0,scrollbars=1,directories=0,location=0,resizable=1,width=480,height=380,left=170,top=30");
}


var isNS = (navigator.appName == "Netscape");
var layerRef = "document.getElementById";
var styleRef = ".style";
var topRef = (isNS) ? ".top" : ".pixelTop";
var leftRef = (isNS) ? ".left" : ".pixelLeft";
var isDynamic = (document.getElementById);
var activeMenu = 0;

function relocateDivs()
{
 if (isNS) var winWidth = innerWidth;
 else var winWidth = document.body.offsetWidth;
 
 if (winWidth < 780) var divsLeft = 9;
 else var divsLeft = Math.round((winWidth / 2) - 390); 
 if (isNS) divsLeft = divsLeft + 8;

 topPixel = 82;
 leftPixel = new Array();
 leftPixel[0] = divsLeft + 0;
 leftPixel[1] = divsLeft + 175 - 5;
 leftPixel[2] = divsLeft + 324 - 5;
 leftPixel[3] = divsLeft + 548 - 5;
 leftPixel[4] = divsLeft + 574;
 leftPixel[5] = 0;
 leftPixel[6] = divsLeft + 655;
}

relocateDivs();


function changeImage(imgName, imgSrc){
 if (!isNS) document.images[imgName].src = imgSrc.src;
}


function activateMenu(menuLayerRef){
 if (isDynamic && 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 (isDynamic && !isNS) window.event.cancelBubble = true;
}

function showMenu(menuID) {
 eval(layerRef + "('" + menuID + "')" + styleRef + '.visibility = "visible"');
 eval(layerRef + "('item" + activeMenu + "')" + ".className='overSpan1'");
}

function hideMenu(menuID){
 eval(layerRef + "('" + menuID + "')" + styleRef + '.visibility = "hidden"');
 eval(layerRef + "('item" + activeMenu + "')" + ".className='outSpan1'");
}


function killMenu(){
 if (activeMenu != 0)
 {
  menuID = "menu" + activeMenu;
  hideMenu(menuID);
  activeMenu = 0;
 }  
}


function spanIn1(theSpan){
 theSpan.className='overSpan1';
}

function spanOut1(theSpan, item){
 if (!activeMenu) theSpan.className='outSpan1';
}

function spanIn2(theSpan){
 theSpan.className='overSpan2';
 if (activeMenu)
 { 
  if (!isNS) eval("item" + activeMenu + ".className='overSpan1'");
 }
}

function spanOut2(theSpan){
 theSpan.className='outSpan2';
}


		


document.write("<div id=menu1 onmouseover='activateMenu(1);' onmouseout='killMenu();' class=subMenuDiv>");
document.write(" <table width=135 border=0 cellspacing=1 cellpadding=1 bgcolor=white>");
document.write(" <tr><td><img src=images/trans.gif width=1 height=3 border=0><br><img src=images/pixel1.gif width=100% height=2 border=0 alt=></td></tr>");
document.write(" </table>");


document.write(" <table border=0 width=135 cellspacing=1 cellpadding=0 class=bgMenu>");
document.write("  <tr><td class=bgMenuTD nowrap><a href='about.html' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Who We Are</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='about_investment.html' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Investment Strategy</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='about_track.html' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Track Record</div></a></td></tr>"); 
document.write(" </table>");
document.write("</div>");


document.write("<div id=menu2 onmouseover='activateMenu(2);' onmouseout='killMenu();' class=subMenuDiv>");
document.write(" <table width=170 border=0 cellspacing=1 cellpadding=1 bgcolor=white>");
document.write(" <tr><td><img src=images/trans.gif width=1 height=3 border=0><br><img src=images/pixel1.gif width=100% height=2 border=0 alt=></td></tr>");
document.write(" </table>");

document.write(" <table border=0 width=170 cellspacing=1 cellpadding=0 class=bgMenu width=74>");
document.write("  <tr><td class=bgMenuTD nowrap><a href='portfolio.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Portfolio Companies</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='portfolio_track.html' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Track Record</div></a></td></tr>"); 
document.write(" </table>");
document.write("</div>");


document.write("<div id=menu3 onmouseover='activateMenu(3);' onmouseout='killMenu();' class=subMenuDiv>");
document.write(" <table width=125 border=0 cellspacing=1 cellpadding=1 bgcolor=white>");
document.write(" <tr><td><img src=images/trans.gif width=1 height=3 border=0><br><img src=images/pixel1.gif width=100% height=2 border=0 alt=></td></tr>");
document.write(" </table>");

document.write(" <table border=0 width=125 cellspacing=1 cellpadding=0 class=bgMenu>");
document.write("  <tr><td class=bgMenuTD nowrap><a href='news.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Press Releases</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='news_inthenews.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>In the News</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='news_events.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Events</div></a></td></tr>"); 
document.write(" </table>");
document.write("</div>");


document.write("<div id=menu4 onmouseover='activateMenu(4);' onmouseout='killMenu();' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=1 cellpadding=0 class=bgMenu>");
document.write("  <tr><td class=bgMenuTD nowrap><a href='products.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Overview</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='products_end_devices.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>End Devices</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='products_readers_terminals.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Readers/Terminals</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='products_software.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Software</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='products_accessories.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Accessories</div></a></td></tr>"); 
document.write(" </table>");
document.write("</div>");


document.write("<div id=menu5 onmouseover='activateMenu(5);' onmouseout='killMenu();' class=subMenuDiv>");
document.write("</div>");


document.write("<div id=menu6 onmouseover='activateMenu(6);' onmouseout='killMenu();' class=subMenuDiv>");
document.write(" <table border=0 cellspacing=1 cellpadding=0 class=bgMenu width=100>");
document.write("  <tr><td class=bgMenuTD nowrap><a href='news_press.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Press Releases</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='news_events.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Events</div></a></td></tr>"); 
document.write("  <tr><td class=bgMenuTD nowrap><a href='news_articles.asp' class='menuLink'><div onmouseover='spanIn2(this)' onmouseout='spanOut2(this)' class=outSpan2>Articles</div></a></td></tr>"); 
document.write(" </table>");
document.write("</div>");
