//Written by Bogdan Blaszczak/BlaTek

key_points=['heathrow','gatwick','stansted','city','luton','m1','m4','central','rail']

function chngPnt(p,i){
 for(i=0;i<key_points.length;i++)document.getElementById(key_points[i]).style.display='none'
 document.getElementById(key_points[p]).style.display='block'
 //location.hash='find-us'
 return!0
}
document.write("<style>#heathrow,#gatwick,#stansted,#city,#luton,#m1,#m4,#central,#rail{display:none}</style>")