function open_files(url, pwidth, pheight) {

            zoom=window.open(url,"", 'width='+(pwidth)+', height='+(pheight)+', scrollbars=yes,menubar=no');
                        var x = (screen.width-600)/2;
                        zoom.moveTo(x,10);
                        zoom.focus()
}