var square721bt = {
  src: 'scripts/square721_bt.swf'
};

sIFR.activate(square721bt); // From revision 209 and onwards

sIFR.replace(square721bt, {
  selector: '.home_header',transparent: true
      ,css: [
      '.sIFR-root { font-size: 19px; text-align: right; leading: 5; color: #aaaaaa;  }'
      ]

});

sIFR.replace(square721bt, {
  selector: '.home_functions',transparent: true
      ,css: [
      '.sIFR-root { font-size: 23px; text-align: right; color: #989898;  }'
      ]
      ,fitExactly: 'true'
      ,tuneWidth: '0'
      ,tuneHeight: '-5'
      ,offsetLeft: '0'
      ,offsetTop: '-5'
      ,selectable: 'true'
 
});

sIFR.replace(square721bt, {
  selector: '.diensten_text',transparent: true
      ,css: [
      '.sIFR-root { font-size: 12px; text-align: left; leading: 1; color: #6d6d6d;  }'
      ,'a { color: #0099ff; text-decoration: none; }'
			,'a:visited { color: #666699; text-decoration: none; }'
			,'a:hover { color: #0099ff; text-decoration: underline; }'
   		,'a:active { color: #0099ff; text-decoration: underline; }'
   		]

});

sIFR.replace(square721bt, {
  selector: '.form_text',transparent: true
      ,css: [
      '.sIFR-root { font-size: 12px; text-align: right; leading: 1; color: #6d6d6d;  }'
      ,'a { color: #0099ff; text-decoration: none; }'
			,'a:visited { color: #666699; text-decoration: none; }'
			,'a:hover { color: #0099ff; text-decoration: underline; }'
   		,'a:active { color: #0099ff; text-decoration: underline; }'
   		]

});
