// adjust swfpath for depth from _root (ie: "../swf/") for templates
// this depth will be different because of url routing so we use the geturi.js file to determine the depth
var swfpath = uri.relativePath + "Common/swf/";

var HelvNeue = {
  src: swfpath + 'HelvNeue_Thin.swf'
};

sIFR.activate(HelvNeue);

sIFR.replace( HelvNeue, {
  selector: 'h2',
  wmode: 'transparent',transparent: 'true',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #c41230; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #b4b4b4; }'
      		,'a:hover { color: #b8db4a; }'
      		,'span { background-color: #FFFFFF; }'
	]
});
sIFR.replace( HelvNeue, {
  selector: 'h3',
  wmode: 'transparent',  
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #a9763d; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #b4b4b4; }'
      		,'a:hover { color: #b8db4a; }'
      		,'span { background-color: #FFFFFF; }'
	]
});
