
var hp_one = {
      src: 'http://blog.digimarc.com/images/assets/flash/sifr/tradegothic_boldtwo.swf' 
};
 
sIFR.activate(hp_one);
 
sIFR.replace(hp_one, {
      selector: 'h1.hp_one',
	  css: [
      '.sIFR-root { font-size:31px; font-weight:normal; color:#3a9195; }'
      ],
      wmode: 'transparent'
});

//Begin next style...

var hp_two= {
      src: 'http://blog.digimarc.com/images/assets/flash/sifr/tradegothic_medium.swf' 
};
 
sIFR.activate(hp_two);
 
sIFR.replace(hp_two, {
      selector: 'h2.hp_two',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#3a9195; }'
      ],
      wmode: 'transparent'
});

//Begin next style...

var sub_one = {
      src: 'http://blog.digimarc.com/images/assets/flash/sifr/tradegothic_boldtwo.swf' 
};
 
sIFR.activate(sub_one);
 
sIFR.replace(sub_one, {
      selector: 'h1.sub_one',
	  css: [
      '.sIFR-root { font-size:20px; color:#3a9195; text-transform:uppercase; height:35px; }'
      ],
      wmode: 'transparent'
});

//Begin next style...

var sub_two = {
      src: 'http://blog.digimarc.com/images/assets/flash/sifr/tradegothic_medium.swf' 
};
 
sIFR.activate(sub_two);
 
sIFR.replace(sub_two, {
      selector: 'h2.sub_two',
	  css: [
      '.sIFR-root { font-size:19px; color:#3a9195; }',
	  'a:link { color:#3a9195; text-decoration:none; }',
	  'a:visited { color:#3a9195; }',
	  'a:active { color:#3a9195; }',
	  'a:hover { color:#000000;text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

