﻿// JScript File

function ShowProduct(url)
{
    var props = "status=0,toolbar=0,location=0;menubar=0,resizable=1";
    window.open(url, "product_window", props);
}
