Bio sam malo skrt na recima (textu), ali evo sad malo opsirnije:
<script language="javascript">
function OpenForm(filename,width,height) {
var top = (screen.height-height)/2;
var left = (screen.width-width)/2;
window.open(filename, "_blank", "top="+ top +","+ "left="+ left +","+...