// JavaScript Document
var ampli = {
      src: 'heventica.swf'
};
 
sIFR.activate(ampli);

sIFR.replace(ampli, {
      selector: '.GreenStyle',
	  css: [
      '.sIFR-root {  font-size:17px; color:#a6bd16; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(ampli, {
      selector: '.GreyStyle',
	  css: [
      '.sIFR-root {  font-size:16px; color:#848383; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(ampli, {
      selector: '.BlackStyle',
	  css: [
      '.sIFR-root {  font-size:16px; color:#383838; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(ampli, {
      selector: '.GreyStyleLink',
	  css: [
      '.sIFR-root { font-size:16px; color:#848383; }',
	  'a:link { color: #848383; text-decoration: none; }',
	  'a:hover { color: #a6bd16; text-decoration: none; }',
	  'a:visited { color: #848383; text-decoration: none; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(pix, {
      selector: '.mainStyle',
	  css: [
      '.sIFR-root { font-size:18px; color:#f5fcdd; }',
	  'a:link { color: #f5fcdd; text-decoration: none; }',
	  'a:hover { color: #7C9924; text-decoration: none; }',
	  'a:visited { color: #f5fcdd; text-decoration: none; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(ampli, {
      selector: '.sortStyle2',
	  css: [
      '.sIFR-root { font-size:12px; color:#7C9924; }',
	  'a:link { color: #7C9924; text-decoration: none; }',
	  'a:hover { color: #f5fcdd; text-decoration: none; }',
	  'a:visited { color: #7C9924; text-decoration: none; }',
      ],
	  wmode: 'transparent'
});

sIFR.replace(pix, {
      selector: '.sortStyle',
	  css: [
      '.sIFR-root { font-size:12px; color:#f5fcdd; }',
	  'a:link { color: #f5fcdd; text-decoration: none; }',
	  'a:hover { color: #7C9924; text-decoration: none; }',
	  'a:visited { color: #f5fcdd; text-decoration: none; }',
      ],
	  wmode: 'transparent'
});
