function navTestimony(aSelect) {
	url = aSelect.options[aSelect.selectedIndex].value;
	if (url != '') {
		window.open(url, '_top')
	}
}
