﻿function CMProduct(productId, productName, categoryId) {
    cmCreateProductviewTag(productId, productName, categoryId);
}