var gulliver = {
	
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
	repaintOnResize: true,
	forceWidth: true,
	useDomLoaded: true,
	src: '/images/library/Flash/gulliver.swf'
};

	sIFR.useStyleCheck = false;
	sIFR.activate(gulliver);
	sIFR.replace(gulliver, {
	selector: 'h2'
	,css: [
	'.sIFR-root { color: #000000; font-weight: bold; text-align: left; font-size: 24px; margin: 0; display: block;}'
	,'a { text-decoration: none }'
	,'a:link { color: #000000 }'
	,'a:hover { color: #2067AA }' 
	]
	,wmode: ['transparent']
	,fitExactly: true
	,tuneWidth: 5
	,tuneHeight: -4
});
	
  
	
	var dtlargot = {
	
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
	repaintOnResize: true,
	forceWidth: false,
	src: '/images/library/Flash/dtlargot.swf'
};

	sIFR.useStyleCheck = false;
	sIFR.activate(dtlargot);

	sIFR.replace(dtlargot, {
	selector: '#content h3'
	,css: [
	'.sIFR-root { color: #999999; font-weight: bold; font-size: 20px;  margin: 0; }']
	,wmode: ['transparent']
	,fitExactly: true
	,tuneWidth: 0
	,tuneHeight: -5
});