sIFR.prefetch({
src: 'themes/william/sifr/abobeCarsoPro.swf',
highsrc: 'themes/william/sifr/abobeCarsoPro.swf'
});

sIFR.fitExactly = true;


//flash files
var topNav = {
  src: 'themes/william/sifr/abobeCarsoPro.swf'
};

var canalytics = {
  src: 'themes/william/sifr/abobeCarsoPro.swf'
};

//activiation
sIFR.activate(topNav);
//sIFR.activate(willTitle);

//selectors
sIFR.replace(topNav, {
  selector: 'ul.topnav li span',wmode: 'transparent'
  ,css: [
      '.sIFR-root {margin-left: 0; margin-right: 0; font-weight: bold;}'
	  ,'a { text-decoration: none; color: #90CA6B; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #90CA6B; }'
    ]
});




//sIFR.replace(willTitle, {
//  selector: '.titleTab h3',wmode: 'transparent'
//  ,css: [
//      '.sIFR-root {margin-left: 0; margin-right: 0; font-weight: bold;}'
//    ]
//});
