var helen = {
      src: 'img/helen.swf'
};
 
sIFR.activate(helen);





// any collection selected subitem
sIFR.replace(helen, {
      selector: 'div#menu li.collection-on',
      css: [
      '.sIFR-root { font-size: 27px; font-weight: normal; text-transform: uppercase; leading: -6;}'
      ,'a:link { color: #95938f; text-decoration: none; }' 
      ,'a:hover { color: #95938f; }'
      ,'a:active { color: #95938f; }'
      ],
      tuneWidth: -5,
      offsetBottom: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'div#menu li.collection-off',
      css: [
      '.sIFR-root { font-size: 27px; font-weight: normal; text-transform: uppercase; leading: -6;}'
      ,'a:link { color: #95938f; text-decoration: none; }' 
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5,
      offsetBottom: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'div#menu li.coll-on#vid',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; }'
      ,'a:active { color: #FFFFFF; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
// any collection item
sIFR.replace(helen, {
      selector: 'div#menu li.coll-on',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; text-transform: uppercase; }'
      ,'a:link { color: #444444; text-decoration: none; }'
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'div#menu ul li.coll-off#vid',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; }' //614d68
      ,'a:link { color: #95938f; text-decoration: none; }'
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'div#menu li.coll-off',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; text-transform: uppercase; }'
      ,'a:link { color: #95938f; text-decoration: none; }'
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
// any selected item
sIFR.replace(helen, {
      selector: 'div#menu ul li.plain-on',
      css: [
      '.sIFR-root { font-size: 27px; font-weight: normal; }'
      ,'a:link { color: #444444; text-decoration: none; }' 
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5,
      wmode: 'transparent'
});
// any item
sIFR.replace(helen, {
      selector: 'div#menu ul li.plain-off',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; }' //614d68
      ,'a:link { color: #95938f; text-decoration: none; }'
      ,'a:hover { color: #444444; }'
      ,'a:active { color: #444444; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});

// stripe title
sIFR.replace(helen, {
      selector: 'div#stripe h2',
      css: [
      '.sIFR-root { color: #FFFFFF; font-size: 27px; font-weight: normal; }'
      ],
      tuneWidth: -5,
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'div#stripe h3',
      css: [
      '.sIFR-root { color: #FFFFFF; font-size: 16px; font-weight: normal; text-transform: uppercase; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; }'
      ,'a:active { color: #FFFFFF; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});