var avenir = {
      src: 'http://67.18.18.114/~westech/flash/avenir.swf'
};
 
sIFR.activate(avenir);

sIFR.replace(avenir, {
      selector: 'h1',
	  css: [
      '.sIFR-root {font-size: 28px; font-weight:normal; color:#999999; border-top: 3px solid #dddddd; margin-bottom: 0px;}',
	  'a {color:#999999; text-decoration: none;}',
	  'a:hover {color:#777777;}'
      ],
      wmode: 'transparent'
});
 
sIFR.replace(avenir, {
      selector: 'h2',
	  css: [
      '.sIFR-root {font-size: 16px; color: #d8d8c0; padding-top: 4px; border-top: 3px solid #d8d8c0;}',
	  'a {color:#999999; text-decoration: none;}',
	  'a:hover {color:#777777;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h3',
	  css: [
      '.sIFR-root {font-size: 16px; color: #d8d8c0; padding-top: 4px; border-top: 3px solid #d8d8c0;}'
      ],
      wmode: 'transparent'
});
 
