var myriad = { src: 'fx/Helvetica37ThinCondensed.swf' };

sIFR.activate(myriad);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(myriad, {

  selector: '#name h1',

  css: ['.sIFR-root { background-color: #ffffff; color: #5d6064; font-size: 69px; line-height: 1em; text-align: right; } em { font-style: normal; color: #ffffff; }',
  		'a { text-decoration: none; font-size: 69px;}',
        'a:link { color: #5d6064; }',
        'a:hover { color: #5d6064; }'],
        
  tuneHeight: '-25',
  
  offsetTop: '-9',
  offsetLeft: '0',
  
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '#desc h2',

  css: ['.sIFR-root { background-color: #ffffff; color: #5d6064; font-size: 22px; line-height: 1em; text-align: right; } em {  font-style: normal; color: #ffffff; }',
  		'a { text-decoration: none; font-size: 22px;}',
        'a:link { color: #5d6064; }',
        'a:hover { color: #5d6064; }'],
        
  tuneHeight: '-11',
  
  offsetTop: '-5',
  
  offsetLeft: '0',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: 'h1',

  css: ['.sIFR-root { background-color: #ffffff; color: #5d6064; font-size: 46px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 46px;}',
        'a:link { color: #5d6064; }',
        'a:hover { color: #5d6064; }'],
        
  tuneHeight: '-17',
  
  offsetTop: '-9',
  offsetLeft: '-2',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: 'h2',

  css: ['.sIFR-root { background-color: #ffffff; color: #5d6064; font-size: 30px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 30px;}',
        'a:link { color: #5d6064; }',
        'a:hover { color: #5d6064; }'],
        
  tuneHeight: '-14',
  
  offsetTop: '-5',
  
  offsetLeft: '0',
  
  wmode: 'transparent'

});

