document.writeln('<applet ');
document.writeln('	archive  = "/rad/dndplus.jar"');
document.writeln('	code	 = "com.radinks.dnd.DNDAppletPlus"');
document.writeln('	name     = "Rad Upload Plus"');
document.writeln('	url      = "http://www.ff7.nl/rad/upload.php"');
document.writeln('	message  = "http://www.ff7.nl/rad/bg_uploadscreen.html"');            
document.writeln('	hspace   = "5"');
document.writeln('	vspace   = "5"'); 
document.writeln('	MAYSCRIPT= "yes"');
document.writeln('	width    = "489"');
document.writeln('	height   = "210"');
document.writeln('	align    = "middle"');
document.writeln('	id		 = "rup">');
document.writeln('	<param name="max_upload" value="2000">');
document.writeln('	<param name="max_upload_message" value="http://www.ff7.nl/rad/foutfilesize.html">');
document.writeln('	<param name = "url" value = "http://www.ff7.nl/rad/upload.php">');
document.writeln('	<param name = "message" value="http://www.ff7.nl/rad/bg_uploadscreen.html">');
document.writeln('</applet>');
