function SwapClass( target, cName )
{
	target.className = cName;
}

