  var copperplate = {
    src: 'copperplate.swf'
    ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 18, 1.19, 23, 1.15, 32, 1.14, 34, 1.12, 35, 1.13, 47, 1.12, 62, 1.11, 63, 1.1, 71, 1.11, 79, 1.1, 80, 1.11, 1.1]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(copperplate);
  
   sIFR.replace(copperplate, {
    selector: 'div.title',
	wmode: 'transparent',
    css: [
      '.sIFR-root { color: #54534c; font-size: 18px; height: 23px; font-weight: bold; margin-bottom: 10px; background-color: #ff0000; padding: 20px;}'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: true
 });
   
sIFR.replace(copperplate, {
    selector: 'div.submenuitem',
	wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left; background-color: #ff0000; font-size: 12px; letter-spacing: 0; font-weight: bold; width: 100%; height: 100%;}'
      ,'a { color: #535349; text-decoration: none; }'
      ,'a:link { color: #535349; }'
      ,'a:hover { color: #bab2a5; text-decoration: none; }'
	  ,'.selected { color: #bab2a5; text-decoration: none; }'
	],
	fixFocus: true,
	fitExactly: true,
	forceSingleLine: false
 });