
$(function() {
    $('.lightbox').lightBox({fixedNavigation:true});
});

jQuery.fn.slideFadeToggle = function(speed, easing, callback) {
	return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback); 
};

function include_js(B) {
	var A = document.createElement("script");
	A.type = "text/javascript";
	A.src = B;
	document.body.appendChild(A);
}

document.write("<style type='text/css'>.js_hide {display:none;}</style>");

