//IMPORTANT: This file must be included in all pages that host the JUpload applet
function jupload_result(result_html)
{
	window.setTimeout(function() {
		document.open();
		document.write(result_html);
		document.close();
	}, 1000);
}


