var helvetica = {
    src: '/vreaucevabun/styles/style1/flash/helvetica.swf'
    ,ratios: [8,1.31,12,1.27,16,1.21,17,1.2,23,1.19,24,1.16,25,1.18,27,1.17,32,1.16,33,1.17,41,1.16,56,1.15,57,1.14,58,1.15,94,1.14,97,1.13,100,1.14,101,1.13,102,1.14,105,1.13,107,1.14,1.13]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(helvetica);

 //sIFR.debug.ratios({ src: '/vreaucevabun/styles/style1/flash/helvetica.swf', selector: 'h2' });


sIFR.replace(helvetica, {
    selector: 'h1.gateste'
    ,css: [
      ,'.sIFR-root { font-size: 26px; color:#ee0d28; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ee0d28; text-decoration: none; }'
      ,'a:hover { color: #ee0d28; text-decoration: underline; }'
    ]
    ,wmode: 'transparent'
	//,tuneHeight: -5
  });

sIFR.replace(helvetica, {
    selector: 'h1.gatestePag'
    ,css: [
      ,'.sIFR-root { font-size: 26px; color:#ee0d28; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ee0d28; text-decoration: none; }'
      ,'a:hover { color: #ee0d28; text-decoration: underline; }'
    ]
    ,wmode: 'transparent'
	//,tuneHeight: -5
  });

sIFR.replace(helvetica, {
    selector: 'h1.gray'
    ,css: [
      ,'.sIFR-root { font-size: 28px; color:#999999; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #999999; text-decoration: none; }'
      ,'a:hover { color: #999999; text-decoration: underline; }'
    ]
    ,wmode: 'transparent'
	//,tuneHeight: -5
  });

sIFR.replace(helvetica, {
    selector: 'h2.gateste'
    ,css: [
      ,'.sIFR-root { font-size: 24px; color:#ffffff; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ffffff; text-decoration: none; }'
      ,'a:hover { color: #ffffff; text-decoration: underline; }'
    ]
    ,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: 'h3.gateste'
    ,css: [
      ,'.sIFR-root { font-size: 28px; color:#ffffff; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ffffff; text-decoration: none; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });
sIFR.replace(helvetica, {
    selector: 'h3.gatesteOff'
    ,css: [
      ,'.sIFR-root { font-size: 28px; color:#ee0d28; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ee0d28; text-decoration: none; }'
      ,'a:hover { color: #ee0d28; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });
sIFR.replace(helvetica, {
    selector: 'h3.black'
    ,css: [
      ,'.sIFR-root { font-size: 16px; color:#666666; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #666666; text-decoration: none; }'
      ,'a:hover { color: #666666; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: 'h3.red'
    ,css: [
      ,'.sIFR-root { font-size: 20px; color:#ee0d28; font-weight:bold; text-transform: uppercase;}'
      ,'a:link { color: #ee0d28; text-decoration: none; }'
      ,'a:hover { color: #ee0d28; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });
