var mph1w = {
      src: 'fhdesign/flash/mp.swf' 
};
 
sIFR.activate(mph1w);
 
sIFR.replace(mph1w, {
       selector: 'h1',
      css: [
      '.sIFR-root { font-size:34px; font-weight:semibold; text-transform: uppercase; color:#add587; }'
      ],
      wmode: 'transparent'
});

var mph2b = {
      src: 'fhdesign/flash/mp.swf' 
};
 
sIFR.activate(mph2b);
 
sIFR.replace(mph2b, {
       selector: 'h2',
      css: [
      '.sIFR-root { font-size:20px; font-weight:semibold; text-transform: uppercase; color:#add587; }'
      ],
      wmode: 'transparent'
});


var mph3b = {
      src: 'fhdesign/flash/mp.swf' 
};
 
sIFR.activate(mph3b);
 
sIFR.replace(mph3b, {
       selector: 'h3',
      css: [
      '.sIFR-root { font-size:20px; font-weight:semibold; text-transform: uppercase; color:#939598; }'
      ],
      wmode: 'transparent'
});

var mph3w = {
      src: 'fhdesign/flash/mp.swf' 
};
 
sIFR.activate(mph3w);
 
sIFR.replace(mph3w, {
       selector: 'h4',
      css: [
      '.sIFR-root { font-size:20px; font-weight:semibold; text-transform: uppercase; color:#FFFFFF; }'
      ],
      wmode: 'transparent'
});

var mph5w = {
      src: 'fhdesign/flash/mp.swf' 
};
 
sIFR.activate(mph5w);
 
sIFR.replace(mph5w, {
       selector: 'h5',
      css: [
      '.sIFR-root { font-size:22px; font-weight:semibold; text-transform: uppercase; color:#FFFFFF; }'
      ],
      wmode: 'transparent'
});
