
    /* SIFR 3.0 */
     var eurofurence = {
            src: '/swf/eurofurence.swf'
          };
        
          sIFR.activate(eurofurence);
        
          sIFR.replace(eurofurence, {
            selector: '#logo-box .desc'
            ,css: [
              '.sIFR-root { text-align: left; color:#656881; font-size:30px; line-height:1;  padding:0; margin:0;}'
            ]
            ,selectable: true
            ,wmode: 'transparent'
            ,tuneHeight: '-4px'
          });
          
          sIFR.replace(eurofurence, {
            selector: '#motive h2'
            ,css: [
              '.sIFR-root { text-align: left; color:#ffffff; font-size:30px; line-height:1; font-weight:normal; padding:0; margin:-5px 0 0px;}'
            ]
            ,selectable: true
            ,wmode: 'transparent'
            ,tuneHeight: '-4px'
          });
          
