var helvatica = { src: '/flash/sifr.swf' };


sIFR.activate(helvatica);



sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h1',
  css: '.sIFR-root { background-color: #ffffff; color: #0089e4;  padding:0px; margin:0px; font-style:italic;}'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h2',
  css: '.sIFR-root { background-color: #ffffff; color: #1f497d; padding:0px; margin:0px; }'
});



//sIFR.replace(helvatica1, {
//wmode: 'transparent' ,
//  selector: '.Portfoliotest02',
//  css: '.sIFR-root { background-color: #ffffff; color: #222222; padding:0px; margin:0px; font-style:italic; }'
//  
//  ,filters: {
//        DropShadow: {
//           distance: 1
//          ,color: '#ffffff'
//          ,strength: 1.5
//          ,alpha: 1.5
//		  ,angle: 100 
//        }
//      }
//});

//sIFR.replace(helvatica1, {
//wmode: 'transparent' ,
//  selector: '.TreeViewRootLevelContainer_1',
//  
//    css: [
//        '.sIFR-root { background-color: #ffffff; padding:0px; margin:0px; font-size:13px; display:block; color:#222222; text-decoration:underline; font-weight:normal; cursor:pointer; }'
//        ,'a { font-size:13px; text-decoration: underline;  color: #222222; display:block; cursor:pointer; }'
//        ,'a:link {  font-size:13px; text-decoration: underline;  color: #222222; display:block; cursor:pointer;  }'
//		,'a:visited {  font-size:13px; text-decoration: underline;  color: #222222; display:block; cursor:pointer; }'
//		,'a:active {  font-size:13px; text-decoration: underline;  color: #222222; display:block; cursor:pointer; }'
//        ,'a:hover {  font-size:13px; text-decoration: none;  color: #222222; display:block; cursor:pointer;  }'
//      ]
//	,filters: {
//        DropShadow: {
//           distance: 1
//          ,color: '#ffffff'
//          ,strength: 1.5
//          ,alpha: 1
//		  ,angle: 100 
//        }
//      }
//  
//});

