var futmed = {
  src: '/_media/swf/futmed.swf'
};

sIFR.prefetch(futmed);
sIFR.activate();



sIFR.replace(futmed, {
  selector: '#products h2,#full h2'
  ,css: {
    'a:link,a:visited': { 'color': '#333333', 'text-decoration': 'none'}
	,'a:hover': { 'color': '#333333', 'text-decoration': 'none'}
  }
	,filters: {
	  DropShadow: {
	    distance: 2
	    ,color: '#f1f1f1'
	    ,strength: 2
	  }
	}
	,wmode: 'transparent'
});


sIFR.replace(futmed, {
  selector: '#products h3'
  ,css: {
    'a:link,a:visited': { 'color': '#333333', 'text-decoration': 'none'}
	,'a:hover': { 'color': '#333333', 'text-decoration': 'none'}
  }
	,filters: {
	  DropShadow: {
	    distance: 2
	    ,color: '#f1f1f1'
	    ,strength: 2
	  }
	}
	,wmode: 'transparent'
});

sIFR.replace(futmed, {
  selector: '#main h2'
  ,css: {
    'a:link,a:visited': { 'color': '#ff0000', 'text-decoration': 'none'}
	,'a:hover': { 'color': '#ff0000', 'text-decoration': 'none'}
  }
	,filters: {
	  DropShadow: {
	    distance: 2
	    ,color: '#f1f1f1'
	    ,strength: 2
	  }
	}
	,wmode: 'transparent'
});


sIFR.replace(futmed, {
  selector: '#main h3,.details #main h4'
  ,css: {
	'color': '#666666'
    ,'a:link,a:visited': { 'color': '#ff0000', 'text-decoration': 'none'}
	,'a:hover': { 'color': '#ff0000', 'text-decoration': 'none'}
  }
	,wmode: 'transparent'
});