   //NS4 = (document.layers);
     NS4 = false; 	
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 150;
    childOverlap = 50;
    childOffset = 10;
    perCentOver = null;
    secondsVisible = .3;
    
    fntCol = "white";
    fntSiz = "10";
    fntBold = false;
    fntItal = false;
    fntFam = "Arial,sans-serif";
    
    backCol = "#240001";
    overCol = "#EEEDD6";
    overFnt = "purple";
    
    borWid = 2;
    borCol = "black";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "/images/headers/top_menu/child.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "red";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}


if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/javascript/hierArrays.js'><\/SCRIPT>");
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/javascript/hierMenus.js'><\/SCRIPT>");
}

function doCart(id){
var sPage='';
var sURL=document.location.host;

if(sURL=="afroventures") sPage="http://ccafrica/cart.asp?ref="+document.location.host;
if(sURL=="afroventures.clickthinking.com") sPage="http://ccafrica.clickthinking.com/cart.asp?ref="+document.location.host;
if(sURL=="afros.clickthinking.cpt") sPage="http://ccafrica.clickthinking.cpt/cart.asp?ref="+document.location.host;
if(sURL=="afroventures.com"||sURL=="www.afroventures.com"||sURL=="64.37.94.67") sPage="http://www.ccafrica.com/cart.asp?ref="+document.location.host;

  if(id!=''){sPage=sPage+"&id="+id+"&action=add";}
  window.open(sPage,'','width=490, height=300, scrollbars=yes');
}