Don't do this on a live site as I have not tested it
include/func.product.php look for this
Code:
#
# Put all product info into $product array
#
and insert before the end of this function before
Code:
$product['product'] = $product['manufacturer'] . " " . $product['product'];