function infoC(theURL,winName,features) { nrwindow = window.open(theURL,winName,features); nrwindow.window.focus(); wx = 370; wy = 548; x = (screen.width - wx ) /2; y = (screen.height - wy ) /2; nrwindow.window.moveTo(x,y);