﻿var bignoodle = {
  src: '/Files/Billeder/swf/bignoodle.swf'
};

sIFR.activate(bignoodle);

sIFR.replace(bignoodle, {
  selector: 'sIFR-replaced a#activeitem',
  css: [
      '.sIFR-replaced a#activeitem {color: #a7dcf4; }',
      'a:link { color: #a7dcf4;}',
      'a:active { color: #a7dcf4; }',
      'a:hover { color: #a7dcf4; }'

     
    ],
  wmode: 'transparent',
  tuneHeight: '-7'
});


sIFR.replace(bignoodle, {
  selector: 'h1',
  css: [
      '.sIFR-root { text-align: left; font-weight: left; color: #FFFFFF; }',
	  'a { text-decoration: none; }',
      'a:link { color: #000000; }',
      'a:hover { color: #CCCCCC; }',
'a:active { color: #a7dcf4; }'
    ],
  wmode: 'transparent',
  tuneHeight: '-5'
});





sIFR.replace(bignoodle, {
  selector: 'h3',
  css: [
      '.sIFR-root { text-align: left; font-weight: left; color: #000000; }',
	  'a { text-decoration: none; }',
      'a:link { color: #000000; }',
      'a:hover { color: #000000; }'
    ],
  wmode: 'transparent',
  tuneHeight: '-5'
});

sIFR.replace(bignoodle, {
  selector: 'h4',
  css: [
      '.sIFR-root { text-align: left; font-weight: left; color: #000000; }',
	  'a { text-decoration: none; }',
      'a:link { color: #000000; }',
      'a:hover { color: #000000; }'
    ],
  wmode: 'transparent',
  tuneHeight: '-5'
});



