function win() {
newWin=window.open('main.php?news','main','resizable=no,scrollbars=yes,width=1012,height=768')
newWin.moveTo((screen.width / 2) - (1024 / 2),(screen.height / 2) - (768 / 2))
newWin.focus()
 }
