function browse_topic(f) {
	if (f.bbt.value != "-1") {
		window.location = f.bbt.value;
	}
}

