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