// JavaScript Document
// this is where to tell the system the name of the swf 
   var futura_bold = {
    src: 'futura_bold.swf'
      };
  

    
//<![CDATA[
/* Replacement calls. Please see documentation for more information. */
// must have
 sIFR.delayCSS  = true;
// (optional) this allows you to forcefully change the width on file, a must for the top navigation system 
  sIFR.forceWidth = false;
// (optional) this allows you to add the all caps css selector  
  sIFR.forceTextTransform = true;



  // sIFR.domains = ['charteroakbank.com'] // Don't check for domains in this demo
  
  sIFR.activate(futura_bold);

// standard for header styles filter area is optional 
	sIFR.replace(futura_bold, {selector:'h1,#lblCategoryName' 
   ,css: {
	  '.sIFR-root': { 'color': '#00381D', 'text-align': 'left', 'font-weight': 'bold', 'text-transform': 'uppercase', 'letter-spacing': '2', 'display': 'block', 'background-color':'#ffffff' }
	}
	 });