var rockwell = { src: '../../GUI/FONTS/rockwell.swf' };
sIFR.activate(rockwell);
	  sIFR.replace(rockwell, {
      selector: 'h1'
      ,css: ['.sIFR-root { color:#333333; font-size:32px; }']
	  ,wmode: 'transparent'
	  ,offsetTop:   '-7'
    });
      sIFR.replace(rockwell, {
      selector: 'h2'
      ,css: ['.sIFR-root { color:#333333; font-size:23px; }']
	  ,wmode: 'transparent'
	  ,offsetTop: '-7'
    });
      sIFR.replace(rockwell, {
      selector: 'h3'
      ,css: ['.sIFR-root { color:#ffffff; font-size:23px; }']
	  ,wmode: 'transparent'
	  ,offsetTop: '-7'
    });
      sIFR.replace(rockwell, {
      selector: '#headerArea'
      ,css: ['.sIFR-root { color:#33332D;font-size:16px;font-weight:bold; }']
	  ,wmode: 'transparent'
	  ,tuneHeight:  '5'
	  ,offsetTop:   '-2'
	  ,offsetLeft:  '10'
    });
      sIFR.replace(rockwell, {
      selector: '#footerMenu'
      ,css: [
      '.sIFR-root { color:#33332D;font-size:14px;font-weight:bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #33332D; }'
      ,'a:hover { color: #ff0000; }'
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight:  '100'
	  ,offsetTop:   '40'
	  ,offsetLeft:  '60'
	  ,tunewidth:   '30'
    });
    
          sIFR.replace(rockwell, {
      selector: '.contactFooterText'
      ,css: [
      '.sIFR-root { color:#ffffff; }'
      ,'a { text-decoration: none;font-weight:bold; }'
      ,'a:link { color: #B8B5B5; }'
      ,'a:hover { color: #ec1c24; }'
      ]
	  ,wmode: 'transparent'
	  ,forceSingleLine: 'true'
      ,offsetLeft:  '7'
      ,offsetTop:  '2'
    });