function cartWin(path) {
    window.open(path,  '_blank',
                'resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, width=300, height=300');
};

function schemeImage(path) {
   window.open(path,  '_blank',
                'resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, width=300, height=300');
};

function largeImage(path) {
   window.open(path,  '_blank',
                'resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, width=300, height=300');
};

