function redirectToPage(officeDropdown){
	var location = "http://www.mercer.com/mercerlocation/detail.jhtml?contentId=" +
						officeDropdown + "&isCountry=false";
	window.open(location, officeDropdown, "scrollbars=yes,resizable=yes,width=900,height=400");
}

