// 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 fDiavlo = { src: 'http://krishi.net.in/swf/diavlo.swf' };
var fCochin = { src: 'http://krishi.net.in/swf/cochin.swf' };
var fAvant = { src: 'http://krishi.net.in/swf/avant.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(fDiavlo, fAvant);

sIFR.replace(fAvant, {
	selector: 'h1.example1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #404040; font-size:26px; height:30px; }',
		'em { font-style:italic; color: #444477;  }',
		'strong { font-style:normal; color: #636363; line-height:30px; font-size:15px; }',
		'.bold { font-style:bold; }',
		'a { color: #a5a5a5; text-decoration:none; }',
		'a:hover { color: #000000; }',
	]
});

sIFR.replace(fDiavlo, {
	selector: 'h2.example1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #a5a5a5; text-transform:uppercase; font-size:16px; line-height:20px; }',
		'em { font-style:italic; color: #444477;  }',
		'strong { font-style:normal; color: #636363; line-height:30px; font-size:15px; }',
		'.black { font-style:normal; color: #444444; line-height:18px; text-transform:none; }',
		'.bold { font-style:bold; }',
		'a { color: #a5a5a5; text-decoration:none; }',
		'a:hover { color: #000000; }',
	]
});



sIFR.replace(fDiavlo, {
	selector: 'h3.example1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #444444; font-size:18px; line-height:20px; }',
		'em { font-style:italic; color: #444477;  }',
		'strong { font-style:normal; color: #636363; line-height:30px; font-size:15px; }',
		'a { color: #a5a5a5; text-decoration:none; }',
		'a:hover { color: #000000; }',
	]
});


sIFR.replace(fDiavlo, {
	selector: 'h4.example1',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #5a5a5a; text-transform:uppercase; font-size:18px; line-height:20px; }',
		'em { font-style:italic; color: #444477;  }',
		'strong { font-style:normal; color: #636363; line-height:30px; font-size:15px; }',
		'a { color: #a5a5a5; text-decoration:none; }',
		'a:hover { color: #000000; }',
	]
});



