//FlashVars:
//        show1, show2, show3, show4: true or false, whether the checkbox is initially visible (can be changed dynamically). 
//        label2, label3, label4: strings, displayed next to the checkboxes.
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="245" HEIGHT="130" id="sceneControl" ALIGN="" style="z-index:3;position:absolute;top:71;left:-1100;">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<PARAM NAME=movie VALUE="' + myFlashSrcSC + '">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME="swLiveConnect" VALUE="true">');
document.write('<PARAM NAME=bgcolor VALUE=#ffffff>');
document.write('<PARAM NAME="FlashVars" VALUE="' + myFlashVarsSC + '">');
document.write('<EMBED src="' + myFlashSrcSC + '" FlashVars="' + myFlashVarsSC + '" quality=high bgcolor=#FFFFFF  WIDTH="245" HEIGHT="130" NAME="sceneControl" allowScriptAccess="sameDomain" swLiveConnect="true" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
//FlashVars:
//        AllowMouseDrag: true or false, whether we can drag the bar horizontally.
//        InitialPosition: integer between 0 and 120, indicating position of the bar (vary high values effectively hide the bar)
//        Orientation: sagittal or coronal
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="120" HEIGHT="130" id="ReferenceImage" ALIGN="" style="z-index:3;position:absolute;top:71;left:-1100;" >');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<PARAM NAME="movie" VALUE="' + myFlashSrcIC + '">');
document.write('<PARAM NAME="menu" VALUE="false">');
document.write('<PARAM NAME="swLiveConnect" VALUE="true">');
document.write('<PARAM NAME="FlashVars" VALUE="' + myFlashVarsIC + '">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#FFFFFF">');
document.write('<EMBED src="' + myFlashSrcIC + '" FlashVars="' + myFlashVarsIC + '" allowScriptAccess="sameDomain" SWLIVECONNECT="true" menu="false" quality="high" bgcolor="#FFFFFF" WIDTH="120" HEIGHT="130" NAME="ReferenceImage" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" style="z-index:2;position:absolute;top:0;left:0;"></EMBED>');
document.write('</OBJECT>');