
// SWFOBJECT

document.observe('dom:loaded', function(){

  if ($('homepage-flash-replace')) {
    swfobject.embedSWF("flash/homepage_fr.swf", "homepage-flash-replace", "750", "407", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }

  if ($('about-flash-replace')) {
  	swfobject.embedSWF("flash/demo3_fr.swf", "about-flash-replace", "300", "290", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }

  if ($('demo-flash-replace')) {
    swfobject.embedSWF("flash/focus7_fr.swf", "demo-flash-replace", "750", "450", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }

  if ($('tv-flash-replace')) { 
    swfobject.embedSWF("flash/tvspot.swf", "tv-flash-replace", "750", "407", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }

});

// PRINT CERTIFICATE
// document.observe('dom:loaded', function(){
// 	if ($('certificate-wrap')) {
// 		var newButton = new Element('img', {'src' : 'img/btn.print-certificate.gif', 'alt' : 'Print Certificate', 'class' : 'button'});
// 		newButton.observe("click", function() { window.print() });		
// 		$('certificate-wrap').insert({'top' : newButton});
// 	}
// 
// });
