			var intel = {
				src: '/sifr3/js/d.swf'
			};
			var css = {
				'.sIFR-root': { 'color':'#989898' }
			};
			sIFR.prefetch(intel);
			sIFR.activate();
			sIFR.replace(intel, {
				selector: 'h1',
				css: css,
				wmode: 'transparent'
			});
var activecol='#ff0000';
if (top.location.href.indexOf('tvproduction')>0) activecol='#0000ff';
if (top.location.href.indexOf('mediatraining')>0) activecol='#00ff00';
var menu = {
				src: '/sifr3/js/GillSans.swf'
			};
			var css = {
				'.sIFR-root': { 'color':'#989898','background-color':'#000000','width':'50px' },'a': { 'color':'#989898','background-color':'#000000','width':'50px','text-decoration':'none'},'a:hover': { 'color':'#cccccc'},'.active':{'color':activecol},'#active':{'color':activecol}
			};
			var cssb = {
				'.sIFR-root': { 'color':'#989898','background-color':'#000000','width':'50px' },'a': { 'color':'#989898','background-color':'#000000','width':'50px','text-decoration':'none'},'a:hover': { 'color':'#cccccc','cursor':'pointer'},'.active':{'color':activecol},'#active':{'color':activecol}
			};
// 			var cssb = {
// 				'.sIFR-root': { 'color':'#989898','background-color':'#000000','width':'50px'},'a': { 'color':'#989898','background-color':'#000000','width':'50px','text-decoration':'none'},'a:hover': { 'color':'#cccccc'},'.active':{'color':activecol},'#active':{'color':activecol}
// 			};

			sIFR.prefetch(menu);
			sIFR.activate();
			sIFR.replace(menu, {
				selector: '.cat > li',
				css: css,
				wmode: 'transparent'
			});
			sIFR.replace(menu, {
				selector: '.subcat > li',
				css: cssb,
				wmode: 'transparent'
			});
