﻿        function openProduct(string_id) {
            location.href = "productDetail-" + string_id + ".aspx";
        }
