<!--
function formSubmit() {
	var URL = document.categoriesForm.categories.options[document.categoriesForm.categories.selectedIndex].value;
	window.top.location.href = URL;
}
//-->