var officinabook = {
  src: 'http://www.jindou.com.au/uploads/officinabook.swf'
};

sIFR.activate(officinabook); // From revision 209 and onwards
sIFR.useStyleCheck = true;

// GRAB INITIAL DISPLAY RATIOS
//sIFR.debug.ratios({ src: 'http://www.deafcando.org.au/templates/flash/myriadpro.swf', selector: 'h1' });

/*sIFR.replace(myriadpro, {
  selector: 'h1',
   
  css: [
      '.sIFR-root { background-color: #352f26; , color: #e5e5dd; font-weight':'normal' }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #777065; }'
      ,'a:hover { color: #e5e5dd; }'
      ],
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#000000', 'background-color':'#ffffff',  }
	},
  filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 2
	    ,color: '#dddddd'
	    ,strength: 1
	  }
	}


});*/

sIFR.replace(officinabook, {
  selector: 'h2',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18], 
  css: [
      '.sIFR-root { color: #c62d13; font-weight:bold; text-align: center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c62d13; }'
      ,'a:hover { color: #c62d13; }'
      ],
  wmode: 'transparent'


});

sIFR.replace(officinabook, {
  selector: 'h3',
   ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18], 
  css: [
      '.sIFR-root { color: #494747; font-weight:normal; text-align: center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #494747; }'
      ,'a:hover { color: #c62d13; }'
      ],
  wmode: 'transparent'


});

sIFR.replace(officinabook, {
  selector: 'h4',
   ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18], 
  css: [
      '.sIFR-root { color: #c62d13; font-weight:bold; text-align: center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #494747; }'
      ,'a:hover { color: #c62d13; }'
      ],
  wmode: 'transparent'


});


