﻿
function viewStyle(styleId, catalogNumber, styleName, current) {
    var title = catalogNumber + " " + styleName;
    Boxy.load("ProductPhoto.aspx?styleId=" + styleId.toString() + "&size=l", { title: title, unloadOnHide: true, x: 120, modal: true });
    return false;
}
