


var spring = {
      src: '/uploads/springlight-regular.swf'
};
 
sIFR.activate(spring);
 
sIFR.replace(spring, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:40px; font-weight: bold; color:#813010;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(spring, {
      selector: '#VertNavBox h1',
	  css: [
      '.sIFR-root { font-size:36px; font-weight: normal;  color:#813010; }'
      ],
      wmode: 'transparent'
});



sIFR.replace(spring, {
      selector: '#sub-sections h2',
	  css: [
      '.sIFR-root { font-size:32px; font-weight: bold;  color:#813010;text-align: center;  }'
      ],
      wmode: 'transparent'
});
sub-sections
