// JavaScript Document

/*****************************************************************************
    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 bar = {
      src: 'Flash/barmeno.swf'
      ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    
	//sIFR.debug.ratios({ src: 'Flash/helvetica_light.swf', selector: '#Home' });
	
	sIFR.activate(bar);
		
	
	
	sIFR.replace(bar, {
      selector: '.barmeno1',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-8,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; font-size:44px; line-height:100%;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });
		
sIFR.replace(bar, {
      selector: '.barmeno2',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-5,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { text-align: right;  color: #0067B0; font-size:28px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #0067B0; }'
        ,'a:hover { color: #0067B0; }'
      ]
    });		

sIFR.replace(bar, {
      selector: '#HomeTab, #WelcomeTab, #NurseriesTab, #ServicesTab, #ConsultancyTab, #DayTab, #MenusTab, #CurriculumTab, #StaffTab, #JobsTab, #NewsletterTab, #PartnershipTab, #NewsTab, #ContactTab',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-1,
	  tuneHeight:0,
	  tuneWidth:5,
	  forceSingleLine:true,
	  css: [
        '.sIFR-root { text-align: right;  color: #333333; font-size:16px;  }'
        ,'a { text-decoration: none;  }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #0067B0; }'
      ]
    });		
