var global = {
	src: 'sifr/global.swf'
};

var menu = {
	src: 'sifr/menu.swf'
};

sIFR.activate(global,menu);

function sIFRInit(){

		sIFR.replace(global, {
		    selector: '.sifr'
		    ,css: [
		       '.sIFR-root { background-color: #fafaf7; font-size: 18px; text-align: center; font-weight: normal; }'
		      ,'a { color: #361717; text-decoration: none; }'
		      ,'a:link { color: #361717; }'
		      ,'a:hover { color: #cccccc; }'
		     ]
		});

		sIFR.replace(global, {
		    selector: '.sifrProductName'
		    ,css: [
		       '.sIFR-root { background-color: #fafaf7; font-size: 34px; font-weight: normal; }']
		});

		sIFR.replace(global, {
		    selector: '.sifrTitle'
		    ,css: [
		       '.sIFR-root { color: #361717; background-color: #fafaf7; font-size: 28px; font-weight: normal; text-decoration: none;}']
		});

		sIFR.replace(menu, {
		    selector: '.sifrMenu'
		    ,css: [
		       '.sIFR-root { background-color: #fafaf7; font-size: 36px; text-align: center; font-weight: normal; }'
		      ,'a { color: #361717; text-decoration: none; }'
		      ,'a:link { color: #361717; }'
		      ,'a:hover { color: #cccccc; }'
			  ]
		});

}

sIFRInit();
