
var footlight = { src: 'Flash/Footlight.swf' };
var footlight_shaded = { src: 'Flash/Footlight_shaded.swf' };
var footlight_shaded_s = { src: 'Flash/Footlight_shaded_s.swf' };
var myraid_pro= { src: 'Flash/Myraid_pro.swf' };

sIFR.activate(footlight);
sIFR.activate(footlight_shaded);
sIFR.activate(footlight_shaded_s);
sIFR.activate(myraid_pro);



sIFR.replace(footlight, {
    selector: 'h1',
    wmode: 'transparent',
    css: '.sIFR-root { color: #252063; font-size:19px; text-transform:uppercase; }'
});

sIFR.replace(footlight_shaded, {
    selector: 'h2',
    wmode: 'transparent',
	css: [
    '.sIFR-root { color: #252063;font-size:19px; text-transform:uppercase; font-weight:bold;}'
    ,'a { color: #252063; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #252063; text-decoration: none ; }'
    ,'a:hover { color: #252063; text-decoration: underline ; }'
    ,'a:focus { color: #252063; text-decoration: none ; }'    
  ]	
});

sIFR.replace(myraid_pro, {
    selector: 'h3',
    wmode: 'transparent',
    css: '.sIFR-root { color: #5f5f62; font-size:13px; font-weight:bold; }'
});

sIFR.replace(footlight_shaded_s, {
    selector: 'h4',
    wmode: 'transparent',
    css: '.sIFR-root { color: #ffffff; font-size:19px; }'
});

