function openWin(url) {
    window.open(url, '_blank', 'width=510, height=510, scrollbars=yes');
}
