	  var FuturaBook = {
	    src: './layouts/default/_assets/i/FuturaBook.swf'
	  };
	  //sIFR.debug.ratios({ src: 'FuturaBook.swf', selector: 'h2' });
	  sIFR.delayCSS  = true;
	  sIFR.fitExactly = true;
	  sIFR.wmode = 'opaque';
	  sIFR.activate(FuturaBook);
	  sIFR.replace({ src: 'FuturaBook.swf', selector: 'h2', css: { '.sIFR-root': { 'color': '#002d62', 'background-color': 'none', 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,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21] } } });

		function image_zoom(id,width,height) {
			var image_zoom = window.open('image.php?id=' + id,'image_zoom','width=' + width + ',height=' + height + ',status=0,menubar=0');	
			if (image_zoom)	{ image_zoom.focus(); }
		}
		
		function doResize() {
			var secnavdiv = document.getElementById("secnavtop").offsetHeight;
			if(secnavdiv < 150) document.getElementById("secnavtop").style.height = "150px";
			
			
			var content = document.getElementById("content").offsetHeight;
			var secnav = document.getElementById("secnav").offsetHeight;
			
			
			if((content-secnav) > 0) document.getElementById("secnavexpand").style.height = (content-secnav)+ "px";
			var secnav = document.getElementById("secnav").offsetHeight;
			
			document.getElementById("rco").style.height = (secnav-180)+ "px";

		}
		


		function addLoadEvent(func) {
		  var oldonload = window.onload;
		  if (typeof window.onload != 'function') {
		    window.onload = func;
		  } else {
		    window.onload = function() {
		      if (oldonload) {
		        oldonload();
		      }
		      func();
		    }
		  }
		}