var variable = { src: 'support/galette.swf' };
sIFR.activate(variable);
sIFR.replace(variable, { selector: 'h2', wmode:'transparent', css: {'.sIFR-root': { 'color': '#000000', 'font-family' : 'Galette Bold' ,'font-weight' : 'plain' },'em': { 'font-family' : 'Galette Bold Oblique' ,'font-weight' : 'plain', 'font-style' : 'normal'}}});
sIFR.replace(variable, { selector: 'h3', wmode:'transparent', css: {'.sIFR-root': { 'color': '#000000', 'font-family' : 'Galette Bold' ,'font-weight' : 'plain' ,'letter-spacing' : '1'},'em': { 'font-family' : 'Galette Bold Oblique' ,'font-weight' : 'plain', 'font-style' : 'normal'},'a': { 'color': '#000000' , 'font-style' : 'normal','text-decoration' : 'none' },'a:hover': { 'color': '#000000' , 'font-style' : 'normal','text-decoration' : 'none' }}});
sIFR.replace(variable, { selector: 'h1', wmode:'transparent', css: {'.sIFR-root': { 'color': '#5B6D79', 'font-family' : 'Galette Light' ,'font-weight' : 'plain' ,'letter-spacing' : '1' },'em': { 'font-family' : 'Galette Light Oblique' ,'font-weight' : 'plain', 'font-style' : 'normal'}}});

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}