function openTest(url) {
    window.open(url, 'test', 'resizable=yes,' + 'toolbar=no,' + 'scrollbars=no,' + 'menubar=no,'
                        + 'status=no,' + 'directories=no, ' + 'width=800, ' + 'height=600');
}

