var conduit_med = { src: '/flash/conduit_med.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(conduit_med);

  sIFR.replace(conduit_med, {
    wmode: 'transparent',
    selector: '.divMenuItem span',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
    selectable: false,
    forceSingleLine: true,
    thickness: 100,
    onRelease: function(fi) {
      ahref = Element.extend(fi.getAlternate()).down();
      showSubMenu($w(ahref.className)[1]);
      //alert($w(ahref.className)[1]);
      return false;
    }
  });

	sIFR.replace(conduit_med, {
	  wmode: 'transparent',
	  selector: '.divMenuItemActive span',
	  css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
	  selectable: false,
	  forceSingleLine: true,
	  thickness: 100,
	  tuneHeight: -2,
	  onRelease: function(fi) {
	    ahref = Element.extend(fi.getAlternate()).down();
	    showSubMenu($w(ahref.className)[1]);
	    //alert($w(ahref.className)[1]);
	    return false;
	  }
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.frontLabelHeader',
		css: ['.sIFR-root {color:#FFFFFF;}'],
		selectable: false,
		forceSingleLine: true,
		tuneHeight: -8,
		offsetTop: -5
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: 'h1',
		css: ['.sIFR-root {color:#c41230;}'],
		selectable: false,
		forceSingleLine: true
	});
		
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.rightHeader',
		css: ['.sIFR-root {color:#c41230;}'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.katalogHeader',
		css: ['.sIFR-root {color:#FFFFFF;}'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.sProductHeaderText',
		css: ['.sIFR-root {color:#FFFFFF;}'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.productHeader',
		css: ['.sIFR-root {color:#c41230;}'],
		selectable: false,
		forceSingleLine: true,
		tuneHeight: -5
	});
	
	sIFR.replace(conduit_med,{ 
		wmode: 'transparent',
		selector: '.colorHeader',
		css: ['.sIFR-root {color:#FFFFFF;}'],
		selectable: false,
		forceSingleLine: true
	});