  var praxic = {
    src: '/assets/flash/sIFR/PraxicCom.swf'
	};
  var praxiclight = {
    src: '/assets/flash/sIFR/PraxicComLight.swf'
	};	
  sIFR.activate(praxic, praxiclight);


// splash page
	sIFR.replace(praxiclight, {
    selector: 'p.h1-header strong'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:25px;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });

// splash page
	sIFR.replace(praxiclight, {
    selector: 'body.splash strong.green'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #00ADAC; text-transform: none; font-size:28px; text-align:center;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });

  
	sIFR.replace(praxic, {
    selector: 'body.splash h1'
	,forceWidth: 'true'
	,tuneHeight: '-4'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:28px; text-align:center; text-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
// h1	
	sIFR.replace(praxic, {
    selector: 'body.article h1.green'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #00ADAC; text-transform: none; font-size:26px; text-align:left;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  
	sIFR.replace(praxiclight, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #00ADAC; text-transform: none; font-size:28px; text-align:left;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });

// secondary navigaion
/*
	sIFR.replace(praxic, {
    selector: '.secondary-nav li'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #21BEBF; text-transform: none; font-size:14px; text-align:left;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #21BEBF }'
      ,'a:hover { color: #ffffff }'
    ]
  });
*/