//<[CDATA[
/*DEBUG MODE FOR CALCULATE RATIOS */
/*
var helvetica_ce_35_thin = {
	 src: 'layout/2009/flashFonts/helvetica_ce_35_thin.swf'
}
sIFR.debugMode = true;
sIFR.delayCSS  = false;
sIFR.activate(helvetica_ce_35_thin);
sIFR.debug.ratios(helvetica_ce_35_thin, { selector: 'h1' });

*/
var helvetica_ce_35_thin = {
	 src: 'layout/2009/flashFonts/helvetica_ce_35_thin.swf',
	 ratios: [8, 1.17, 14, 1.16, 24, 1.17, 34, 1.18, 91, 1.19, 92, 1.2, 93, 1.19, 94, 1.2, 96, 1.19, 97, 1.2, 98, 1.19, 99, 1.2, 101, 1.19, 102, 1.2, 106, 1.19, 108, 1.2, 111, 1.19, 113, 1.2, 116, 1.19, 117, 1.2, 121, 1.19, 123, 1.2, 1.19]
  };
	
var switzerlandBlack = {
    src: 'layout/2009/flashFonts/switzerlandBlack.swf'
    ,ratios: [7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 26, 1.32, 29, 1.31, 32, 1.32, 33, 1.3, 37, 1.31, 45, 1.3, 48, 1.29, 51, 1.3, 65, 1.29, 67, 1.28, 68, 1.29, 70, 1.28, 72, 1.29, 74, 1.28, 75, 1.29, 1.28]
  };

var switzerland = {
	src: 'layout/2009/flashFonts/switzerland.swf'
	,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 23, 1.22, 28, 1.23, 34, 1.22, 41, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 105, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
}
 
sIFR.activate(helvetica_ce_35_thin, switzerlandBlack, switzerland);

sIFR.replace(helvetica_ce_35_thin, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {color: #d9e7ea; font-size: 36px;}'
    ],
	wmode: 'transparent'
 });

sIFR.replace(helvetica_ce_35_thin, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {color: #d9e7ea; font-size: 24px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(helvetica_ce_35_thin, {
    selector: 'h3'
	,forceSingleLine: true
    ,css: [
      '.sIFR-root {color: #d9e7ea; font-size: 18px; }'
	  ,'a { text-decoration: none; text-align: center; }'
      ,'a:link { color: #d9e7ea }'
      ,'a:hover { color: #000000; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(helvetica_ce_35_thin, {
    selector: '.h3link'
	,css: [
      '.sIFR-root {color: #d9e7ea; font-size: 18px; }'
	  ,'a { text-decoration: none; text-align: left; }'
      ,'a:link { color: #d9e7ea }'
      ,'a:hover { color: #FFFFFF; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(helvetica_ce_35_thin, {
    selector: 'h4'
	,forceSingleLine: true
    ,css: [
      '.sIFR-root {color: #d9e7ea; font-size: 16px; }'
    ],
	wmode: 'transparent'
  });

/* sIFR TOP MENU */
sIFR.replace(switzerlandBlack, {
    selector: '.sifrTopMenu',  
    css: [
      '.sIFR-root {color: #003e61;	font-size: 12px; text-align: center;}'
      ,'a { text-decoration: none; text-align: center; }'
      ,'a:link { color: #003e61; }'
      ,'a:hover { color: #000000; }'
    ],	wmode: 'transparent'
});


sIFR.replace(switzerlandBlack, {
    selector: '.subMenu',  
	forceSingleLine: true,	
    css: [
      '.sIFR-root {color: #5a8300;	font-size: 10px;}'
      ,'a {color: #5a8300; text-decoration: none; }'
      ,'a:link {color: #5a8300; }'
      ,'a:hover {color: #004c68; }'
    ],	wmode: 'transparent'
});
	
sIFR.replace(switzerlandBlack, {
    selector: '.specmenu',  
	forceSingleLine: true,
    css: [
      '.sIFR-root {color: #5a8300;	font-size: 10px;}'
      ,'a {color: #5a8300; text-decoration: none; }'
      ,'a:link {color: #5a8300; }'
      ,'a:hover {color: #004c68; }'
    ],	wmode: 'transparent'
});

//]]>