// JavaScript Document
var desyrel = {
    src: 'uploads/desyrel.swf'
  };
  sIFR.prefetch(desyrel);
  sIFR.delayCSS  = true;
  sIFR.activate(desyrel);
 
  sIFR.replace(desyrel, {
    selector: '.desyrel, #desyrel'
    ,css: [
      '.sIFR-root {color:#ffebda;}'
      ,'a {color:#ffebda; text-decoration: none; font-weight:normal; }'
      ,'a:link {color:#ffebda; text-decoration: none; font-weight:normal; }'
      ,'a:hover {color:#ffac66; text-decoration: none; font-weight:normal; }'
      ,'a:visited { color: #ffebda; text-decoration: none; }'
      ,'em { color: #ffebda; font-style:normal; font-weight:normal; }'
      ,'strong { color: #ffebda; font-weight:normal; font-style:normal; }'
    ]

    ,offsetTop:0
    ,marginBottom: 0
   	,verticalSpacing: 0
    ,wmode: 'transparent'
    
  });
