var univers = {
      src: '/lysaght/flash/univers.swf'
};
 
sIFR.activate(univers);
try {
	sIFR.replace(univers, {
	      selector: 'div.result-wrap>h1',
	      css: [
	      '.sIFR-root { font-size:18px; font-weight:bold; color:#2774B9; letter-spacing:-1;}',
	      'a { color: #2774B9; text-decoration:none; }',
	      'a:hover { color: #999999; text-decoration:underline; }'
	      ],
	     transparent:true, 
	     tuneHeight: '-8',
	      offsetTop: '-4', 
	      autoHeight:true,
	      ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 40, 1.26, 41, 1.24, 49, 1.25, 72, 1.24, 73, 1.23, 74, 1.24, 77, 1.23, 78, 1.24, 86, 1.23, 87, 1.24, 1.23]
	});
} catch(err) {}

try {	
	sIFR.replace(univers, {
	      selector: 'h1',
	      css: [
	      '.sIFR-root { font-size:27px; font-weight:bold; color:#666666; letter-spacing: -2;}',
	      '.regsymb { font-size:10px;  }'
	      ],
	     wmode:'transparent',  
	     tuneHeight: '0',
	      offsetTop: '-6',
	      autoHeight:true,
	      ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 40, 1.26, 41, 1.24, 49, 1.25, 72, 1.24, 73, 1.23, 74, 1.24, 77, 1.23, 78, 1.24, 86, 1.23, 87, 1.24, 1.23]
	});
} catch(err) {}
