<!--
arImageSrc = new Array (
"images/nav/menu_home_orange.gif",
"images/nav/menu_our_purpose_approach_orange.gif",
"images/nav/menu_leadership_dev_orange.gif",
"images/nav/menu_team_effectiveness_orange.gif",
"images/nav/menu_leveraging_diversity_orange.gif",
"images/nav/menu_growing_understanding_orange.gif",
"images/nav/menu_imbizo_orange.gif",
"images/nav/menu_global_orange.gif",
"images/nav/menu_clients_comments_orange.gif",
"images/nav/menu_contact_orange.gif"

)

<!--------------------------------------Side Icons---------------------------------------->

function on()
{
   document.icon.src="images/nav/menu_home_orange.gif"
}

function off()
{
   document.icon.src="images/nav/menu_home.gif"
}


function on1()
{
   document.icon1.src="images/nav/menu_our_purpose_approach_orange.gif"
}

function off1()
{
   document.icon1.src="images/nav/menu_our_purpose_approach.gif"
}


function on2()
{
   document.icon2.src="images/nav/menu_leadership_dev_orange.gif"
}

function off2()
{
   document.icon2.src="images/nav/menu_leadership_dev.gif"
}


function on3()
{
   document.icon3.src="images/nav/menu_team_effectiveness_orange.gif"
}

function off3()
{
   document.icon3.src="images/nav/menu_team_effectiveness.gif"
}


function on4()
{
   document.icon4.src="images/nav/menu_leveraging_diversity_orange.gif"
}

function off4()
{
   document.icon4.src="images/nav/menu_leveraging_diversity.gif"
}


function on5()
{
   document.icon5.src="images/nav/menu_growing_understanding_orange.gif"
}

function off5()
{
   document.icon5.src="images/nav/menu_growing_understanding.gif"
}



function on6()
{
   document.icon6.src="images/nav/menu_imbizo_orange.gif"
}

function off6()
{
   document.icon6.src="images/nav/menu_imbizo.gif"
}


function on7()
{
   document.icon7.src="images/nav/menu_global_orange.gif"
}

function off7()
{
   document.icon7.src="images/nav/menu_global.gif"
}

function on8()
{
   document.icon8.src="images/nav/menu_clients_comments_orange.gif"
}

function off8()
{
   document.icon8.src="images/nav/menu_clients_comments.gif"
}


function on9()
{
   document.icon9.src="images/nav/menu_contact_orange.gif"
}

function off9()
{
   document.icon9.src="images/nav/menu_contact.gif"
}






//stop hide -->

function JumpTo(theObj)
{
        (navigator.appName.indexOf("Netscape") != -1) ? ns=true : ns=false;
        (ns) ? theLoc=(theObj.options[theObj.selectedIndex].value) : theLoc = theObj.value;
        if (theLoc != "") window.location=theLoc;
}
//stop hide -->