var berlin = {
    src: '/styles/style1/flash/berlin.swf'
    ,ratios: [8,1.31,12,1.27,16,1.21,17,1.2,23,1.19,24,1.16,25,1.18,27,1.17,32,1.16,33,1.17,41,1.16,56,1.15,57,1.14,58,1.15,94,1.14,97,1.13,100,1.14,101,1.13,102,1.14,105,1.13,107,1.14,1.13]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(berlin);

 //sIFR.debug.ratios({ src: '/styles/style1/flash/berlin.swf', selector: 'h2' });


sIFR.replace(berlin, {
    selector: '.menuDivhover h1'
    ,css: [
      ,'.sIFR-root { font-size: 13px; color:#f8c301; font-weight:bold; }'
      ,'a:link { color: #f8c301; text-decoration: none; }'
      ,'a:hover { color: #f8c301; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
  });

sIFR.replace(berlin, {
    selector: 'h1'
    ,css: [
      ,'.sIFR-root { font-size: 13px; color:#000000; font-weight:bold; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #f8c301; text-decoration: none; }'
    ]
	,forceSingleLine: true
    ,wmode: 'transparent'
  });
  
  sIFR.replace(berlin, {
    selector: 'h2'
    ,css: [
      ,'.sIFR-root { font-size: 20px; color:#1f1a17; font-weight:bold; background: #f8c301; }'
      ,'a:link { color: #1f1a17; text-decoration: none; }'
      ,'a:hover { color: #FFFFFF; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });  

  sIFR.replace(berlin, {
    selector: 'h3.activ'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#1f1a17; font-weight:bold; background: #f8c301; }'
      ,'a:link { color: #f8c301; text-decoration: none; }'
      ,'a:hover { color: #f8c301; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  }); 

  sIFR.replace(berlin, {
    selector: 'h3'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; font-weight:bold; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #f8c301; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  }); 
  
  sIFR.replace(berlin, {
    selector: 'h4'
    ,css: [
      ,'.sIFR-root { font-size: 15px; color:#FFFFFF; font-weight:bold; }'
      ,'a:link { color: #FFFFFF; text-decoration: none; }'
      ,'a:hover { color: #CCCCCC; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
  });