    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var avantxlt = {
	wmode: 'transparent' ,
  src: 'avantgardeextralight.swf'
};

var avantbook = {
  src: 'avantgardebook.swf'
};

var avantmed = {
  src: 'avantgardemedium.swf'
};

var avantdemi = {
  src: 'avantgardedemi.swf'
};

sIFR.activate(avantxlt, avantbook, avantmed, avantdemi); // From revision 209 and onwards

sIFR.replace(avantxlt, {
  selector: 'h2',
  wmode: 'opaque' ,
  selectable: 'false' ,
  forceSingleLine: true ,
  preventWrap: true,
  css: ['.sIFR-root{font-size: 28px; }']
});
sIFR.replace(avantdemi, {
  selector: 'h4',
  wmode: 'opaque',
  selectable: 'true' ,
  forceSingleLine: true ,
  css: ['.sIFR-root{font-size: 12px; color: #000000;}','a{text-decoration:none; color: #000000;}','a:hover{text-decoration:none; color: #000000;}']
});
sIFR.replace(avantdemi, {
  selector: 'h1',
  wmode: 'opaque',
  selectable: 'true' ,
  forceSingleLine: true ,
  css: ['.sIFR-root{font-size: 12px; color: #000000;}','a{text-decoration:none; color: #000000;}','a:hover{text-decoration:none; color: #666666;}']
});
sIFR.replace(avantdemi, {
  selector: 'h5',
  wmode: 'opaque',
  selectable: 'true' ,
  forceSingleLine: true ,
  css: ['.sIFR-root{font-size: 12px; color: #666666;}','a{text-decoration:none; color: #666666;}','a:hover{text-decoration:none; color: #000000;}']
});

sIFR.replace(avantdemi, {
  selector: 'h3',
  selectable: 'true' ,
  css: ['.sIFR-root{font-size: 10px; color: #666666;}']
});
sIFR.replace(avantbook, {
  selector: 'span',
  css: ['.sIFR-root{font-size: 14px; text-decoration: none;  letter-spacing: 0;}','a{ text-decoration:none; color: #999999; cursor: pointer;}','a:hover{ text-decoration:none; color: #000000; cursor: pointer;}','a:active{ text-decoration:none; color: #000000; cursor: pointer;}','h2{font-size: 28px;}']
});

sIFR.replace(avantmed, {
  selector: 'p',
  
  css: ['.sIFR-root{font-size: 13px; leading: 6px; color: #999999; text-align: justify;}', 'a{font-size: 13px; text-decoration: none; leading: 6px; color: #999999; text-align: justify;}', 'a:hover{font-size: 13px; text-decoration: none; leading: 6px; color: #999999; text-align: justify;}']
});  
