var lauren = {src: 'http://template.arpok.cz/default/flash/lauren.swf'};
    sIFR.activate(lauren);
    sIFR.replace(lauren, {
      selector: '#menu h3'
      ,css: [
        '.sIFR-root { font-weight: normal; font-size: 23px; text-transform: uppercase; text-align: center }'
        ,'a { text-decoration: none; }'
        ,'a:link {  }'
        ,'a:hover { font-weight: bold; color: none; }'
        ,'.a1 { color: #a52b31; }'
        ,'.a2 { color: #00acec; }'
        ,'.a3 { color: #c0971a; }'
        ,'.a4 { color: #7ea139; }'
        ,'.a5 { color: #7e653e; }'
        ,'.a6 { color: #5a58a2; }'
        ,'.a7 { color: #931a7c; }'
        ,'.a8 { color: #32242c; }'
      ]
      ,wmode: 'transparent'
    });
    sIFR.replace(lauren, {
      selector: '#calendar'
      ,css: [
        '.sIFR-root { font-size: 24px; color: #961b21; text-align: center }'
      ]
      ,wmode: 'transparent'
    });
    sIFR.replace(lauren, {
      selector: '#content h1'
      ,css: [
        '.sIFR-root { font-size: 28px; color: #8f1378; text-align: left; font-weight: bold; text-transform: uppercase }'
      ]
      ,wmode: 'transparent'
    }); 
    
    sIFR.replace(lauren, {
      selector: '#content h2'
      ,css: [
        '.sIFR-root { font-size: 20px; color: #8f1378; text-align: left; font-weight: bold; text-transform: uppercase }'
      ]
      ,wmode: 'transparent'
    });
    
    sIFR.replace(lauren, {
      selector: '#projekt_text'
      ,css: [
        '.sIFR-root { font-size: 28px; color: #44391f; text-align: left; font-weight: bold;}'
      ]
      ,wmode: 'transparent'
      ,selectable: false
    });        
    sIFR.replace(lauren, {
      selector: '.nadpis'
      ,css: [
        '.sIFR-root { font-size: 24px; color: #8f1378; text-align: left; font-weight: bold; text-transform: uppercase}'
      ]
      ,wmode: 'transparent'
    });
     sIFR.replace(lauren, {
      selector: '.datum'
      ,css: [
        '.sIFR-root { font-size: 22px; color: #149ed1; text-align: left; font-weight: bold; text-transform: uppercase}'
      ]
      ,wmode: 'transparent'
    }); 

     sIFR.replace(lauren, {
      selector: '#languages'
      ,css: [
        '.sIFR-root { font-size: 18px; color: #ffffff; text-align: center; font-weight: bold; text-transform: uppercase}'
        ,'a { text-decoration: none;  color: #ffffff}'
        ,'a:link {  }'
        ,'a:hover { font-weight: bold; color: #bdbdbd}'
      ]
      ,wmode: 'transparent'
    }); 
              
