function getfile(id) { thefile = window.open("caia/getfile.php?id=" + id+"&download=true", "thefile", "width=500,height=300,resizable=yes,scrollbars=yes,status=yes,statusbar=yes,menubar=no,titlebar=no,toolbar=no"); setTimeout('thefile.focus();',100); }