var submenu=new Array()

submenu[0]='<span id="subback"> </span>'

submenu[1]='<span id="subback"> <img src="images/spacer.gif" width="90" height="1"> <a href="profile_managementteam.htm">Management Team</a> <a href="profile_ourmission.htm">Our Mission</a> <a href="profile_starperformers.htm">Star Performers</a><a href="profile_offshoreservices.htm">Offshore Services</a><a href="AwardsandCertifications.htm">Awards and Certifications</a> </span>'

submenu[2]='<span id="subback"> <img src="images/spacer.gif" width="168" height="1"> <a href="services_BI.htm">SAP BW</a> <a href="services_BusinessPlanning.htm">Business Planning</a>  <a href="services_CRM.htm">CRM</a> <a href="services_sapbasis.htm">Basis</a><a href="services_ProductionSupportBI.htm">Support - BW</a> <a href="services_ProductionSupportBasis.htm">Support - Basis</a> </span>'
submenu[3]='<span id="subback"><img src="images/spacer.gif" width="235" height="1"> <a href="Products.htm">BPC Starter Kit</a><a href="services_methodology.htm">Methodology</a><a href="Products_BOTOOLKIT.htm">BusinessObjects Toolkit</a></span>'
submenu[4]='<span id="subback"> </span>'
submenu[5]='<span id="subback"> </span>'
submenu[6]='<span id="subback"> <img src="images/spacer.gif" width="530" height="1"> <a href="careers_employeebenefits.htm">Employee Benefits</a> </span>'

submenu[7]='<span id="subback"> </span>'





var delay_hide=500

/////No need to edit beyond here

var menuobj=document.getElementById? document.getElementById("subdescribe") : document.all? document.all.subdescribe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
