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

