function add_file(id, i) {
if (document.getElementById(id + '_' + i).innerHTML.search('uploadinputbutton') == -1) {
document.getElementById(id + '_' + i).innerHTML = '
<\/span>\n';
}
}
function createUploadWindow() {
uploadWindow = window.open("","uploadWindow","height=170,width=400,resizable=yes,scrollbars=yes");
var d = uploadWindow.document;
d.writeln('');
d.writeln('');
d.writeln('Uploading... please wait...<\/title>');
d.writeln('<\/head>');
d.writeln('');
d.writeln('Uploading... please wait...
');
d.writeln('If the upload takes more than the allowed 60 seconds<\/b>, you will have to try again with less/smaller files.
');
d.writeln('');
d.writeln('setTimeout("self.close()",8000);');
d.writeln('<\/scr' + 'ipt>');
d.writeln('