sIFR.forceWidth=true;
var dinx = {
  src: '/flash/dinx.last.swf'
};
//sIFR.prefetch(dinx);
sIFR.activate();
sIFR.replace(dinx, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { color: #447CB9; font-weight: normal; background-color: #FFFFFF;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #447CB9 }'
      ,'a:hover { color: #CCCCCC }'
    ]
  ,fitExactly:'true'
  ,tuneHeight:0
  ,tuneWidth:0 
  ,offsetTop:0
});

sIFR.replace(dinx, {
  selector: 'span.maintitle'
  ,css: [
      '.sIFR-root { color:#447CB9; font-weight:normal; background-color:#F0F5FB;}'
      ,'a { text-decoration:none }'
      ,'a:link { color:#447CB9; text-decoration:none; }'
	  ,'a:hover { color:#447CB9 }'
    ]
  ,fitExactly:'true'
  ,tuneHeight:-5
  ,tuneWidth:300
  ,offsetTop:0
});

sIFR.replace(dinx, {
  selector: 'span.mainnavi'
  ,css: [
      '.sIFR-root { color: #447CB9; font-weight: normal; background-color: #FFFFFF;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #447CB9 }'
      ,'a:hover { color: #99C00D }'
    ]
  ,fitExactly:'true'
  ,tuneHeight:0
  ,tuneWidth:0
  ,offsetTop:-3
});
