<!-- 
function shockwave() {
	document.write('<body class="bodySW" onLoad="fResize()">');
	document.write('<div id="divSW">');	
	document.write('<table class="tableSW" style="width:100%;height:100%;padding:0px;">');
	document.write('<tr class="trSW">');
	document.write('<td class="tdSW" style="width:100%;height:100%;text-align:center;vertical-align:middle;">');
	document.write('<OBJECT classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0"');
	document.write(' ID=shock WIDTH=829 HEIGHT=524>');
	document.write('<PARAM NAME=src VALUE="./SOURCE/images/WEB.8.5_Original_STAGE_public_screen_size.dcr">');  //RED_4.dcr
	document.write('<PARAM NAME=swStretchStyle VALUE=fill>');
	document.write('<PARAM NAME=bgColor VALUE=#ce7331>');
	document.write('<PARAM NAME=swRemote VALUE="');
	document.write("swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='false' ");
	document.write('">\n');
	document.write('<EMBED SRC="./SOURCE/images/WEB.8.5_Original_STAGE_public_screen_size.dcr"'); 
	document.write(' bgColor=##ce7331  WIDTH=829 HEIGHT=524 swStretchStyle=fill ');
	document.write('swRemote="');
	document.write("swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='false' ");
	document.write('"');
	document.write(' TYPE="application/x-director" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveDirector">');
	document.write('</EMBED>');
	document.write('</OBJECT>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
	document.write('</body>');
}
//-->
