if (typeof sIFR == "object") {
  	var myriad = {
       src: '/works/internet/odessa/flash/myriad.swf'
    };
	sIFR.activate(myriad);
}
   
window.onload = function()
  {if (typeof sIFR == "object")
    {   
   
   
sIFR.replace(myriad, {
     selector: '#menu span'
     ,wmode: 'transparent'
     ,fitExactly: false
     ,css: ['.sIFR-root {font-size: 19px; text-transform: uppercase; width:940px;}',
	        '.sIFR-root a { text-decoration: none; color: #D5C2A5;  }',
			'.sIFR-root a:hover { color: #C70202;}',
			'.sIFR-root .current { color: #C70202;}']
  });
  
  sIFR.replace(myriad, {
     selector: 'h3'
     ,wmode: 'transparent'
     ,fitExactly: false
     ,css: ['.sIFR-root { color: #E7A23B; font-size: 19px; text-transform: uppercase; width: 200px; }']
  });
  
  sIFR.replace(myriad, {
     selector: 'h2'
     ,wmode: 'transparent'
     ,fitExactly: false
     ,css: ['.sIFR-root { color: #C70202; font-size: 28px; }']
  });
  
}}