function do_sIFR()
{
    //<[CDATA[
	var cochin = {
		src: '/sifr/arial.swf'
	};

	// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
	//sIFR.useStyleCheck = true;
	sIFR.activate(cochin);
		
	sIFR.replace(cochin, {
		selector: '.sifr-menu',
		css: 
			{
	'.sIFR-root':
	{
		'color': '#ffffff',
		'font-size': '13px',
		'font-weight': 'normal',
		'margin-left': '10'
	},            
	'a':
	{
		'text-decoration': 'none',
		'color': '#ffffff'
	},
	'a:hover':
	{
		'text-decoration': 'none',
		'font-weight': 'normal',
		'color': '#ffffff'                
	}
	},
		wmode: 'transparent'
	});

	//]]>
}