function JumpToPage(cityname){
 
    window.location = "serviced-offices-in.asp?city=" + document.so.city.value;
 
return true;
 
}

function LoJumpToPage(){
 
    window.location = "london-serviced-offices.asp?area=" + document.lo.area.value;
 
return true;
 
}

