function changeTopicPage(f) {
if (f.topicSelect.selectedIndex == 0) 
alert("Please select a topic"); 
else { self.location.href = f.topicSelect.options[f.topicSelect.selectedIndex].value; } } // redirect // -->


