// JavaScript Document

function Search(location) {
	if (location != 'NA') {
		document.location = '/Virtual+Offices_' + location + '/';
	}
}