  var gasmask = {
      src: 'wp-content/themes/extremegraphix/style/swf/gasmask.swf'
   
    };



    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(gasmask);

	
	//sIFR.debug.ratios({src: 'wp-content/themes/extremegraphix/style/swf/gasmask.swf', selector: '#nav li'});
    sIFR.replace(gasmask, {
      selector: '#nav ul li'
      ,css: [
       	'.sIFR-root { text-align: center; font-size: 24px }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #932410; }'
        ,'a:hover { color: #ff0000; }'
      ]
      ,filters: {
        DropShadow: {
        
          distance: 1
          ,color: '#b8b8b8'
          ,strength: 2
        }
      }
      ,
      wmode: 'transparent'
      ,
      ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]

    });
  
