function reload(form){var val=form.cat.options[form.cat.options.selectedIndex].value;self.location='searchFor.php?cat=' + val ;}
