
//window.onerror=function(){if(document.all) return true};

jQuery(function(){
 jQuery('div.bookssmall').equalizeCols();
 
 if(jQuery.browser.msie){
  jQuery('div.clients img').each(function(){
   $(this).css('marginTop',(100-$(this).height())/2);
  });
 }
});

/**
 *
 * Copyright (c) 2007 Tom Deater (http://www.tomdeater.com)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * 
 */
(function($){
 $.fn.equalizeCols=function(){
  var height=0,reset=$.browser.msie?'1%':'auto';
  return this.css('height',reset).each(function(){
   height=Math.max(height,this.offsetHeight);
  }).css("height",height).each(function(){
   var h=this.offsetHeight;
   if(h>height)
    jQuery(this).css('height',height-(h-height));
  });
 };
})(jQuery);

var font={src:'/flash/font.swf'};
sIFR.activate(font);

//sIFR.debug.ratios({src:'/crimson/flash/font.swf',selector:'h2'});

var ratios=[7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,21,1.2,26,1.21,27,1.2,35,1.19,48,1.18,53,1.17,54,1.18,77,1.17,80,1.16,81,1.17,86,1.16,87,1.17,1.16];

sIFR.replace(font,{
 selector:'div.homesection h2',
 css:['.sIFR-root{color:#ffffff;'],
 wmode:'transparent',
 ratios:ratios
});

sIFR.replace(font,{
 selector:'div#content h3',
 css:['.sIFR-root{color:#4a4a4a;'],
 wmode:'transparent',
 ratios:ratios
});

sIFR.replace(font,{
 selector:'div#smalltop h2,div.redbox h4',
 css:['.sIFR-root{color:#ffffff;letter-spacing:1;'],
 wmode:'transparent',
 fitExactly:true,
 ratios:ratios
});

sIFR.replace(font,{
 selector:'div#bigtop h2',
 css:['.sIFR-root{color:#ffffff;letter-spacing:0.8;'],
 wmode:'transparent',
 fitExactly:true,
 ratios:[7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,21,1.2,26,1.21,27,1.2,35,1.19,48,1.18,53,1.17,54,1.18,77,1.17,80,1.16,81,1.17,86,1.16,87,1.17,1.16]
});
