var pedigree = { src: '../swf/pedigree.swf' };
sIFR.prefetch(pedigree);
sIFR.activate(pedigree);

sIFR.replace(pedigree, {
    selector: 'h1.home',
    css: ['.sIFR-root {font-size:16px;  color: #ffffff;}',
'.sIFR-root a {color: #ffffff; text-decoration: none; }',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
    wmode: 'transparent'
});

sIFR.replace(pedigree, {
selector: 'h1.main_sub_link',
css: ['.sIFR-root {font-size:16px;  color: #ff9f1c;}',
'.sIFR-root a {color: #ff9f1c; text-decoration: none; }',
'.sIFR-root a:hover { color: #ff9f1c; text-decoration: none;}',
'.sIFR-root a:visited { color: #ff9f1c; text-decoration: none; }'],
    wmode: 'transparent'
});

sIFR.replace(pedigree, {
selector: 'h1.home_title',
    css: ['.sIFR-root {font-size:16px;  color: #ffffff;}',
'.sIFR-root a {color: #ffffff; text-decoration: none; }',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
    wmode: 'transparent'
});


sIFR.replace(pedigree, {
selector: 'h1.menu_title',
    css: ['.sIFR-root {font-size:35px;  color: #ffffff;}',
'.sIFR-root a {color: #ffffff; text-decoration: none; }',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
    wmode: 'transparent'
});


sIFR.replace(pedigree, {
    selector: 'h1.home_title1',
    css: ['.sIFR-root {font-size:16px;  color: #ffffff;}',
'.sIFR-root a {color: #ffffff; text-decoration: none;}',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
    wmode: 'transparent'
});


sIFR.replace(pedigree, {
    selector: 'h1.menu_title1',
    css: ['.sIFR-root {font-size:35px;  color: #ffffff;}',
'.sIFR-root a {color: #ffffff; text-decoration: none;}',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
    wmode: 'transparent'
});

sIFR.replace(pedigree, {
    selector: 'h3.homeright',
    css: ['.sIFR-root {font-size:19px;  color: #ffffff;}'],
    wmode: 'transparent'
});

sIFR.replace(pedigree, {
selector: 'span.buttonbase',
    css: ['.sIFR-root {font-size:16px;  color: #ff9f1c;}',
'.sIFR-root a {color: #ff9f1c; text-decoration: none; }',
'.sIFR-root a:hover { color: #ffffff; text-decoration: none;}',
'.sIFR-root a:visited { color: #ff9f1c; text-decoration: none; }'],
    wmode: 'transparent'
});
