var intro = {
      src: 'http://www.niavac.com/flash/helv-light.swf'
};
 
sIFR.activate(intro);
 
sIFR.replace(intro, {
      selector: '.intro p',
	    css: ['.sIFR-root { font-size: 30px; line-height: 38px; color: #ffffff;  text-transform:none;   }',
		    	'strong { font-size: 30px; line-height: 38px; color: #ccff66; font-weight:lighter;  text-transform:none;}',	  ],
		wmode: 'transparent', tuneHeight: 0, offsetTop:0, forceSingleLine: false, offsetLeft:0, tuneWidth:0
});


var heading2 = {
      src: 'http://www.niavac.com/flash/avenir.swf'
};
 
sIFR.activate(heading2);
 
sIFR.replace(heading2, {
      selector: 'h2',
	    css: ['.sIFR-root { font-size: 18px; line-height: 38px; color: #ffffff;  text-transform:uppercase; letter-spacing:1;   }',
		    	'strong { font-size: 30px; line-height: 38px; color: #ccff66; font-weight:lighter;  text-transform:none;}',	  ],
		wmode: 'transparent', tuneHeight: 0, offsetTop:0, forceSingleLine: false, offsetLeft:0, tuneWidth:0
});


