var cooper = {
    src: 'http://www.labaroeza.nl/swf/cooper.swf'
  };

  sIFR.activate(cooper);

  sIFR.replace(cooper, {
    selector: '.menu div'
    ,wmode: 'transparent'
		,offsetTop: '5'
		,css: [
      '.sIFR-root a{ text-align: center; text-decoration: none; color: #FFFFFF; }'
      ,'.sIFR-root a:hover { color: #FF9900; }'
			,'.sIFR-root .aan { color: #FF9900; }'
			
    ]
  });
	
	sIFR.replace(cooper, {
    selector: '.footertext'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root { text-align: right;  color: #FFFFFF; }'
	   ]
  });
	
	sIFR.replace(cooper, {
    selector: '.footermenu'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root a { text-align: right; text-decoration: none;  color: #000000; }'
			,'.sIFR-root a:hover { color: #FF9900; }'
			,'.sIFR-root a.aan { color: #FF9900; }'
	   ]
  });
	
	sIFR.replace(cooper, {
    selector: '.blader'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root { text-align: center; text-decoration: none;  color: #000000; }'
			,'.sIFR-root a { text-align: center; text-decoration: none;  color: #000000; }'
			,'.sIFR-root a:hover { color: #FF9900; }'
			,'.sIFR-root a.aan { color: #FF9900; }'
	   ]
  });
	
