function get_filecat(select,link)
{
   self.location.href = link + '?a=files&cid=' + select.value;
}
