var SifrHeading = {
  src: 'amasis.swf'
};

sIFR.activate(SifrHeading); // From revision 209 and onwards

sIFR.replace(SifrHeading, {
	selector: '#content h1'
		,css: [
			'.sIFR-root { color: #c3a572; font-size: 25px; font-weight: bold; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});

var SifrMembers = {
  src: 'amasis.swf'
};

sIFR.activate(SifrMembers); // From revision 209 and onwards

sIFR.replace(SifrMembers, {
	selector: '#content #members #nrOfMembers'
		,css: [
			'.sIFR-root { color: #c3a572; font-size: 25px; font-weight: bold; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});

var SifrH2 = {
  src: 'amasis.swf'
};

sIFR.activate(SifrH2); // From revision 209 and onwards

sIFR.replace(SifrH2, {
	selector: '#content h2'
	,css: [
			'.sIFR-root { color: #333333; font-size: 19px; font-weight: bold; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});

var Sifrh3 = {
  src: 'amasis.swf'
};

sIFR.activate(Sifrh3); // From revision 209 and onwards

sIFR.replace(Sifrh3, {
	selector: '#content h3'
	,css: [
			'.sIFR-root { color: #333333; font-size: 15px; font-weight: bold; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});

var SifrH4 = {
  src: 'amasis.swf'
};

sIFR.activate(SifrH4); // From revision 209 and onwards

sIFR.replace(SifrH4, {
	selector: '#content h4'
	,css: [
			'.sIFR-root { color: #000000; font-size: 18px; font-weight: bold; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
