
function IcolorUtils() { }
IcolorUtils._path = '/dwr';

IcolorUtils.getCart = function(callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'getCart', false, callback);
}

IcolorUtils.isUserLogged = function(callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'isUserLogged', false, callback);
}

IcolorUtils.editGalleryPhoto = function(p1, p2, callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'editGalleryPhoto', false, p1, p2, callback);
}

IcolorUtils.saveGalleryPhoto = function(p2, p3, p4, p5, p6, p7, p8, p9, p10, callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'saveGalleryPhoto', false, false, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback);
}

IcolorUtils.changeCartQty = function(p2, p3, callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'changeCartQty', false, false, p2, p3, callback);
}

IcolorUtils.addToCart = function(p2, p3, p4, p5, callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'addToCart', false, false, p2, p3, p4, p5, callback);
}

IcolorUtils.callURL = function(p2, callback) {
    DWREngine._execute(IcolorUtils._path, 'IcolorUtils', 'callURL', false, false, p2, callback);
}
