window.addEvent('domready', function() {
	var status0 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status1 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status2 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status3 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status4 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status5 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status6 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status7 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status8 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status9 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status10 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status11 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status12 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status13 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status14 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status15 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status16 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status17 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status18 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status19 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status20 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status21 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status22 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	var status23 = {
		'true': '<img src="close-black.gif" />',
		'false': '<img src="open-black.gif" />'
	};
	//-vertical


	var myVerticalSlide0 = new Fx.Slide('dir0');
  
	$('v_toggle0').addEvent('click', function(e){
		e.stop();
		myVerticalSlide0.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide0.addEvent('complete', function() {
		$('vertical_status0').set('html', status0[myVerticalSlide0.open]);
	});
	
	
	var myVerticalSlide1 = new Fx.Slide('dir1').hide('vertical');

	$('v_toggle1').addEvent('click', function(e){
		e.stop();
		myVerticalSlide1.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide1.addEvent('complete', function() {
		$('vertical_status1').set('html', status1[myVerticalSlide1.open]);
	});

		var myVerticalSlide2 = new Fx.Slide('dir2').hide('vertical');

	$('v_toggle2').addEvent('click', function(e){
		e.stop();
		myVerticalSlide2.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide2.addEvent('complete', function() {
		$('vertical_status2').set('html', status2[myVerticalSlide2.open]);
	});

		var myVerticalSlide3 = new Fx.Slide('dir3').hide('vertical');

	$('v_toggle3').addEvent('click', function(e){
		e.stop();
		myVerticalSlide3.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide3.addEvent('complete', function() {
		$('vertical_status3').set('html', status3[myVerticalSlide3.open]);
	});

		var myVerticalSlide4 = new Fx.Slide('dir4').hide('vertical');

	$('v_toggle4').addEvent('click', function(e){
		e.stop();
		myVerticalSlide4.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide4.addEvent('complete', function() {
		$('vertical_status4').set('html', status4[myVerticalSlide4.open]);
	});

		var myVerticalSlide5 = new Fx.Slide('dir5').hide('vertical');

	$('v_toggle5').addEvent('click', function(e){
		e.stop();
		myVerticalSlide5.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide5.addEvent('complete', function() {
		$('vertical_status5').set('html', status5[myVerticalSlide5.open]);
	});

		var myVerticalSlide6 = new Fx.Slide('dir6').hide('vertical');

	$('v_toggle6').addEvent('click', function(e){
		e.stop();
		myVerticalSlide6.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide6.addEvent('complete', function() {
		$('vertical_status6').set('html', status6[myVerticalSlide6.open]);
	});

		var myVerticalSlide7 = new Fx.Slide('dir7').hide('vertical');

	$('v_toggle7').addEvent('click', function(e){
		e.stop();
		myVerticalSlide7.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide7.addEvent('complete', function() {
		$('vertical_status7').set('html', status7[myVerticalSlide7.open]);
	});

		var myVerticalSlide8 = new Fx.Slide('dir8').hide('vertical');

	$('v_toggle8').addEvent('click', function(e){
		e.stop();
		myVerticalSlide8.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide8.addEvent('complete', function() {
		$('vertical_status8').set('html', status8[myVerticalSlide8.open]);
	});

		var myVerticalSlide9 = new Fx.Slide('dir9').hide('vertical');

	$('v_toggle9').addEvent('click', function(e){
		e.stop();
		myVerticalSlide9.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide9.addEvent('complete', function() {
		$('vertical_status9').set('html', status9[myVerticalSlide9.open]);
	});

		var myVerticalSlide10 = new Fx.Slide('dir10').hide('vertical');

	$('v_toggle10').addEvent('click', function(e){
		e.stop();
		myVerticalSlide10.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide10.addEvent('complete', function() {
		$('vertical_status10').set('html', status10[myVerticalSlide10.open]);
	});

		var myVerticalSlide11 = new Fx.Slide('dir11').hide('vertical');

	$('v_toggle11').addEvent('click', function(e){
		e.stop();
		myVerticalSlide11.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide11.addEvent('complete', function() {
		$('vertical_status11').set('html', status11[myVerticalSlide11.open]);
	});

		var myVerticalSlide12 = new Fx.Slide('dir12').hide('vertical');

	$('v_toggle12').addEvent('click', function(e){
		e.stop();
		myVerticalSlide12.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide12.addEvent('complete', function() {
		$('vertical_status12').set('html', status12[myVerticalSlide12.open]);
	});

		var myVerticalSlide13 = new Fx.Slide('dir13').hide('vertical');

	$('v_toggle13').addEvent('click', function(e){
		e.stop();
		myVerticalSlide13.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide13.addEvent('complete', function() {
		$('vertical_status13').set('html', status13[myVerticalSlide13.open]);
	});

		var myVerticalSlide14 = new Fx.Slide('dir14').hide('vertical');

	$('v_toggle14').addEvent('click', function(e){
		e.stop();
		myVerticalSlide14.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide14.addEvent('complete', function() {
		$('vertical_status14').set('html', status14[myVerticalSlide14.open]);
	});

		var myVerticalSlide15 = new Fx.Slide('dir15').hide('vertical');

	$('v_toggle15').addEvent('click', function(e){
		e.stop();
		myVerticalSlide15.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide15.addEvent('complete', function() {
		$('vertical_status15').set('html', status15[myVerticalSlide15.open]);
	});

		var myVerticalSlide16 = new Fx.Slide('dir16').hide('vertical');

	$('v_toggle16').addEvent('click', function(e){
		e.stop();
		myVerticalSlide16.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide16.addEvent('complete', function() {
		$('vertical_status16').set('html', status16[myVerticalSlide16.open]);
	});

		var myVerticalSlide17 = new Fx.Slide('dir17').hide('vertical');

	$('v_toggle17').addEvent('click', function(e){
		e.stop();
		myVerticalSlide17.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide17.addEvent('complete', function() {
		$('vertical_status17').set('html', status17[myVerticalSlide17.open]);
	});

		var myVerticalSlide18 = new Fx.Slide('dir18').hide('vertical');

	$('v_toggle18').addEvent('click', function(e){
		e.stop();
		myVerticalSlide18.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide18.addEvent('complete', function() {
		$('vertical_status18').set('html', status18[myVerticalSlide18.open]);
	});

		var myVerticalSlide19 = new Fx.Slide('dir19').hide('vertical');

	$('v_toggle19').addEvent('click', function(e){
		e.stop();
		myVerticalSlide19.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide19.addEvent('complete', function() {
		$('vertical_status19').set('html', status19[myVerticalSlide19.open]);
	});

		var myVerticalSlide20 = new Fx.Slide('dir20').hide('vertical');

	$('v_toggle20').addEvent('click', function(e){
		e.stop();
		myVerticalSlide20.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide20.addEvent('complete', function() {
		$('vertical_status20').set('html', status20[myVerticalSlide20.open]);
	});

		var myVerticalSlide21 = new Fx.Slide('dir21').hide('vertical');

	$('v_toggle21').addEvent('click', function(e){
		e.stop();
		myVerticalSlide21.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide21.addEvent('complete', function() {
		$('vertical_status21').set('html', status21[myVerticalSlide21.open]);
	});

		var myVerticalSlide22 = new Fx.Slide('dir22').hide('vertical');

	$('v_toggle22').addEvent('click', function(e){
		e.stop();
		myVerticalSlide22.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide22.addEvent('complete', function() {
		$('vertical_status22').set('html', status22[myVerticalSlide22.open]);
	});
	
		var myVerticalSlide23 = new Fx.Slide('dir23').hide('vertical');

	$('v_toggle23').addEvent('click', function(e){
		e.stop();
		myVerticalSlide23.toggle();
	});
	
	// When Vertical Slide ends its transition, we check for its status
	// note that complete will not affect 'hide' and 'show' methods
	myVerticalSlide23.addEvent('complete', function() {
		$('vertical_status23').set('html', status23[myVerticalSlide23.open]);
	});



});