function swapflash(swf){
 switch (swf){
  case 'llmc': document.getElementById('theSwf').innerHTML = '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 height=525 width=300 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="7938">'
                 +'<PARAM NAME="_cy" VALUE="13891">'
                 +'<PARAM NAME="FlashVars" VALUE="">'
                 +'<PARAM NAME="Movie" VALUE="LLMC.swf">'
                 +'<PARAM NAME="Src" VALUE="LLMC.swf">'
                 +'<PARAM NAME="WMode" VALUE="Window">'
                 +'<PARAM NAME="Play" VALUE="-1">'
                 +'<PARAM NAME="Loop" VALUE="-1">'
                 +'<PARAM NAME="Quality" VALUE="High">'
                 +'<PARAM NAME="SAlign" VALUE="">'
                 +'<PARAM NAME="Menu" VALUE="-1">'
                 +'<PARAM NAME="Base" VALUE="">'
                 +'<PARAM NAME="AllowScriptAccess" VALUE="">'
                 +'<PARAM NAME="Scale" VALUE="ShowAll">'
                 +'<PARAM NAME="DeviceFont" VALUE="0">'
                 +'<PARAM NAME="EmbedMovie" VALUE="0">'
                 +'<PARAM NAME="BGColor" VALUE="">'
                 +'<PARAM NAME="SWRemote" VALUE="">'
                 +'<PARAM NAME="MovieData" VALUE="">'
                 +'<PARAM NAME="SeamlessTabbing" VALUE="1">'
                 +'<PARAM NAME="Profile" VALUE="0">'
                 +'<PARAM NAME="ProfileAddress" VALUE="">'
                 +'<PARAM NAME="ProfilePort" VALUE="0">'
                 +'<PARAM NAME="AllowNetworking" VALUE="all">'
                 +'<PARAM NAME="AllowFullScreen" VALUE="false">'
                 +'<embed src="LLMC.swf" mce_src="LLMC.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="525"></embed></OBJECT>';
    break;
  case 'bodyglide': document.getElementById('theSwf').innerHTML = '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 height=525 width=300 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="7938">'
                 +'<PARAM NAME="_cy" VALUE="13891">'
                 +'<PARAM NAME="FlashVars" VALUE="">'
                 +'<PARAM NAME="Movie" VALUE="BodyGlideTest.swf">'
                 +'<PARAM NAME="Src" VALUE="BodyGlideTest.swf">'
                 +'<PARAM NAME="WMode" VALUE="Window">'
                 +'<PARAM NAME="Play" VALUE="-1">'
                 +'<PARAM NAME="Loop" VALUE="-1">'
                 +'<PARAM NAME="Quality" VALUE="High">'
                 +'<PARAM NAME="SAlign" VALUE="">'
                 +'<PARAM NAME="Menu" VALUE="-1">'
                 +'<PARAM NAME="Base" VALUE="">'
                 +'<PARAM NAME="AllowScriptAccess" VALUE="">'
                 +'<PARAM NAME="Scale" VALUE="ShowAll">'
                 +'<PARAM NAME="DeviceFont" VALUE="0">'
                 +'<PARAM NAME="EmbedMovie" VALUE="0">'
                 +'<PARAM NAME="BGColor" VALUE="">'
                 +'<PARAM NAME="SWRemote" VALUE="">'
                 +'<PARAM NAME="MovieData" VALUE="">'
                 +'<PARAM NAME="SeamlessTabbing" VALUE="1">'
                 +'<PARAM NAME="Profile" VALUE="0">'
                 +'<PARAM NAME="ProfileAddress" VALUE="">'
                 +'<PARAM NAME="ProfilePort" VALUE="0">'
                 +'<PARAM NAME="AllowNetworking" VALUE="all">'
                 +'<PARAM NAME="AllowFullScreen" VALUE="false">'
                 +'<embed src="BodyGlideTest.swf" mce_src="BodyGlideTest.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="525"></embed></OBJECT>';
    break;
  case 'klearact': document.getElementById('theSwf').innerHTML = '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 height=525 width=300 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="7938">'
                 +'<PARAM NAME="_cy" VALUE="13891">'
                 +'<PARAM NAME="FlashVars" VALUE="">'
                 +'<PARAM NAME="Movie" VALUE="KlearAct.swf">'
                 +'<PARAM NAME="Src" VALUE="KlearAct.swf">'
                 +'<PARAM NAME="WMode" VALUE="Window">'
                 +'<PARAM NAME="Play" VALUE="-1">'
                 +'<PARAM NAME="Loop" VALUE="-1">'
                 +'<PARAM NAME="Quality" VALUE="High">'
                 +'<PARAM NAME="SAlign" VALUE="">'
                 +'<PARAM NAME="Menu" VALUE="-1">'
                 +'<PARAM NAME="Base" VALUE="">'
                 +'<PARAM NAME="AllowScriptAccess" VALUE="">'
                 +'<PARAM NAME="Scale" VALUE="ShowAll">'
                 +'<PARAM NAME="DeviceFont" VALUE="0">'
                 +'<PARAM NAME="EmbedMovie" VALUE="0">'
                 +'<PARAM NAME="BGColor" VALUE="">'
                 +'<PARAM NAME="SWRemote" VALUE="">'
                 +'<PARAM NAME="MovieData" VALUE="">'
                 +'<PARAM NAME="SeamlessTabbing" VALUE="1">'
                 +'<PARAM NAME="Profile" VALUE="0">'
                 +'<PARAM NAME="ProfileAddress" VALUE="">'
                 +'<PARAM NAME="ProfilePort" VALUE="0">'
                 +'<PARAM NAME="AllowNetworking" VALUE="all">'
                 +'<PARAM NAME="AllowFullScreen" VALUE="false">'
                 +'<embed src="KlearAct.swf" mce_src="KlearAct.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="525"></embed></OBJECT>';
    break;
 }
}
