/* ------------------------------------------------------------ */
/* inline flash font replacement */
/* ------------------------------------------------------------ */
var KnowledgeMedium = {
	src: 'sifr/KnowledgeMedium.swf'
};

var KnowledgeLight = {
	src: 'sifr/KnowledgeRegular.swf'
};

sIFR.activate(KnowledgeLight);

sIFR.activate(KnowledgeMedium);

sIFR.replace(KnowledgeMedium, {
	selector: 'h2', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root {font-size:15px; float:left; background-color: transparent; text-align: left; text-transform:uppercase; color:#ff9100;  }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});


sIFR.replace(KnowledgeMedium, {
	selector: 'h3.Select', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root { font-size:18px;color:#666666; float:left; background-color: transparent; text-align: left; text-transform:none }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});

sIFR.replace(KnowledgeMedium, {
	selector: 'h3.Alt', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root { font-size:16px;color:#666666; float:left; background-color: transparent; text-align: left;  }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});

sIFR.replace(KnowledgeMedium, {
	selector: '#CountryName,#RegionName,#RegionSpace', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root { font-size:14px; color:#333333;  margin:0;background-color: transparent;  }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});






function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}

