

<!-- JavaScript Code for Office finder TOP RIGHT -->

<!-- Begin
function go_to_link() {
if (document.linkform.linkselect.options[0].selected) {
window.location.href = "#";}
else if (document.linkform.linkselect.options[1].selected) {
window.location.href = "london.aspx";}
else if (document.linkform.linkselect.options[2].selected) {
window.location.href = "paris.aspx";}
else if (document.linkform.linkselect.options[3].selected) {
window.location.href = "moscow.aspx";}
else if (document.linkform.linkselect.options[4].selected) {
window.location.href = "miami.aspx";}
else if (document.linkform.linkselect.options[5].selected) {
window.location.href = "houston.aspx";}
else if (document.linkform.linkselect.options[6].selected) {
window.location.href = "salt_lake_city.aspx";}
else if (document.linkform.linkselect.options[7].selected) {
window.location.href = "seattle.aspx";}
else if (document.linkform.linkselect.options[8].selected) {
window.location.href = "montreal.aspx";}
else if (document.linkform.linkselect.options[9].selected) {
window.location.href = "toronto.aspx";}
else if (document.linkform.linkselect.options[10].selected) {
window.location.href = "mexico_city.aspx";}
else if (document.linkform.linkselect.options[11].selected) {
window.location.href = "sao_paulo.aspx";}
else if (document.linkform.linkselect.options[12].selected) {
window.location.href = "singapore.aspx";}
else if (document.linkform.linkselect.options[13].selected) {
window.location.href = "sydney.aspx";}
else if (document.linkform.linkselect.options[14].selected) {
window.location.href = "wellington.aspx";}
else if (document.linkform.linkselect.options[15].selected) {
window.location.href = "bangalore.aspx";}
else if (document.linkform.linkselect.options[16].selected) {
window.location.href = "chicago.aspx";}
return true;
}

// End -->




<!-- JavaScript Code for office finder CENTRE-->

<!-- Begin
function go_to_office() {
if (document.linkformCentre.linkselect.options[0].selected) {
window.location.href = "#";}
else if (document.linkformCentre.linkselect.options[1].selected) {
window.location.href = "london.aspx";}
else if (document.linkformCentre.linkselect.options[2].selected) {
window.location.href = "paris.aspx";}
else if (document.linkformCentre.linkselect.options[3].selected) {
window.location.href = "moscow.aspx";}
else if (document.linkformCentre.linkselect.options[4].selected) {
window.location.href = "miami.aspx";}
else if (document.linkformCentre.linkselect.options[5].selected) {
window.location.href = "houston.aspx";}
else if (document.linkformCentre.linkselect.options[6].selected) {
window.location.href = "salt_lake_city.aspx";}
else if (document.linkformCentre.linkselect.options[7].selected) {
window.location.href = "seattle.aspx";}
else if (document.linkformCentre.linkselect.options[8].selected) {
window.location.href = "montreal.aspx";}
else if (document.linkformCentre.linkselect.options[9].selected) {
window.location.href = "toronto.aspx";}
else if (document.linkformCentre.linkselect.options[10].selected) {
window.location.href = "mexico_city.aspx";}
else if (document.linkformCentre.linkselect.options[11].selected) {
window.location.href = "sao_paulo.aspx";}
else if (document.linkformCentre.linkselect.options[12].selected) {
window.location.href = "singapore.aspx";}
else if (document.linkformCentre.linkselect.options[13].selected) {
window.location.href = "sydney.aspx";}
else if (document.linkformCentre.linkselect.options[14].selected) {
window.location.href = "wellington.aspx";}
else if (document.linkformCentre.linkselect.options[15].selected) {
window.location.href = "bangalore.aspx";}
else if (document.linkformCentre.linkselect.options[16].selected) {
window.location.href = "chicago.aspx";}
return true;
}

// End -->


<!-- JavaScript Code for ALL demo pop-ups-->

<!-- Begin

function PopUp( Url, WinName, Width, Height, Scrollbars, Location, Toolbar ) {  
       var OptionStr = "scrollbars=" + Scrollbars + ",location=" + Location + ",toolbar=" + Toolbar + ",width=" + Width + ",height=" + Height;
       var HelpWindow = window.open( Url, WinName, OptionStr );
}

// End -->