/**
 * Midland Computers e-Commerce engine - tool function including IE workarounds
 * Written by Neil Williams neil.williams at midlandcomputers spam prevention co.uk
 *
 * 
 *
 */

function cat_prodover( event, element, colour )
{
	if( element )
	{
		element.style.backgroundColor = colour;
	}
}
