// With prototype.lite.js, moo.fx.js, and moo.fx.pack.js
// Use to initialize the Careers page expanding sections

var demo;

window.onload = function() {
	demo = new fx.Combo('demo', {height: true, opacity: true, duration: 500});
	
	// Hide them to begin with
	demo.hide();
}