   var site_font = {
      src: 'admin/codebase/sifr3/demo/Hyazinth1.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    sIFR.activate(site_font);

	function doSifr() {
    sIFR.replace(site_font, {
      selector: '.sifRed',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { color: #FFFFFF; letter-spacing: 1; margin-left:10px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#000'
          ,strength: 1
        }
      }
    });
	
	}
	var site_font1 = {
      src: 'admin/codebase/sifr3/demo/Hyazinth1.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    sIFR.activate(site_font1);

	function doSifr1() {
    sIFR.replace(site_font1, {
      selector: '.sifRedGalery',
	  wmode: 'transparent'
      ,css: [
        '.sIFR-root { color: #FFFFFF; letter-spacing: 1; text-align:center;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
      ],filters: {
        DropShadow: {
          knockout: false
          ,distance: 1
          ,color: '#000'
          ,strength: 1
        }
      }
    });
	
	}
	

  