function embedShockwave(dcrName) {
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,1,0"');
document.write(' ID="' +dcrName + '" width="860" height="390">');
document.write('<param name="src" value="' +dcrName + '.dcr">');
document.write('<param name="swRemote" value="swSaveEnabled=\'false\' swVolume=\'false\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'true\' ">');
document.write('<param name="swStretchStyle" value="none">');
document.write('<param NAME="bgColor" VALUE="#32222A"> ');
document.write('<embed src="' +dcrName + '.dcr" bgColor="#32222A"  width="860" height="390" swRemote="swSaveEnabled=\'false\' swVolume=\'false\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'true\' " swStretchStyle="none"');
document.write(' type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>');
document.write('</object>');
}