function autoLoadCategory(form) {
	var myindex=form.srch_str.selectedIndex
    var baseURL= form.target.value
    top.location.href= baseURL + escape(form.srch_str.options[myindex].value);
}
