
var futura = { src: 'flash/rockwell.swf' };

sIFR.activate(futura);




sIFR.replace(futura,
{
    selector: '#menu p', offsetTop: 0, offsetLeft: 0, tuneHeight: 0, thickness: 0, sharpness: 0, forceSingleLine:true,
    css: [
      '.sIFR-root { font-style: normal; color: #666666; font-size: 15px; }'
      ,'a { text-decoration: none; color:#666666;}'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #666666; }'
    ],
	wmode: 'transparent'
});


sIFR.replace(futura,
{
    selector: '#menu ul li.inactive', wmode: 'transparent', offsetTop: 0, offsetLeft: 0, tuneHeight: 0, thickness: 0, sharpness: 0, forceSingleLine:true,
    css: [
      '.sIFR-root { font-style: normal; color: #000000; font-size: 12px; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #990000 }',
    ],
	wmode: 'transparent'
});


sIFR.replace(futura,
{
    selector: '#menu ul li.active ', wmode: 'transparent', offsetTop: 0, offsetLeft: 0, tuneHeight: 0, thickness: 0, sharpness: 0, forceSingleLine:true,
    css: [
      '.sIFR-root { font-style: normal; color: #990000; font-size: 12px; }'
      ,'a { text-decoration: none; color: #990000; }'
      ,'a:link { color: #990000 }'
      ,'a:hover { color: #990000 }',
	   ,'a:active { color: #990000 }',
    ],
	wmode: 'transparent'
});

sIFR.replace(futura,
{
    selector: '#menu ul li', wmode: 'transparent', offsetTop: 0, offsetLeft: 0, tuneHeight: 0, thickness: 0, sharpness: 0, forceSingleLine:true,
    css: [
      '.sIFR-root { font-style: normal; color: #000000; font-size: 12px; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #990000 }',
    ],
	wmode: 'transparent'
});






sIFR.replace(futura,
{
    selector: '#hojreside h1', offsetTop: 0, offsetLeft: 0, tuneHeight: 0, thickness: 0, sharpness: 0,
    css: [
      '.sIFR-root { font-style: normal; color: #000000; font-size: 30px; }'
      ,'a { text-decoration: none; color:#000000;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ],
	wmode: 'transparent'
});








