// JavaScript Document
/*-------------------------------------------------------------------------*/
function generateEmailLink(n,d) {
 var username = n;
 var hostname = d;
 var linktext = n+"@"+d;
 document.write("<a hr"+"ef=" + "mai"+"l" + "to:" + username +
 "@" + hostname + ">" + linktext + "</"+"a>")
}
/*-------------------------------------------------------------------------*/

var futura = {
 src: '/inc/flash/futura.swf'
 };

 sIFR.useStyleCheck = true;
 sIFR.activate(futura);

 sIFR.replace(futura, {
 selector: 'h2'
 ,css: [
	 '.sIFR-root { color: #ffffff; font-weight: normal; text-align: justify; letter-spacing: 0.5; }'
	 ,'em { color: #006d96; font-style: normal; }'
	 ,'strong { font-weight: bold; }'
	 ,'a { color: #ffffff; text-decoration: none; }'
	 ,'a:hover { color: #006d96; }'
 ],wmode: 'transparent'
 ,tuneHeight: -4
 ,filters: {
	 DropShadow: {
	 knockout: false,
	 distance: 1,
	 color: '#444444',
	 strength: 0.6,
	 blurX: 0,
	 blurY: 0
	 }
 }
 ,ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31]
 });

 sIFR.replace(futura, {
 selector: 'h3'
 ,css: [
	 '.sIFR-root { color: #ffffff; font-weight: normal; }'
	 ,'a:link { color: #ffffff; text-decoration: none; }'
	 ,'a:hover { color: ffffff; }'
 ],wmode: 'transparent'
 ,filters: {
	 DropShadow: {
	 knockout: false,
	 distance: 0.5,
	 color: '#000000',
	 strength: 0.8,
	 blurX: 0,
	 blurY: 0,
	 inner: 1
	 }
 }
 ,ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31]
 });
 
 sIFR.replace(futura, {
 selector: 'span.client span'
 ,css: [
	 '.sIFR-root { color: #ffffff; font-weight: normal; cursor: pointer; }'
 ],wmode: 'transparent'
 ,ratios: [9,1.49,10,1.39,13,1.41,16,1.39,19,1.38,20,1.35,23,1.36,29,1.35,30,1.33,39,1.34,40,1.32,44,1.33,46,1.32,47,1.33,71,1.32,73,1.31,74,1.32,76,1.31,77,1.32,1.31]
 });