function hover( css_class_name, the_element )
{
	the_element.className = css_class_name;
}