// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var trajan= { src: htmlTop + 'swf/trajan_ru.swf' };
// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(trajan);

sIFR.replace(trajan, {
	selector: 'div.sifrHeading',
	css: [
		'.sIFR-root { color: #efefef; text-align: center; font-size: 25pt}',
	]
	, wmode: 'transparent'
});

sIFR.replace(trajan, {
	selector: 'div.sifrIntro',
	css: [
		'.sIFR-root { color: #efefef; text-align: center; font-size: 18pt}',
	]
	, wmode: 'transparent'
});
/*
sIFR.replace(trajan, {
	selector: 'div.nav-2',
	css: [
	      '.sIFR-root { color: #efefef; text-align: center; font-size: 13px; cursor: pointer; font-weight: bold }',
	      ]
	      , wmode: 'transparent'
});
*/
sIFR.replace(trajan, {
	selector: 'div.nav-2-sml',
	css: [
	      '.sIFR-root { color: #efefef; text-align: center; font-size: 12px; cursor: pointer; font-weight: bold}',
	      ]
	      , wmode: 'transparent'
});

sIFR.replace(trajan, {
	selector: 'div.newstitle, div.box-common-title',
	css: [
	      '.sIFR-root { color: #efefef; text-align: center; font-size: 20px; font-weight: bold }',
	      ]
	      , wmode: 'transparent'
});

sIFR.replace(trajan, {
	selector: 'div.box-common-title-2',
	css: [
	      '.sIFR-root { color: #efefef; text-align: left; font-size: 18px; font-weight: bold }',
	      ]
	      , wmode: 'transparent'
});

sIFR.replace(trajan, {
	selector: 'div.orderButtonText',
	css: [
	      '.sIFR-root { color: #efefef; text-align: center; font-size: 13px; cursor: pointer; font-weight: bold }',
	      ]
	      , wmode: 'transparent'
});


