
// 'stacks' is the Stacks global object.
// All of the other Stacks related Javascript will 
// be attatched to it.
var stacks = {};


// this call to jQuery gives us access to the globaal
// jQuery object. 
// 'noConflict' removes the '$' variable.
// 'true' removes the 'jQuery' variable.
// removing these globals reduces conflicts with other 
// jQuery versions that might be running on this page.
stacks.jQuery = jQuery.noConflict(true);

// Javascript for stacks_in_10645_page28
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_10645_page28 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_10645_page28 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
 
//Start Xpander script
$(document).ready(function() {
	$('.xpanderButtonstacks_in_10645_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButtonstacks_in_10645_page28').removeClass('onstacks_in_10645_page28');
			$('.xpanderContentstacks_in_10645_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('onstacks_in_10645_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButtonstacks_in_10645_page28').mouseover(function() {
	$(this).addClass('overstacks_in_10645_page28');
		}).mouseout(function() {
	$(this).removeClass('overstacks_in_10645_page28');
	});
	$('.xpanderContentstacks_in_10645_page28').hide();
	$("#openstacks_in_10645_page28_0").trigger('click');
//End Xpander script
//-------------------------------------------------------------------------
//Start Clean Xpander script
	$('.xpanderButton2stacks_in_10645_page28').removeClass('Button2stacks_in_10645_page28');
	$('.xpanderContent2stacks_in_10645_page28').removeClass('Content2stacks_in_10645_page28');

	$('.xpanderButton2stacks_in_10645_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButton2stacks_in_10645_page28').removeClass('on2stacks_in_10645_page28');
			$('.xpanderContent2stacks_in_10645_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('on2stacks_in_10645_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButton2stacks_in_10645_page28').mouseover(function() {
	$(this).addClass('over2stacks_in_10645_page28');
		}).mouseout(function() {
	$(this).removeClass('over2stacks_in_10645_page28');										
	});
	$('.xpanderContent2stacks_in_10645_page28').hide();
	$("#open2stacks_in_10645_page28_0").trigger('click');
})
//End Clean Xpander script
//-------------------------------------------------------------------------
	return stack;
})(stacks.stacks_in_10645_page28);


// Javascript for stacks_in_10609_page28
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_10609_page28 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_10609_page28 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
 
//Start Xpander script
$(document).ready(function() {
	$('.xpanderButtonstacks_in_10609_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButtonstacks_in_10609_page28').removeClass('onstacks_in_10609_page28');
			$('.xpanderContentstacks_in_10609_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('onstacks_in_10609_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButtonstacks_in_10609_page28').mouseover(function() {
	$(this).addClass('overstacks_in_10609_page28');
		}).mouseout(function() {
	$(this).removeClass('overstacks_in_10609_page28');
	});
	$('.xpanderContentstacks_in_10609_page28').hide();
	$("#openstacks_in_10609_page28_0").trigger('click');
//End Xpander script
//-------------------------------------------------------------------------
//Start Clean Xpander script
	$('.xpanderButton2stacks_in_10609_page28').removeClass('Button2stacks_in_10609_page28');
	$('.xpanderContent2stacks_in_10609_page28').removeClass('Content2stacks_in_10609_page28');

	$('.xpanderButton2stacks_in_10609_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButton2stacks_in_10609_page28').removeClass('on2stacks_in_10609_page28');
			$('.xpanderContent2stacks_in_10609_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('on2stacks_in_10609_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButton2stacks_in_10609_page28').mouseover(function() {
	$(this).addClass('over2stacks_in_10609_page28');
		}).mouseout(function() {
	$(this).removeClass('over2stacks_in_10609_page28');										
	});
	$('.xpanderContent2stacks_in_10609_page28').hide();
	$("#open2stacks_in_10609_page28_0").trigger('click');
})
//End Clean Xpander script
//-------------------------------------------------------------------------
	return stack;
})(stacks.stacks_in_10609_page28);


// Javascript for stacks_in_10615_page28
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_10615_page28 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_10615_page28 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
 
//Start Xpander script
$(document).ready(function() {
	$('.xpanderButtonstacks_in_10615_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButtonstacks_in_10615_page28').removeClass('onstacks_in_10615_page28');
			$('.xpanderContentstacks_in_10615_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('onstacks_in_10615_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButtonstacks_in_10615_page28').mouseover(function() {
	$(this).addClass('overstacks_in_10615_page28');
		}).mouseout(function() {
	$(this).removeClass('overstacks_in_10615_page28');
	});
	$('.xpanderContentstacks_in_10615_page28').hide();
	$("#openstacks_in_10615_page28_0").trigger('click');
//End Xpander script
//-------------------------------------------------------------------------
//Start Clean Xpander script
	$('.xpanderButton2stacks_in_10615_page28').removeClass('Button2stacks_in_10615_page28');
	$('.xpanderContent2stacks_in_10615_page28').removeClass('Content2stacks_in_10615_page28');

	$('.xpanderButton2stacks_in_10615_page28').click(function() {jQuery.easing.def = "easeOutQuad";
		$('.xpanderButton2stacks_in_10615_page28').removeClass('on2stacks_in_10615_page28');
			$('.xpanderContent2stacks_in_10615_page28').slideUp(200);
			if($(this).next().is(':hidden') == true) {
			$(this).addClass('on2stacks_in_10615_page28');
		$(this).next().slideDown(295);
	} 
});
$('.xpanderButton2stacks_in_10615_page28').mouseover(function() {
	$(this).addClass('over2stacks_in_10615_page28');
		}).mouseout(function() {
	$(this).removeClass('over2stacks_in_10615_page28');										
	});
	$('.xpanderContent2stacks_in_10615_page28').hide();
	$("#open2stacks_in_10615_page28_0").trigger('click');
})
//End Clean Xpander script
//-------------------------------------------------------------------------
	return stack;
})(stacks.stacks_in_10615_page28);



