  var kthaifont = {
    src: '/main/scripts01/sifr/kthaifont.swf',
    ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  };
  
  if (Prototype.Browser.WebKit) sIFR.removeFlashClass();
  
    
  sIFR.useStyleCheck = (Prototype.Browser.Gecko || Prototype.Browser.IE) ? false : true;
  sIFR.useDomLoaded = false;
  sIFR.activate(kthaifont);
 
  /* example config */
 /* sIFR.replace(kthaifont, {
    selector: 'class or id tag, class or id tag',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 22px; leading:0; letter-spacing: -0.2; color: #336600; padding-right: 10px; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #336600; }'
      ,'a:hover { color: #003300; text-decoration: none; }'
    ]
  });
  */
 
  /* page */
  sIFR.replace(kthaifont, {
    selector: '#sidebar-second h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 28px; font-weight: normal; leading:0; letter-spacing: 0.05; color: #336600; padding-right: 10px; line-height:1.2px; margin-top:-25px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #336600; }'
      ,'a:hover { color: #003300; text-decoration: none; }'
    ]
  });
 
  /* frontpage and page */
  sIFR.replace(kthaifont, {
    selector: '#knews-lastest h2, #col-left-dep h2, #annoucement-1 h2, #fb-klw h2, #kata h2,  #col-right h2,  #calendar h2, #gallery h2, #dep-news-1 h2, #dep-news h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 26px; font-weight: normal; leading:-10px; letter-spacing: 0.05; color: #336600; padding-right: 10px; line-height:0.5px; margin-top:-25px;margin-bottom:-80px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #336600; }'
      ,'a:hover { color: #003300; text-decoration: none; }'
    ]
  }); 

  /* frontpage and page */
  sIFR.replace(kthaifont, {
    selector: '#kru-news-1 h2, #kru-news-2 h2, #kru-news-3 h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 26px; font-weight: normal; leading:-10px; letter-spacing: 0.05; color: #333333; padding-right: 10px; line-height:0.5px; margin-top:-25px;margin-bottom:-80px; }'
      ,'a {color: #333333;  text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #003300; text-decoration: none; }'
    ]
  }); 
 

   /* page title */
  sIFR.replace(kthaifont, {
    selector: '#page-title h1, #content h1',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 34px;  leading:0; letter-spacing: 0.05; color: #333333; line-height:-4px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #333333; }'
    ]
    
  });
  
 
 /*  lastest post */
 
 
 
   /* frontpage and page */
  sIFR.replace(kthaifont, {
    selector: '#info-left h2, #info-center h2, #info-address h2, #annoucement-2 h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: left;  font-size: 28px; font-weight: normal; leading:0; letter-spacing: 0.05; color:#FFFFFF; padding-right: 10px; line-height:1.2px; margin-top:-25px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
  }); 
 
    /* Godword*/
  sIFR.replace(kthaifont, {
    selector: '#godword h5',
    wmode: 'transparent',
    css: [
      '.sIFR-root { text-align: center;  font-size: 42px; font-weight: normal; leading:0; letter-spacing: 0.05; color:#386d1f; padding-right: 10px; line-height:1.2px; margin-top:-25px;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #386d1f; }'
      ,'a:hover { color: #386d1f; text-decoration: none; }'
    ]
  }); 
 
 
