var trajan = { src: 'https://www.ibabyo.com/swf/trajan-pro.swf' };
sIFR.activate(trajan);

sIFR.replace(trajan, {
	selector: 'div#main-menu ul li.menu-item,div#cart-main-menu ul li.menu-item,ul.sub-menu li',
	css: [
		'.sIFR-root { text-align: left; color: #472b13; font-size:10px; display:block;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #472b13; }'
		,'a:hover { color: #472b13; text-decoration:underline }'
      ],
	wmode: 'transparent',
	forceSingleLine: true
});

sIFR.replace(trajan, {
	selector: 'h1, h2',
	css: [
		'.sIFR-root { text-align: left; color: #472b13; font-size:18px; display:block;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #472b13; }'
		,'a:hover { color: #472b13; text-decoration:underline }'
      ],
	wmode: 'transparent',
	forceSingleLine: true
});
sIFR.replace(trajan, {
	selector: 'div#content-box h1',
	css: [
		'.sIFR-root { text-align: left; color: #472b13; font-size:18px; display:block;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #472b13; }'
		,'a:hover { color: #472b13; text-decoration:underline }'
      ],
	wmode: 'transparent'
	
});