function replaceTitle() {
  if(typeof sIFR == "function"){
	sIFR.replaceElement("h1.statictitle, h1.producttitle, h1.ma_title, h1.cattitle, h1.parfumtitle, h1.statictitle",
	  named({
		  sFlashSrc: '/sifr/Garamond.swf',
		  sColor: '#8c5a1a',
		  sBgColor:'#f8f8f8'
		  })
	);
  }
}