var top_titel = {
src: 'stone_sans.swf'
};

sIFR.prefetch(top_titel);
sIFR.activate();
sIFR.replace(top_titel, {
selector: 'h4'
,css: [
'.sIFR-root { color: #ffffff; font-weight: bold; }'
,'a { color: #cc3333;text-decoration: none; }'
,'a:visited { color: #cc3333;text-decoration: none; }'
,'a:hover { color: #cc3333;text-decoration: none; }'
]
,wmode: 'transparent'
});

var titel_test = {
src: 'stone_sans.swf'
};

sIFR.prefetch(titel_test);
sIFR.activate();
sIFR.replace(titel_test, {
selector: 'h1'
,css: [
'.sIFR-root { color: #D21242; font-weight: bold; margin-left: 2px;}'
,'a { color: #cc3333;text-decoration: none; }'
,'a:visited { color: #cc3333;text-decoration: none; }'
,'a:hover { color: #cc3333;text-decoration: none; }'
]
,wmode: 'transparent'
});

var tentoonstelling = {
src: 'stone_sans.swf'
};

sIFR.prefetch(tentoonstelling);
sIFR.activate();
sIFR.replace(tentoonstelling, {
selector: 'h2'
,css: [
'.sIFR-root { color: #D21242; font-weight: bold; }'
,'a { color: #cc3333;text-decoration: none; }'
,'a:visited { color: #cc3333;text-decoration: none; }'
,'a:hover { color: #cc3333;text-decoration: none; }'
]
,wmode: 'transparent'
});

var banner_home = {
src: 'stone_sans_italic.swf'
};

sIFR.prefetch(banner_home);
sIFR.activate();
sIFR.replace(banner_home, {
selector: 'h3'
,css: [
'.sIFR-root { color: #e7ebf9; font-weight: bold;  }'
,'a { color: #cc3333;text-decoration: none; }'
,'a:visited { color: #cc3333;text-decoration: none; }'
,'a:hover { color: #cc3333;text-decoration: none; }'
,'.italic { font-style: italic; color: #e7ebf9; }'
]
,wmode: 'transparent'
});

var slogan_sub = {
src: 'stone_sans.swf'
};

sIFR.prefetch(slogan_sub);
sIFR.activate();
sIFR.replace(slogan_sub, {
selector: 'h5'
,css: [
'.sIFR-root { color: #ffffff; font-weight: bold; text-align: right; }'
,'a { color: #cc3333;text-decoration: none; }'
,'a:visited { color: #cc3333;text-decoration: none; }'
,'a:hover { color: #cc3333;text-decoration: none; }'
]
,wmode: 'transparent'
});