  //<[CDATA[

  var vag = {
    src: 'vag.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(vag);


sIFR.replace(vag, {
    selector: 'h1', ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,26,1.26,29,1.24,30,1.25,40,1.24,58,1.23,63,1.22,64,1.23,97,1.22,98,1.21,101,1.22,103,1.21,104,1.22,105,1.21,106,1.22,108,1.21,109,1.22,1.21]
    ,css: [
      '.sIFR-root { background-color: #ffffff; color:#39b54a; font-weight: normal }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #206D35; }'
      ,'a:hover { color: #206D35; text-decoration: underline; }'
    ]

  });
  
  
 
  //]]>
 
<!--

function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
   var arVersion = navigator.appVersion.split("MSIE")
   var version = parseFloat(arVersion[1])
   if ((version >= 5.5) && (document.body.filters)) 
   {
      for(var i=0; i<document.images.length; i++)
      {
         var img = document.images[i]
         var imgName = img.src.toUpperCase()
         if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
            var imgID = (img.id) ? "id='" + img.id + "' " : ""
            var imgClass = (img.className) ? "class='" + img.className + "' " : ""
            var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
            var imgStyle = "display:inline-block;" + img.style.cssText 
            if (img.align == "left") imgStyle = "float:left;" + imgStyle
            if (img.align == "right") imgStyle = "float:right;" + imgStyle
            if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
            var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
            img.outerHTML = strNewHTML
            i = i-1
         }
      }
   }    
}

//-->
