
sIFR.activate(h1);

sIFR.replace(h1,{
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: '.sIFR-root {color:#E10729; font-size:25px; font-weight: bold;}'
});

sIFR.replace(h1,{
  selector: 'h2.cHeading'
  ,wmode: 'transparent'
  ,css: '.sIFR-root {color:#85816F; font-size:12px; font-weight: bold; padding:0px; margin:0px; display:inline;}'
});

sIFR.replace(h1,{
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: '.sIFR-root {color:#85816F; font-size:12px; font-weight: bold; padding:0px; margin:0px;}'
});

sIFR.replace(h1,{
  selector: 'h2.pListing'
  ,wmode: 'transparent'
  ,css: '.sIFR-root {color:#85816F; font-size:12px; font-weight: bold; padding:0px; margin:0px;}'
});

sIFR.replace(h1,{
  selector: 'h6.menuName'
  ,wmode: 'transparent'
  ,css: [
  '.sIFR-root {color:#FFFFFF; font-size:10px; font-weight: bold;}'
  ,'a {color:#FFFFFF; text-decoration:none; font-weight: bold; opacity:70%; -moz-opacity:0.7;}'
  ,'a:hover {color:#FFFFFF; text-decoration:none;}'
  ]
});
sIFR.replace(h1,{
  selector: 'h6.menuNameSelected'
  ,wmode: 'transparent'
  ,css: [
  '.sIFR-root {font-size:10px; font-weight: bold;}'
  ,'a {color:#FFFFFF; text-decoration:none; font-weight: bold; opacity:70%; -moz-opacity:0.7;}'
  ,'a:hover {color:#FFFFFF; text-decoration:none;}'
  ]
});
sIFR.replace(h1,{
  selector: 'h6.subMenuName'
  ,wmode: 'transparent'
  ,css: [
  '.sIFR-root {color:#FFFFFF; font-size:10px; font-weight: bold; opacity:70%; -moz-opacity:0.7;}'
  ,'a {color:#FFFFFF; text-decoration:none; font-weight: bold;}'
  ,'a:hover {color:#dedede; text-decoration:none;}'
  ]
});
sIFR.replace(h1,{
  selector: 'h6.subMenuNameSelected'
  ,wmode: 'transparent'
  ,css: [
  '.sIFR-root {font-size:10px; font-weight: bold;}'
  ,'a {color:#FFFFFF; text-decoration:none; font-weight: bold; opacity:70%; -moz-opacity:0.7;}'
  ,'a:hover {color:#dedede; text-decoration:none;}'
  ]
});

