var VL = {
      src: 'js/sifr/verlag-light.swf'
    };
	
var VC = {
      src: 'js/sifr/verlagcompressed-book.swf'
    };
	
var VCI = {
      src: 'js/sifr/verlagcompressed-bookitalic.swf'
    };
	
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);

sIFR.activate(VL);

sIFR.replace(VL, {
     selector: 'h1'
	  ,css: [
        '.sIFR-root {font-size:32px; color:#000000; margin:0; padding:0;}',
      ],
	  wmode: 'transparent',
	  tuneHeight: '-6'
    });

sIFR.replace(VC, {
     selector: 'h3'
	  ,css: [
        '.sIFR-root {font-size:22px; color:#3D3E30; margin:0; padding:0;}'
		 ,'a { text-decoration: none;}'
      ],
	  wmode: 'transparent',
	  tuneHeight: '-6'
    });

sIFR.replace(VCI, {
     selector: 'h4'
	  ,css: [
        '.sIFR-root {font-size:28px; color:#FFFFFF; margin:0; padding:0;}'
		 ,'a { text-decoration: none;}'
      ],
	  wmode: 'transparent',
	  tuneHeight: '-6'
    });

//sIFR.replace(HelvThin, {
//      selector: 'h1'
//      ,css: [
//        '.sIFR-root {font-size:28px; text-align: left; font-weight:normal; color:#333333; margin:0; padding:0}'
//        ,'a { text-decoration: none;}'
//		,'a:link { color:#0065AD; }'
//		,'a:hover { color:#333333; }'
//      ],
//	  wmode: 'transparent'
//    });
//
//sIFR.replace(HelvThin, {
//      selector: 'h2'
//      ,css: [
//       '.sIFR-root {font-size:16px; text-align: left; font-weight:normal; color:#FF0000; margin-bottom:0; padding-bottom:0}'
//      ],
//	  wmode: 'transparent'
//    });
//sIFR.replace(HelvThin, {
//      selector: 'h3'
//      ,css: [
//        '.sIFR-root {font-size:18px; text-align: left; font-weight:normal; color:#000000; margin-bottom:0; padding-bottom:0}'
//      ],
//	  wmode: 'transparent'
//    });



