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