<!-- function buildShockwave()  {if(ShockMode == 1) {    document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=6,0,1,159" width="' + mySWWidth + '" height="' + mySWHeight +'">')    document.write('<param name="src" value="' + myDcr +'">')    document.write('<param name="swList" value="' + myExtFileList + '">')    document.write('<param name="swURL" value="">')    document.write('<param name="swAudio" value="">')    document.write('<param name="sw1" value="' + sw1 + '">')    document.write('<param name="sw2" value="' + sw2 + '">')	document.write('<param name="sw3" value="' + sw3 + '">')	document.write('<param name="sw4" value="' + sw4 +'">')	document.write('<param name="sw5" value="' + sw5 +'">')	document.write('<param name="sw6" value="' + sw6 + '">')	document.write('<param name="sw7" value="' + sw7 + '">')	document.write('<param name="sw8" value="' + sw8 + '">')	document.write('<param name="BGCOLOR" value="#FFFEF9">')    document.write('<embed src="' + myDcr +'" pluginspage="http://www.macromedia.com/shockwave/download/" width="' + mySWWidth + '" height="' + mySWHeight +'" BGCOLOR = "#FFFEF9"  swlist="' + myExtFileList + '" sw1="' + sw1 + '" sw2="' + sw2 + '" sw3="' + sw3 + '" sw4="' + sw4 +'" sw5="' + sw5 +'" sw6="' + sw6 +'" sw7="' + sw7 +'" sw8="' + sw8 +'" swurl="" swaudio=""></embed></object>')	}  else if (myAltGraphic != null) { document.write('<img src ="' + myAltGraphic +'" width="' + mySWWidth + '" height="' + mySWHeight +'" alt = "' + myAltTag +'">')  }}// -->
