function SWFDelegate(url,width,height,caption) {
	var objLink = document.createElement('a');
	objLink.setAttribute('href',url);
	objLink.setAttribute('rel','lightbox');
	objLink.setAttribute('title',caption);
	if(typeof width != 'undefined') {
		objLink.setAttribute('width',width);
	}
	if(typeof height != 'undefined') {
		objLink.setAttribute('height',height);
	}
	Lightbox.prototype.start(objLink);
}

var ffgothic = {
	src: 'ffgothic.swf'
};

sIFR.activate(ffgothic);

sIFR.replace(ffgothic, {
	selector: 'h1',
	css: '.sIFR-root { color: #000000; font-size: 24px; }',
	wmode: 'transparent'
});

sIFR.replace(ffgothic, {
	selector: 'h2',
	css: ['.sIFR-root { color: #da1023; font-size: 18px; margin-left:10px; }',
	'a { text-decoration: none; }',
	'a:link { color: #da1023; }',
	'a:hover { color: #000000; }'],
	wmode: 'transparent'
});

sIFR.replace(ffgothic, {
	selector: '#menu .item',
	css: ['.sIFR-root { color: #000000; font-size: 18px; text-align:right }',
	'a { text-decoration: none; }',
	'a:link { color: #000000; }',
	'a:hover { color: #da1023; }'],
	wmode: 'transparent'
});