
 //<![CDATA[
  var h1_font = {
  src: 'js/fonts/calibri.swf'
 };
 var h2_font = {
 src: 'websitefontdata/fonts/1[regular][italic][bold].swf'
 };
  var h3_font = {
  src: 'websitefontdata/fonts/___2[regular][italic][bold].swf'
 };
  var h4_font = {
  src: 'websitefontdata/fonts/___2[regular][italic][bold].swf'
 };
 sIFR.useStyleCheck = false;
 sIFR.fixHover = true;
 sIFR.fitExactly = true;
 sIFR.repaintOnResize = true;
 sIFR.preserveSingleWhitespace = false;
 sIFR.fromLocal = true;
 function abcd(str1,str,color1,ah,ali,size){
  sIFR.activate(str1);
 sIFR.replace(str1, {selector: str,
  css: [
   '.sIFR-root { line-height: 1em; font-size: '+size+'; color: '+color1+'; background-color: none; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
   'a { text-decoration: none; }',
   'a:link { color: '+ali+'; }',
   'a:hover { color: '+ah+'; }'
  ],
  filters: {
  },
  wmode: 'transparent'
 });
}
 
abcd(h1_font,'h1','#399CFF','#399CFF','#000066','40px');
abcd(h2_font,'h2','#2F2F2F','#CC1CC1','#000066','25px');
abcd(h3_font,'h3','#000066','#000066','#000066','23px');
abcd(h4_font,'h4','#3366FF','#CC1CC1','#FF0000','50px');
 
 //]]>
