var neue = {  src: '/sifr/neue.swf'  };

sIFR.activate(neue);

sIFR.replace(neue, {
selector: 'h1.whiteh1'
,wmode: 'transparent'
,thickness: -80
,css: [
  '.sIFR-root { color: #FFFFFF;}'
]
});

sIFR.replace(neue, {
selector: '.punt'
,wmode: 'transparent'
,css: [
  '.sIFR-root { color: #990000; font-weight: bold; font-size: 50px;}'
]
});

sIFR.replace(neue, {
selector: 'h1'
,wmode: 'transparent'
,thickness: -80
,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]
,css: [
  '.sIFR-root { color: #990000;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #990000; }'
  ,'a:hover { color: #000000; }'
]
});

function show1()
{
  document.getElementById("div1").style.display="block";
  document.getElementById("button1").style.background="#1b1b1b";

  document.getElementById("div2").style.display="none";
  document.getElementById("button2").style.background="#313131";

}

function show2()
{
  document.getElementById("div1").style.display="none";
  document.getElementById("button1").style.background="#313131";

  document.getElementById("div2").style.display="block";
  document.getElementById("button2").style.background="#1b1b1b";

}
