var LucidaHandwriting = { src: 'http://www.interletsites.com/sifr/LucidaHandwriting.swf' };
sIFR.activate(LucidaHandwriting);

sIFR.replace(LucidaHandwriting, { // homepage title
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #'+sifrColorBackground+'; color: #'+sifrColorTitle+'; font-size:50px; text-align:center; }',
  filters: { BevelFilter: { knockout:false, strength:1, color:"#'+sifrColorBackground+'",quality:5 }}
});

sIFR.replace(LucidaHandwriting, { // inner page titles
  selector: 'h2',
  wmode: 'transparent',
  css: [
		'.sIFR-root { background-color: #'+sifrColorBackground+'; color:#'+sifrColorButtons+'; text-align:center; font-size:20px; }'
	   ]
});

sIFR.replace(LucidaHandwriting, { // homepage navigation buttons
  selector: 'h3',
  wmode: 'transparent',
  css: [
		'.sIFR-root { background-color: #'+sifrColorBackground+'; color:#'+sifrColorButtons+'; text-align:center; font-size:14px; cursor:pointer; }',
		'.sIFR-root a { color:#'+sifrColorButtons+'; text-decoration:none; }',
		'.sIFR-root a:hover { color:#'+sifrColorButtons+'; }',
		'.sIFR-root .gallery-link  { text-align:left; }',
		'.sIFR-root .gallery-link a:hover { color:#'+sifrLinkHover+'; }'
	   ]
});

sIFR.replace(LucidaHandwriting, { // ditto for slideshow title
  selector: 'h5',
  wmode: 'transparent',
  css: [
		'.sIFR-root { background-color: #'+sifrColorBackground+'; color:#'+sifrColorButtons+'; text-align:center; font-size:14px; cursor:pointer; }',
	   ]
});

sIFR.replace(LucidaHandwriting, { // text menu
  selector: 'h4',
  css: [ 
		'.sIFR-root { background-color: #'+sifrColorBackground+'; color:#'+sifrColorButtons+'; text-align:center; font-size:12px; cursor:pointer; }',
		'.sIFR-root a { color:#'+sifrColorButtons+'; text-decoration:none; }',
		'.sIFR-root a:hover { color:#'+sifrLinkHover+'; }',
		'.sIFR-root .selected { color:#'+sifrLinkHover+'; }'
	   ]
});

