var dax = { src: '/files/oriocc/swf/dax.swf' };
var georgia = { src: '/files/oriocc/swf/georgia.swf' }; // Yup, it's standard font!

sIFR.activate(dax);
sIFR.activate(georgia);

sIFR.replace(georgia, {
 selector: 'BODY.front #small-column .upper',
 wmode: 'transparent',
 css: [
   '.sIFR-root { color: #ffffff; font-size: 16px }',
   'a { color: #ffffff; text-decoration: none;  }',
   'a:hover { color: #ffffff; text-decoration: none }'
 ]
});

sIFR.replace(georgia, {
 selector: 'BODY.front #small-column .lower',
 wmode: 'transparent',
 css: [
   '.sIFR-root { color: #6A5946; font-size: 16px }',
   'a { color: #6A5946; text-decoration: none; }',
   'a:hover { color: #6A5946; text-decoration: none; }'
 ]
});

sIFR.replace(dax, {
 selector: 'H1 .other',
 wmode: 'transparent',
 forceSingleLine: true,
 fitExactly: true,
 css: [
 '.sIFR-root { color: #7d7d7d; font-size: 22px }',
 'a { color: #7d7d7d; text-decoration: none }',
 'a:hover { text-decoration: none; color: #7d7d7d; }'
 ]
});

sIFR.replace(dax, {
 selector: 'H1 .separator',
 wmode: 'transparent',
 forceSingleLine: true,
 fitExactly: true,
 css: [
 '.sIFR-root { color: #7d7d7d; font-size: 22px }'
 ]
});

sIFR.replace(dax, {
 selector: 'H1 .current',
 wmode: 'transparent',
 forceSingleLine: true,
 fitExactly: true,
 css: [
 '.sIFR-root { color: #9a8737; font-size: 22px }',
 'a { color: #9a8737; text-decoration: none }',
 'a:hover { text-decoration: none; color: #9a8737; }'
 ]
});

sIFR.replace(dax, {
 selector: '.product-title H2',
 forceSingleLine: true,
 offsetTop: 7,
 wmode: 'transparent',
 css: [
 '.sIFR-root { margin-top: 10px; color: #9a8737; font-size: 18px }',
 ]
});

sIFR.replace(dax, {
 selector: 'H2',
 tuneHeight: -5,
 wmode: 'transparent',
 css: [
 '.sIFR-root { color: #9a8737; font-size: 30px }',
 ]
});

sIFR.replace(dax, {
 selector: 'BODY.front .intro',
 tuneHeight: -5,
 wmode: 'transparent',
 css: [
 '.sIFR-root { color: #6a5946; font-size: 14px }',
 'a:hover { color: #9a8737 }',
 'a { color: #9a8737; text-decoration: none }',
 ]
});

sIFR.replace(dax, {
 selector: '#small-column H3',
 wmode: 'transparent',
 fitExactly: true,
 css: [
 '.sIFR-root { color: #555555; font-size: 16px }',
 ]
});

sIFR.replace(dax, {
 selector: '#small-column .link',
 fitExactly: true,
 forceSingleLine: true,
 css: [
 '.sIFR-root { color: #9a8737; font-size: 13px }',
 'a:hover { color: #9a8737 }',
 'a { color: #9a8737 }',
 ]
});

sIFR.replace(dax, {
 selector: '.group H3',
 forceSingleLine: true,
 fitExactly: true,
 css: [
 '.sIFR-root { color: #9a8737; background-color: #fafafa; font-size: 15px }',
 'a:hover { color: #9a8737; text-decoration: none }',
 'a { color: #9a8737; text-decoration: none }',
 ]
});

sIFR.replace(dax, {
 selector: 'H3, BODY.front .lifts A.block',
 fitExactly: true,
 wmode: 'transparent',
 justSelected: true,
 css: [
 '.sIFR-root { color: #555555; font-size: 15px; }',
 'a { color: #555555; text-decoration: none }',
 'a:hover { color: #555555; text-decoration: none }'
 ]
});

/*
sIFR.replace(dax, {
 selector: '.navi-tree > LI.open > A, .navi-tree > LI.open > UL > LI.open > A',
 fitExactly: true,
 tuneHeight: -5,
 forceSingleLine: true,
 justSelected: true,
 css: [
 '.sIFR-root { color: #9a8737; font-size: 14px; cursor: pointer }',
 'a { text-decoration: none; color: #9a8737; cursor: pointer }',
 'a:hover { text-decoration: none; color: #9a8737; cursor: pointer }'
 ]
});

sIFR.replace(dax, {
 selector: '.navi-tree > LI > A, .navi-tree > LI > UL > LI > A',
 fitExactly: true,
 tuneHeight: -5,
 forceSingleLine: true,
 justSelected: true,
 css: [
 '.sIFR-root { color: #555555; font-size: 14px; cursor: pointer }',
 'a { text-decoration: none; color: #555555; cursor: pointer }',
 'a:hover { text-decoration: none; color: #555555; cursor: pointer }'
 ]
});
*/
