// JavaScript Document// Preparing Websites with Active Content for Announced Browser Changes// http://www.macromedia.com/devnet/activecontent/articles/devletter.htmlfunction rundreiplus(){	document.write('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">');	document.write('<tr>');	document.write('<td align="center" valign="middle">');    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="765" HEIGHT="515" id="dreiplus" ALIGN="">\n');    document.write('<PARAM NAME=movie VALUE="drei01.swf">\n');	document.write('<PARAM NAME=quality VALUE=high>\n');	document.write('<PARAM NAME=bgcolor VALUE=#ffffff>\n');	document.write('<EMBED src="drei01.swf" quality=high bgcolor=#ffffff WIDTH="765" HEIGHT="515" NAME="dreiplus" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');	document.write('</EMBED>\n');    document.write('</OBJECT>\n');    document.write('</td>');    document.write('</tr>');    document.write('</table>');}
