function TopMenu(){
var url=location.href.substr(location.href.lastIndexOf('/')+1);
var newTextNode = document.createElement('span');
newTextNode.innerHTML = '<img src="../images/navigator-top.jpg" width="69" height="10" />';
if(url.toLowerCase() == 'default.aspx' ){
span = document.getElementById('activemenu242');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu242').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'aboutus_overview.html' ||url.toLowerCase() == 'aboutus_companyhistory.html' ||url.toLowerCase() == 'aboutus_boardofdirectors_florisvanderrhee.html' || url.toLowerCase() == 'aboutus_boardofdirectors_florisvanderrhee.html' || url.toLowerCase() == 'aboutus_boardofdirectors_frederikvantuyll.html' || url.toLowerCase() == 'aboutus_boardofdirectors_johnjaakke.html' || url.toLowerCase() == 'aboutus_boardofdirectors_nikhayes.html' || url.toLowerCase() == 'aboutus_boardofdirectors_nilsstoesser.html' || url.toLowerCase() == 'aboutus_boardofdirectors_peterwoodthorpe.html' || url.toLowerCase() == 'aboutus_boardofdirectors_rijnhardvantets.html' ||url.toLowerCase() == 'aboutus_ourcommitment.html' ||url.toLowerCase() == 'aboutus_partners_jointventures.html'){
span = document.getElementById('activemenu203');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu203').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'corporateservices_overview.html' ||url.toLowerCase() == 'corporateservices_ourservices.html' ||url.toLowerCase() == 'corporateservices_ourapproach.html' ||url.toLowerCase() == 'corporateservices_contactus_globalhead.html' || url.toLowerCase() == 'corporateservices_contactus_globalhead.html' || url.toLowerCase() == 'corporateservices_contactus_americas&caribbean.html' || url.toLowerCase() == 'corporateservices_contactus_asiapacific.html' || url.toLowerCase() == 'corporateservices_contactus_channelislands&uk.html' || url.toLowerCase() == 'corporateservices_contactus_europe.html'){
span = document.getElementById('activemenu219');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu219').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'privateclients_overview.html' ||url.toLowerCase() == 'privateclients_ourservices.html' ||url.toLowerCase() == 'privateclients_investorservices.html' ||url.toLowerCase() == 'privateclients_ourapproach.html' ||url.toLowerCase() == 'privateclients_contactus_globalhead.html' || url.toLowerCase() == 'privateclients_contactus_globalhead.html' || url.toLowerCase() == 'privateclients_contactus_americas&caribbean.html' || url.toLowerCase() == 'privateclients_contactus_asiapacific.html' || url.toLowerCase() == 'privateclients_contactus_channelislands&uk.html' || url.toLowerCase() == 'privateclients_contactus_europe.html'){
span = document.getElementById('activemenu227');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu227').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'internationalincorporations_overview.html' ||url.toLowerCase() == 'internationalincorporations_ourservices.html' ||url.toLowerCase() == 'internationalincorporations_ourapproach.html' ||url.toLowerCase() == 'internationalincorporations_bvibcs.html' ||url.toLowerCase() == 'internationalincorporations_bvicsc.html' ||url.toLowerCase() == 'internationalincorporations_shelfcompanylist.html' ||url.toLowerCase() == 'internationalincorporations_contactus_globalhead.html' || url.toLowerCase() == 'internationalincorporations_contactus_globalhead.html' || url.toLowerCase() == 'internationalincorporations_contactus_americas&caribbean.html' || url.toLowerCase() == 'internationalincorporations_contactus_asiapacific.html' || url.toLowerCase() == 'internationalincorporations_contactus_channelislands&uk.html' || url.toLowerCase() == 'internationalincorporations_contactus_europe.html'){
span = document.getElementById('activemenu239');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu239').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'fundservices_overview.html' ||url.toLowerCase() == 'fundservices_ourservices.html' ||url.toLowerCase() == 'fundservices_ourapproach.html' ||url.toLowerCase() == 'fundservices_contactus_globalhead.html' || url.toLowerCase() == 'fundservices_contactus_globalhead.html' || url.toLowerCase() == 'fundservices_contactus_americas&caribbean.html' || url.toLowerCase() == 'fundservices_contactus_asiapacific.html' || url.toLowerCase() == 'fundservices_contactus_channelislands&uk.html' || url.toLowerCase() == 'fundservices_contactus_europe.html'){
span = document.getElementById('activemenu254');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu254').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'structuredfinance_overview.html' ||url.toLowerCase() == 'structuredfinance_ourservices.html' ||url.toLowerCase() == 'structuredfinance_ourapproach.html' ||url.toLowerCase() == 'structuredfinance_contactus_globalhead.html' || url.toLowerCase() == 'structuredfinance_contactus_globalhead.html' || url.toLowerCase() == 'structuredfinance_contactus_americas&caribbean.html' || url.toLowerCase() == 'structuredfinance_contactus_asiapacific.html' || url.toLowerCase() == 'structuredfinance_contactus_channelislands&uk.html' || url.toLowerCase() == 'structuredfinance_contactus_europe.html'){
span = document.getElementById('activemenu264');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu264').innerHTML='&nbsp;';
}
if(url.toLowerCase() == 'contactus.aspx'){
span = document.getElementById('activemenu265');
span.parentNode.insertBefore(newTextNode, span);
}else{
document.getElementById('activemenu265').innerHTML='&nbsp;';
}
}
