
var wBold = { src: '/_flash/whitneyBold.swf' };
var wBook = { src: '/_flash/whitneyBook.swf' };
var wSemi = { src: '/_flash/whitneySemiBold.swf' }; 
var wMed = { src: '/_flash/whitneyMed.swf' };  


sIFR.activate(wBold,wBook,wSemi,wMed);


 /*sIFR.replace(helvNB, {
  selector: '#quicklinks li',
   	 css: [
       '.sIFR-root {  }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #ffffff; }'
       ,'a:hover { color: #032e45; }'
     ] ,
 wmode:'transparent',preventWrap:true, tuneHeight:"0", tuneWidth:"5"  
}); */

  sIFR.replace(wSemi, {
  selector: '#welcome h2, #sub #content h2',
   	 css: [
       '.sIFR-root { color:#ffffff;}'
     ] ,
 wmode:'transparent' 
});    

 sIFR.replace(wMed, {
  selector: '#welcome h3,#subsection h3',
   	 css: [
       '.sIFR-root { color:#cccccc; line-height:1.5em; }'
     ] ,
 wmode:'transparent' 
});

 sIFR.replace(wSemi, {
  selector: '#subsection li.link',

   	 css: [
       '.sIFR-root { color:#ccccccc;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #cccccc; }'
       ,'a:hover { color: #fdbf12; }'
     ] ,
 wmode:'transparent',tuneHeight:"-5", tuneWidth:"0"   
});
 

sIFR.replace(wSemi, {
  selector: '#sub-content h3, #sub-content h4',

   	 css: [
       '.sIFR-root { color:#ffffff;}'
     ] ,
 wmode:'transparent',tuneHeight:"-7", tuneWidth:"0"   
});

 sIFR.replace(wBold, {
  selector: '#sub #content #text h2',
   	 css: [
       '.sIFR-root { color:#989898; font-size:1.8em; line-height: 1.6em;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #989898; }'
       ,'a:hover { color: #fdbf12; }'
     ] ,
 wmode:'transparent' 
});

 sIFR.replace(wSemi, {
  selector: '#sub #content #text h3',
   	 css: [
       '.sIFR-root { color:#989898; font-size:1.8em; line-height: 1.6em;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #fdbf12; }'
       ,'a:hover { color: #989898; }'
     ] ,
 wmode:'transparent' 
});

 sIFR.replace(wSemi, {
  selector: '#sub #content #text h5',
   	 css: [
       '.sIFR-root { color:#989898; font-size:1.6em; line-height: 1.6em;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #fdbf12; }'
       ,'a:hover { color: #989898; }'
     ] ,
 wmode:'transparent' 
});

 sIFR.replace(wMed, {
  selector: '#sub #content #text h6',
   	 css: [
       '.sIFR-root { color:#fdbc0d; font-size:1.6em; line-height: 1.6em;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #fdbc0d; }'
       ,'a:hover { color: #fdbf12; }'
     ] ,
 wmode:'transparent' 
}); 
   
 sIFR.replace(wSemi, {
  selector: 'h3.subtitle, #sub #content #text h3.subtitle',
   	 css: [
       '.sIFR-root { color:#cccccc; font-size:1.8em; line-height: 1.6em;}'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #cccccc; }'
       ,'a:hover { color: #fdbf12; }'
     ] ,
 wmode:'transparent' 
});








     