function cconvert(amount, currency, prefix) {
	window+open(prefix + 'pop-currency.html?amt=' + amount + '&currency=' + currency, 'healthycc', 'width=680,height=500,resizable=yes,scrollbars');
}

function topic(select) {
	if(select.options[select.selectedIndex].value != '') {
		window.location = select.options[select.selectedIndex].value;
	}
}