/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

*/

	//run on local webserver
	var locationprefix;
	if(window.location.hostname=='localhost'){
		locationprefix='http://localhost/advanmeurspresenteert/';
	}
	else{
		locationprefix='/';
	}
	
    var gothamfont = {
      src: locationprefix+"sifr3/GothamRoundedBold.swf"
      ,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
    };

sIFR.activate(gothamfont);



//sIFR.disable();

//sIFR.debug.ratios({ src: '/sifr3/GothamRoundedBold.swf', selector: '.pthead' });
//sIFR.debug.ratios({ src: '/rootsifr3/TheMixSemiLight.swf', selector: '.menuclass' });

sIFR.replace(gothamfont, {
      selector: '.top'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:26;color: #BB9933;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });

sIFR.replace(gothamfont, {
      selector: '.head'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:36;color: #333333;text-align:right;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });

sIFR.replace(gothamfont, {
      selector: '.datum'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:24;color: #984A22;text-align:right;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });

sIFR.replace(gothamfont, {
      selector: '.agendamaand'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:24;color: #984A22;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });
sIFR.replace(gothamfont, {
      selector: '.agenda'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:18;color: #984A22;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });
//BB9933

sIFR.replace(gothamfont, {
      selector: 'h1'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:36;color: #333333;text-align:right;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });
sIFR.replace(gothamfont, {
      selector: 'h2'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:24;color: #984A22;}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });
sIFR.replace(gothamfont, {
      selector: 'h3'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { font-size:18;color: #984A22}'
      ]
	,offsetTop:0
	,offsetLeft:0
    });


