/*
	sIFR.activate(helv);
	sIFR.activate(helvlight);
	
	sIFR.replace(helv, {
		selector: '.sifr-h2'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root { color: #ffffff; font-size:16px; }'
		]
	});
	
	sIFR.replace(helv, {
		selector: '.sifr-h3'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {color: #ffffff; font-size:16px;}'
		]
	});
	
	
	sIFR.replace(helv, {
		selector: '.sifr-h4'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #1E446B; font-size:13px; }'
		]
	});
	
	sIFR.replace(helv, {
		selector: '.sifr-h5'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #1E446B; font-size:12px;}'
		]
	});
		sIFR.replace(helv, {
		selector: '.sifr-additional-content-h5'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #555555; font-size:11px; text-align:center; margin-bottom:0px; }'
		]
	});
		sIFR.replace(helvlight, {
		selector: '.sifr-p'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #f2f4f6; font-size:11px; font-weight:normal}'
		]
	});
		sIFR.replace(helvlight, {
		selector: '.sifr-u'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #ffffff; font-size:10px; cursor:pointer}'
		]
	});
		sIFR.replace(helvlight, {
		selector: '.sifr-u-t'
		,wmode: 'transparent'
		,css: [
		  '.sIFR-root {  color: #bde0fa; font-size:10px; text-align:right; cursor:pointer}'
		]
	});

*/
function boot() {
	if (document.getElementsByTagName && document.getElementById) {
		document.getElementById("nav-side").className="jsenable";
		BuildList();
	}
}