﻿function ProductNavigate(ddList) {
    var url = ddList.value;
    if (url != "")
    { window.location = url; }
}
