Hi!
Here's the JS function to solve your problem.
function OpenWin(id) {
window.open('file.php', 'window_name', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=460,height=330');
}
Best regards,
Stas