var FrutigerLight = {
	src: 'assets/sIFR3/FrutigerLight.swf'
}
var FrutigerBold = {
	src: 'assets/sIFR3/FrutigerBold.swf'
}

sIFR.useStyleCheck = true;
sIFR.activate(FrutigerLight,FrutigerBold);

/* Work out ratios using code below. 
   Ratios must be worked out for each font you are using.
**********************************************************
	// This block of code would be done for each font
	// you are using.
	sIFR.debug.ratios(FrutigerBold, {
		selector: 'h2.subtitle01'
	});
***********************************************************/

sIFR.replace(FrutigerLight, {
	selector: 'h2.title02'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
	,tuneHeight: -5
	,ratios: [8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 25, 1.19, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 65, 1.15, 71, 1.14, 72, 1.15, 1.14]
});
/*sIFR.replace(FrutigerBold, {
	selector: 'h2.subtitle01'
	,transparent: true
	,css: ['.sIFR-root { color: #648ea7; leading: 9; }']
	,tuneHeight: -3
	,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});*/
sIFR.replace(FrutigerBold, {
	selector: 'h3.subtitle02'
	,transparent: true
	,css: ['.sIFR-root { color: #ffffff; }']
	,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
});
sIFR.replace(FrutigerBold, {
	selector: 'h3.subtitle03'
	,transparent: true
	,tuneHeight: -4
	,css: ['.sIFR-root { color: #ffffff; }']
	,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
});
sIFR.replace(FrutigerBold, {
	selector: 'h3.subtitle06'
	,transparent: true
	,tuneHeight: -3
	,css: ['.sIFR-root { color: #ffffff; }']
	,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
});
sIFR.replace(FrutigerBold, {
	selector: 'h3.subtitle07'
	,transparent: true
	,css: ['.sIFR-root { color: #c9dfec; }']
	,tuneHeight: -6
	,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 84, 1.2, 85, 1.21, 89, 1.2, 90, 1.21, 1.2]
});

// For a complete list of js methods that can be passed to sIFR see - http://wiki.novemberborn.net/sifr3/JavaScript+Methods