// JavaScript Document

<!--
function silentErrorHandler() {return true;}
window.onerror=silentErrorHandler;
//-->


    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
  var diavlo = {
	src: 'diavlo.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
			
			sIFR.activate(diavlo);
			
			 sIFR.replace(diavlo, {
      selector: '#header h1, #calcbox h1, .intro h1, .intro h3',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#D0D6DE; }'
      ]
    });
			 			 sIFR.replace(diavlo, {
      selector: '.helppoint h6',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#D0D6DE; text-align: center; }'
      ]
    });
			 
			 
			 
			  sIFR.replace(diavlo, {
      selector: '#breadcrumb h2',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#ffffff; }'
		,'a { color:#ffffff; text-decoration: none; }'
        ,'a:hover { color: #F7AC40 }'
		,'.active { color: #F7AC40 }'
      ]
    });
			 
			 sIFR.replace(diavlo, {
				selector: 'h3',
				wmode: 'transparent',
				css: [
        '.sIFR-root {color:#000000; }'
      ]
			});
			 
			 			 sIFR.replace(diavlo, {
				selector: '#middleright p.orange',
				wmode: 'transparent',
				css: [
        '.sIFR-root {color:#c7811c; }'
      ]
			});

			  
		sIFR.replace(diavlo, {
				selector: 'h4',
				wmode: 'transparent',
				css: [
        '.sIFR-root {color:#ffffff; }'
      ]
			});

			
			 sIFR.replace(diavlo, {
      selector: '#contactform h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#F56621 }'
      ]
    });
			  sIFR.replace(diavlo, {
      selector: '#right .right-boxes h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#F56621; text-align: center; }'
      ]
    });
			 
			 	 sIFR.replace(diavlo, {
      selector: '#middleright h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#F56621 }'
		  ,'a { color:#70595F; text-decoration: none; }'
        ,'a:hover { color: #F56621; }'
      ]
    });
				 
			  sIFR.replace(diavlo, {
      selector: '#middleright .news-intro h5, #middleright .faq h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#70595F}'
		        ,'a { color:#70595F; text-decoration: none; }'
        ,'a:hover { color: #F56621 }'
      ]
    });
			  
			  		  sIFR.replace(diavlo, {
      selector: '#middleright .news-intro h6',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#F66722}'
		        ,'a { color:#F66722; text-decoration: none; }'
        ,'a:hover { color: #F66722 }'
      ]
    });
			
			
			  sIFR.replace(diavlo, {
      selector: '.topics h6',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#70595F }'
      ]
    });
			 
			 			
			 sIFR.replace(diavlo, {
      selector: '#middleright .curvedbox .contactdetails h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#ffffff }'
      ]
    });
		
			 



			  sIFR.replace(diavlo, {
      selector: '#main-content #full h5',
	  	wmode: 'transparent',
      css: [
        '.sIFR-root {color:#F56621 }'
      ]
    });
			sIFR.replace(diavlo, {
				selector: '.solution h2, .solution-second h2',
				wmode: 'transparent',
				css: [
					  '.sIFR-root {color:#EB7E4E; }'
					  ,'a { color: #EB7E4E; text-decoration: none }'
					   ,'a:hover { color: #c6581d }'
					  ]

			});

			
					
			
			sIFR.replace(diavlo, {
				selector: '#nav ul li',
				wmode: 'transparent',
				css: [
        '.sIFR-root { color:#ffffff; text-align: center; cursor:pointer;}'
        ,'a { color:#ffffff; text-decoration: none; }'
        ,'a:hover { color: #ffffff }'
      ]
			});
		
			
			sIFR.replace(diavlo, {
				selector: '#fat-wrapper ul li.head',
				wmode: 'transparent',
				css: [
        '.sIFR-root { color:#ffffff; }'
        ,'a { color:#ffffff; text-decoration: none; }'
        ,'a:hover { color: #ffffff }'
      ]
			});
	  


			sIFR.replace(diavlo, {
				selector: '#navtest ul li a',
				wmode: 'transparent',
				css: [
        '.sIFR-root { color:#000000; }'
        ,'a { color:#000000; text-decoration: none; }'
        ,'a:hover { color: #000000 }'
      ]
			});
