// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function hover(x)
{
  x.className = 'cat_hover';
}

function normal(x)
{
  x.className = 'cat';
}

function search(x,y)
{
   x.style.cursor='progress';document.test.action=y;document.test.submit();
}
