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