// JavaScript Document


var sub1=new Array()
sub1[0]='<a id="one_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/whoweare.php">&nbsp; Who we are &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="two_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/locations.php">Locations &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="three_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/ourmission.php">Our Mission &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="four_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/contactus.php">Contact us &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="five_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/Investors.php">Investors &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="six_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/customers.php">Customers &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[0]+='<a id="seven_child" style=" margin-left:10px; margin-right:5px" href="/English/Company/ourteam.php">Our Team </a>'

sub1[1]='<a id="one_child" style=" margin-left:50px; margin-right:10px" href="/English/Sourcing/vision.php"> &nbsp; &nbsp; &nbsp; Vision &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[1]+='<a id="two_child" style=" margin-left:50px; margin-right:10px" href="/English/Sourcing/why4thsource.php">Why 4th Source? &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[1]+='<a id="three_child" style=" margin-left:50px; margin-right:10px" href="/English/Sourcing/why4thmexico.php">Why 4th Mexico? &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[1]+='<a id="four_child" style=" margin-left:50px; margin-right:10px" href="/English/Sourcing/why4thmultisourcing.php">Why 4th Multi-Sourcing? &nbsp; </a>'

sub1[2]='<a id="one_child"  style=" margin-left:45px; margin-right:5px" href="/English/Technology Services/advancedtechnologysolutions.php">Advanced Technology Solutions &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| </a>'
sub1[2]+='<a id="two_child"  style=" margin-left:45px; margin-right:5px" href="/English/Technology Services/legacymaintenance&migration.php">Legacy Maintenance & Migration &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[2]+='<a id="three_child"  style=" margin-left:45px; margin-right:5px" href="/English/Technology Services/complexintegration.php">Complex Integration &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</a>'


sub1[3]='<a id="one_child"  style=" margin-left:30px; margin-right:10px" href="/English/Bussines Solutions/customapplications.php">Custom Applications &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</a>'
sub1[3]+='<a id="two_child" style=" margin-left:30px; margin-right:10px" href="/English/Bussines Solutions/Reporting.php">Reporting &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</a>'
sub1[3]+='<a id="three_child" style=" margin-left:30px; margin-right:10px" href="/English/Bussines Solutions/enterpriseaplications.php">Enterprise Applications &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</a>'
sub1[3]+='<a id="four_child" style=" margin-left:30px; margin-right:10px" href="/English/Bussines Solutions/program Management.php">Program Management</a>'

sub1[4]='<a id="one_child" style=" margin-left:10px; margin-right:5px" href="/English/Careers/careers.php">Careers &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</a>'
sub1[4]+='<a id="two_child" style=" margin-left:80px; margin-right:5px" href="/English/Careers/jobpositions.php">Job Positions &nbsp; &nbsp;</a>'


function Load_Childs(parent_id)
{
var second=document.getElementById('second_menu');
second.innerHTML=sub1[parent_id];
}

function Change_Style(parent, child)
{
	document.getElementById(parent).style.color='#FFF';
	document.getElementById(child).style.color='#000';
}






