var hamburger = { src: '/hamburger.swf' };
sIFR.activate(hamburger);


sIFR.replace(hamburger, {
  selector: 'h1, h2',
  css: '.sIFR-root { background-color: #9E9FB0; color: #00A651; text-align: center; }',
  wmode: 'transparent',
  filters: {
  DropShadow: {
    distance: 1,
    color: '#FFFFFF',
    strength: 2
  }
}

});
$(document).ready(function(){
	if ($('#content').height() < ($(window).height() - 753)) {
		$('#content').height(($(window).height() - 753));
	};
});


