function JumpToPage(cityname){
 
    window.location = "conference_rooms_in.asp?city=" + document.so.city.value;
 
return true;
 
}

function LoJumpToPage(){
 
    window.location = "london_conference_rooms.asp?area=" + document.lo.area.value;
 
return true;
 
}

