

window.addEvent('domready', function() {

	if ($('v_slideout')) {
		var myVerticalSlide = new Fx.Slide('vertical_slide', {mode: 'vertical'}).hide();

		$('v_slideout').addEvent('mouseover', function(ev){
			ev.stop();
			myVerticalSlide.slideIn();
		});
	}
	
	if ($('v_slideout_license')) {
	if ($('v_slideout_license')) {
		var vertical_slide_license = new Fx.Slide('vertical_slide_license', {mode: 'vertical'}).hide();

		$('v_slideout_license').addEvent('mouseover', function(ev){
			ev.stop();
			vertical_slide_license.slideIn();
		});
		$('v_slideout_license').addEvent('mouseout', function(ev){
			ev.stop();
			vertical_slide_license.slideOut();
		});
	}
	}

	if ($('myForm1')) {
	$('myForm1').addEvent('submit', function(eAj1) {
		//Prevents the default submit event from loading a new page.
		eAj1.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res1').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}

	if ($('myForm2')) {
	$('myForm2').addEvent('submit', function(eAj2) {
		//Prevents the default submit event from loading a new page.
		eAj2.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res2').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm3')) {
	$('myForm3').addEvent('submit', function(eAj3) {
		//Prevents the default submit event from loading a new page.
		eAj3.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res3').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm4')) {
	$('myForm4').addEvent('submit', function(eAj4) {
		//Prevents the default submit event from loading a new page.
		eAj4.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res4').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm5')) {
	$('myForm5').addEvent('submit', function(eAj5) {
		//Prevents the default submit event from loading a new page.
		eAj5.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res5').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm6')) {
	$('myForm6').addEvent('submit', function(eAj6) {
		//Prevents the default submit event from loading a new page.
		eAj6.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res6').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm7')) {
	$('myForm7').addEvent('submit', function(eAj7) {
		//Prevents the default submit event from loading a new page.
		eAj7.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res7').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm8')) {
	$('myForm8').addEvent('submit', function(eAj8) {
		//Prevents the default submit event from loading a new page.
		eAj8.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res8').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm9')) {
	$('myForm9').addEvent('submit', function(eAj9) {
		//Prevents the default submit event from loading a new page.
		eAj9.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res9').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm10')) {
	$('myForm10').addEvent('submit', function(eAj10) {
		//Prevents the default submit event from loading a new page.
		eAj10.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res10').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm11')) {
	$('myForm11').addEvent('submit', function(eAj11) {
		//Prevents the default submit event from loading a new page.
		eAj11.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res11').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm12')) {
	$('myForm12').addEvent('submit', function(eAj12) {
		//Prevents the default submit event from loading a new page.
		eAj12.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res12').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm13')) {
	$('myForm13').addEvent('submit', function(eAj13) {
		//Prevents the default submit event from loading a new page.
		eAj13.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res13').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm14')) {
	$('myForm14').addEvent('submit', function(eAj14) {
		//Prevents the default submit event from loading a new page.
		eAj14.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res14').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm15')) {
	$('myForm15').addEvent('submit', function(eAj15) {
		//Prevents the default submit event from loading a new page.
		eAj15.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res15').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm16')) {
	$('myForm16').addEvent('submit', function(eAj16) {
		//Prevents the default submit event from loading a new page.
		eAj16.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res16').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm17')) {
	$('myForm17').addEvent('submit', function(eAj17) {
		//Prevents the default submit event from loading a new page.
		eAj17.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res17').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm18')) {
	$('myForm18').addEvent('submit', function(eAj18) {
		//Prevents the default submit event from loading a new page.
		eAj18.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res18').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
	if ($('myForm19')) {
	$('myForm19').addEvent('submit', function(eAj19) {
		//Prevents the default submit event from loading a new page.
		eAj19.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res19').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
	}
	
		if ($('myForm20')) {
	$('myForm20').addEvent('submit', function(eAj20) {
		//Prevents the default submit event from loading a new page.
		eAj20.stop();
		//Empty the log and show the spinning indicator.
		var log = $('log_res20').empty().addClass('ajax-loading');
		//Set the options of the form's Request handler. 
		//("this" refers to the $('myForm') element).
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		//Send the form.
		this.send();
	});
		}
		
	//--horizontal 1
	var myHorizontalSlide1 = new Fx.Slide('horizontal_slide1', {mode: 'horizontal'}).hide();;

	$('h_slideout1').addEvent('mouseover', function(e1){
		e1.stop();
		myHorizontalSlide1.slideIn();
	});

	$('h_slideout1').addEvent('', function(e1){
		e1.stop();
		myHorizontalSlide1.slideOut();
	});
	
	//--horizontal 2
	var myHorizontalSlide2 = new Fx.Slide('horizontal_slide2', {mode: 'horizontal'}).hide();;

	$('h_slideout2').addEvent('mouseover', function(e2){
		e2.stop();
		myHorizontalSlide2.slideIn();
	});

	$('h_slideout2').addEvent('', function(e2){
		e2.stop();
		myHorizontalSlide2.slideOut();
	});
	
	//--horizontal 3
	var myHorizontalSlide3 = new Fx.Slide('horizontal_slide3', {mode: 'horizontal'}).hide();;

	$('h_slideout3').addEvent('mouseover', function(e3){
		e3.stop();
		myHorizontalSlide3.slideIn();
	});

	$('h_slideout3').addEvent('', function(e3){
		e3.stop();
		myHorizontalSlide3.slideOut();
	});

	//--horizontal 4
	var myHorizontalSlide4 = new Fx.Slide('horizontal_slide4', {mode: 'horizontal'}).hide();;

	$('h_slideout4').addEvent('mouseover', function(e4){
		e4.stop();
		myHorizontalSlide4.slideIn();
	});

	$('h_slideout4').addEvent('', function(e4){
		e4.stop();
		myHorizontalSlide4.slideOut();
	});

	//--horizontal 5
	var myHorizontalSlide5 = new Fx.Slide('horizontal_slide5', {mode: 'horizontal'}).hide();;

	$('h_slideout5').addEvent('mouseover', function(e5){
		e5.stop();
		myHorizontalSlide5.slideIn();
	});

	$('h_slideout5').addEvent('', function(e5){
		e5.stop();
		myHorizontalSlide5.slideOut();
	});

	//--horizontal 6
	var myHorizontalSlide6 = new Fx.Slide('horizontal_slide6', {mode: 'horizontal'}).hide();;

	$('h_slideout6').addEvent('mouseover', function(e6){
		e6.stop();
		myHorizontalSlide6.slideIn();
	});

	$('h_slideout6').addEvent('', function(e6){
		e6.stop();
		myHorizontalSlide6.slideOut();
	});
 
	//--horizontal 7
	var myHorizontalSlide7 = new Fx.Slide('horizontal_slide7', {mode: 'horizontal'}).hide();;

	$('h_slideout7').addEvent('mouseover', function(e7){
		e7.stop();
		myHorizontalSlide7.slideIn();
	});

	$('h_slideout7').addEvent('', function(e7){
		e7.stop();
		myHorizontalSlide7.slideOut();
	});
	
	//--horizontal 8
	var myHorizontalSlide8 = new Fx.Slide('horizontal_slide8', {mode: 'horizontal'}).hide();;

	$('h_slideout8').addEvent('mouseover', function(e8){
		e8.stop();
		myHorizontalSlide8.slideIn();
	});

	$('h_slideout8').addEvent('', function(e8){
		e8.stop();
		myHorizontalSlide8.slideOut();
	});
	
	//--horizontal 9
	var myHorizontalSlide9 = new Fx.Slide('horizontal_slide9', {mode: 'horizontal'}).hide();;

	$('h_slideout9').addEvent('mouseover', function(e9){
		e9.stop();
		myHorizontalSlide9.slideIn();
	});

	$('h_slideout9').addEvent('', function(e9){
		e9.stop();
		myHorizontalSlide9.slideOut();
	});

	//--horizontal 10
	var myHorizontalSlide10 = new Fx.Slide('horizontal_slide10', {mode: 'horizontal'}).hide();;

	$('h_slideout10').addEvent('mouseover', function(e10){
		e10.stop();
		myHorizontalSlide10.slideIn();
	});

	$('h_slideout10').addEvent('', function(e10){
		e10.stop();
		myHorizontalSlide10.slideOut();
	});
	
	//--horizontal 11
	var myHorizontalSlide11 = new Fx.Slide('horizontal_slide11', {mode: 'horizontal'}).hide();;

	$('h_slideout11').addEvent('mouseover', function(e11){
		e11.stop();
		myHorizontalSlide11.slideIn();
	});

	$('h_slideout11').addEvent('', function(e11){
		e11.stop();
		myHorizontalSlide11.slideOut();
	});
	
	//--horizontal 12
	var myHorizontalSlide12 = new Fx.Slide('horizontal_slide12', {mode: 'horizontal'}).hide();;

	$('h_slideout12').addEvent('mouseover', function(e12){
		e12.stop();
		myHorizontalSlide12.slideIn();
	});

	$('h_slideout12').addEvent('', function(e12){
		e12.stop();
		myHorizontalSlide12.slideOut();
	});
	
	//--horizontal 13
	var myHorizontalSlide13 = new Fx.Slide('horizontal_slide13', {mode: 'horizontal'}).hide();;

	$('h_slideout13').addEvent('mouseover', function(e13){
		e13.stop();
		myHorizontalSlide13.slideIn();
	});

	$('h_slideout13').addEvent('', function(e13){
		e13.stop();
		myHorizontalSlide13.slideOut();
	});
		
	//--horizontal 14
	var myHorizontalSlide14 = new Fx.Slide('horizontal_slide14', {mode: 'horizontal'}).hide();;

	$('h_slideout14').addEvent('mouseover', function(e14){
		e14.stop();
		myHorizontalSlide14.slideIn();
	});

	$('h_slideout14').addEvent('', function(e14){
		e14.stop();
		myHorizontalSlide14.slideOut();
	});

	//--horizontal 15
	var myHorizontalSlide15 = new Fx.Slide('horizontal_slide15', {mode: 'horizontal'}).hide();;

	$('h_slideout15').addEvent('mouseover', function(e15){
		e15.stop();
		myHorizontalSlide15.slideIn();
	});

	$('h_slideout15').addEvent('', function(e15){
		e15.stop();
		myHorizontalSlide15.slideOut();
	});
		
	//--horizontal 16
	var myHorizontalSlide16 = new Fx.Slide('horizontal_slide16', {mode: 'horizontal'}).hide();;

	$('h_slideout16').addEvent('mouseover', function(e16){
		e16.stop();
		myHorizontalSlide16.slideIn();
	});

	$('h_slideout16').addEvent('', function(e16){
		e16.stop();
		myHorizontalSlide16.slideOut();
	});

	//--horizontal 17
	var myHorizontalSlide17 = new Fx.Slide('horizontal_slide17', {mode: 'horizontal'}).hide();;

	$('h_slideout17').addEvent('mouseover', function(e17){
		e17.stop();
		myHorizontalSlide17.slideIn();
	});

	$('h_slideout17').addEvent('', function(e17){
		e17.stop();
		myHorizontalSlide17.slideOut();
	});

	//--horizontal 18
	var myHorizontalSlide18 = new Fx.Slide('horizontal_slide18', {mode: 'horizontal'}).hide();;

	$('h_slideout18').addEvent('mouseover', function(e18){
		e18.stop();
		myHorizontalSlide18.slideIn();
	});

	$('h_slideout18').addEvent('', function(e18){
		e18.stop();
		myHorizontalSlide18.slideOut();
	});
	
	//--horizontal 19
	var myHorizontalSlide19 = new Fx.Slide('horizontal_slide19', {mode: 'horizontal'}).hide();;

	$('h_slideout19').addEvent('mouseover', function(e19){
		e19.stop();
		myHorizontalSlide19.slideIn();
	});

	$('h_slideout19').addEvent('', function(e19){
		e19.stop();
		myHorizontalSlide19.slideOut();
	});
	
	//--horizontal 20
	var myHorizontalSlide20 = new Fx.Slide('horizontal_slide20', {mode: 'horizontal'}).hide();;

	$('h_slideout20').addEvent('mouseover', function(e20){
		e20.stop();
		myHorizontalSlide20.slideIn();
	});

	$('h_slideout20').addEvent('', function(e20){
		e20.stop();
		myHorizontalSlide20.slideOut();
	});
		
		
});
