var helvRoman = {  
  	src: 'swf/helv-roman.swf'  
};
var helvLight = {  
  	src: 'swf/helv-light.swf'  
};
 
sIFR.activate(helvRoman, helvLight);  

sIFR.replace(helvRoman, {  
	selector: 'h3' 
	,offsetTop: -1 
	,tuneHeight: -6
	,wmode: 'transparent'
	,css: [  
		'a { color: #e09200; }'  
		,'a:link { color: #e09200; }'  
		,'a:hover { color: #fba503; text-decoration: underline; }'  
		,'.sIFR-root { font-weight: bold; }'
	]  
}); 

sIFR.replace(helvLight, {  
	selector: 'h2' 
	,offsetTop: -1 
	,tuneHeight: -7
	,wmode: 'transparent'
	,css: [  
		'a { color: #e09200; }'  
		,'a:link { color: #e09200; }'  
		,'a:hover { color: #fba503; text-decoration: underline; }'  
		,'.sIFR-root {  }'
	]  
}); 

sIFR.replace(helvLight, {  
	selector: 'h1' 
	,offsetTop: -2 
	,tuneHeight: 0
	,wmode: 'transparent'
	,css: [  
		'a { color: #e09200; }'  
		,'a:link { color: #e09200; }'  
		,'a:hover { color: #fba503; text-decoration: underline; }'  
		,'.sIFR-root {  }'
	]  
}); 