﻿var blue = {
  src: '/system/images/blue.swf'
};
sIFR.activate(blue);

sIFR.replace(blue, {
    selector: 'h1',
    wmode: 'transparent',
    tuneHeight: '-5',
    css: '.sIFR-root { font-size: 22px; height: 3px;}'
    
});

sIFR.replace(blue, {
    selector: 'div#logo .big h2',
    wmode: 'transparent',
    tuneHeight: '-5',
    css: ['.sIFR-root {text-decoration: none; font-size: 22px; height: 3px;}'
    , 'a {color: #000000 text-decoration: none;}'
    , 'a:link {text-decoration: none; color: #00000;}'
    , 'a:visited {text-decoration: none; color: #00000;}'
    , 'a:hover {color: #000}'
    ]
});

sIFR.replace(blue, {
    selector: 'div#logo .big p',
    wmode: 'transparent',
    tuneHeight: '-5',
    css: ['.sIFR-root {text-decoration: none; font-size: 16px; height: 3px;}'
    , 'a {color: #b4b4b4 text-decoration: none;}'
    , 'a:link {text-decoration: none; color: #b4b4b4;}'
    , 'a:visited {text-decoration: none; color: #b4b4b4;}'
    , 'a:hover {color: #b4b4b4}'
    ]
});

/*  myFunction = function(flash) {
    var el = document.getElementById("lastBlue");
    if(el != null)
        el.style.paddingRight = "35px";
  };
  menuFixFunction = function(flash) {
    var elm = document.getElementById("ctl00_mainmenu_mainmenu").getElementsByTagName("div");
    for(var i = 0; i < elm.length; i++) {
        if(elm[i] != null) {
            if(elm[i].className != "border" && elm[i].className != "border_o" && elm[i].className != "innerborder") {
                elm[i].style.paddingLeft = "8px";
                elm[i].style.paddingRight = "8px";
            }
        }
    }
    //document.getElementById("ctl00_mainmenu_mainmenu").style.width = "884px";
  }
  
  
  var blue = {
    src: '/system/images/blue.swf'
    ,ratios: [6,1.09,7,1.07,14,0.99,15,0.96,22,0.97,23,0.93,24,0.94,38,0.92,45,0.91,47,0.9,49,0.91,74,0.9,79,0.89,82,0.9,90,0.89,91,0.9,0.89]
  };

  sIFR.fitExactly = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(blue);

    sIFR.replace(blue, {
    selector: '#logo .big h2'
    ,tuneHeight: -5
    ,css: [
      'a { text-decoration: none; color: #000000}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  sIFR.replace(blue, {
    selector: '#logo .big p'
    ,css: [
      '.sIFR-root: {color: #ccc}'
      ,'a { text-decoration: none; color: #b4b4b4}'
      ,'a:hover {color: #b4b4b4}'
    ]
  });
  
  
  
  
  
  
  sIFR.replace(blue, {
    selector: 'div.hem h1'
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #3366CC; }'
      ,'a:hover { color: #3366CC; }'
    ]
  });
  
  sIFR.replace(blue, {
    selector: 'div.left li.selected h3'
    ,tuneHeight : -5
    ,css: [
      '.sIFR-root {background-color: #E6E6E6;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3366CC; }'
      ,'a:hover { color: #000000; }'
    ]
  });

  sIFR.replace(blue, {
    selector: 'div.left li h3'
    ,tuneHeight : -5
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #3366CC; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  
  sIFR.replace(blue, {
    selector: 'div.mediabankLeft h3'
    ,tuneHeight : -5
  });
  sIFR.replace(blue, {
    selector: 'div.left li ul li h4'
    ,tuneHeight : -5
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #3366CC; }'
    ]
  });

  sIFR.replace(blue, {
    selector: 'div#content.hem h1'
    ,tuneHeight : -5 
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #3366CC; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  
  sIFR.replace(blue, {
    selector: 'div#right h1, div.left h1'
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #3366CC; }'
      ,'a:hover { color: #000000; }'
    ]
  });  */


