function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = "";
}; 

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

	// HIGHLIGHT BEGIN
	var list = $$('.idList li');
	list.each(function(element) {
		var fxR = new Fx.Morph(element, {duration:300, wait:false});
		element.addEvent('mouseenter', function(){
			fxR.start({
				'margin-left': 5,
				'background-color': '#fff',
				'color': '#000'
			});
		});
		element.addEvent('mouseleave', function(){
			fxR.start({
				'margin-left': 0,
				'background-color': '#999',
				'color': '#fff'
			});
		});
	});
	// HIGHLIGHT END

	// HIGHLIGHT DIV BEGIN
	var list = $$('.navDiv');
	list.each(function(element) {
		var fxM = new Fx.Morph(element, {duration:600, wait:false});
		element.addEvent('mouseenter', function(){
			fxM.start({
				'background-color': '#999',
				'color': '#fff',
				'opacity': '1.0'

			});
		});
		element.addEvent('mouseleave', function(){
			fxM.start({
				'background-color': '#fff',
				'color': '#333',
				'opacity': '0.9'
			});
		});
	});
	
	// HIGHLIGHT END	
	// NAVIGATION ACCORDEON
	var szNormal = 105, szSmall  = 60, szFull= 240;
	var kwicks = $$("#kwicks .kwick");
	var fx = new Fx.Elements(kwicks, {wait: false, duration: 600, transition: Fx.Transitions.Back.easeOut});
	kwicks.each(function(kwick, i) {
		kwick.addEvent("mouseenter", function(event) {
			var o = {};
			o[i] = {width: [kwick.getStyle("width").toInt(), szFull]}
			kwicks.each(function(other, j) {
				if(i != j) {
					var w = other.getStyle("width").toInt();
					if(w != szSmall) o[j] = {width: [w, szSmall]};
				}
			});
			fx.start(o);
		});
	});
	
	$("kwicks").addEvent("mouseleave", function(event) {
		var o = {};
		kwicks.each(function(kwick, i) {
			o[i] = {width: [kwick.getStyle("width").toInt(), szNormal]}
		});
		fx.start(o);
	})
	// END NAVIGATION ACCORDEON
	
	/*ROLLOWVER
	var el = $('kwick_orange'),
		color = el.getStyle('backgroundColor');
	
	// We are setting the opacity of the element to 0.5 and adding two events
	$('kwick_orange').set('opacity', 0.2).addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			this.morph({
				'opacity': 1,
				'background-color': '#c6d880'
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			this.morph({
				opacity: 0.2,
				backgroundColor: color
			});
		}
	});
	// END ROLLOVER*/
	
	// SLIDE BEGIN	 
	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) {
		eAj1.stop();
		var log = $('log_res1').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}

	if ($('myForm2')) {
	$('myForm2').addEvent('submit', function(eAj2) {
		eAj2.stop();
		var log = $('log_res2').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm3')) {
	$('myForm3').addEvent('submit', function(eAj3) {
		eAj3.stop();
		var log = $('log_res3').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm4')) {
	$('myForm4').addEvent('submit', function(eAj4) {
		eAj4.stop();
		var log = $('log_res4').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm5')) {
	$('myForm5').addEvent('submit', function(eAj5) {
		eAj5.stop();
		var log = $('log_res5').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm6')) {
	$('myForm6').addEvent('submit', function(eAj6) {
		eAj6.stop();
		var log = $('log_res6').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm7')) {
	$('myForm7').addEvent('submit', function(eAj7) {
		eAj7.stop();
		var log = $('log_res7').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm8')) {
	$('myForm8').addEvent('submit', function(eAj8) {
		eAj8.stop();
		var log = $('log_res8').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm9')) {
	$('myForm9').addEvent('submit', function(eAj9) {
		eAj9.stop();
		var log = $('log_res9').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm10')) {
	$('myForm10').addEvent('submit', function(eAj10) {
		eAj10.stop();
		var log = $('log_res10').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm11')) {
	$('myForm11').addEvent('submit', function(eAj11) {
		eAj11.stop();
		var log = $('log_res11').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm12')) {
	$('myForm12').addEvent('submit', function(eAj12) {
		eAj12.stop();
		var log = $('log_res12').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm13')) {
	$('myForm13').addEvent('submit', function(eAj13) {
		eAj13.stop();
		var log = $('log_res13').empty().addClass('ajax-loading');
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm14')) {
	$('myForm14').addEvent('submit', function(eAj14) {
		eAj14.stop();
		var log = $('log_res14').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm15')) {
	$('myForm15').addEvent('submit', function(eAj15) {
		eAj15.stop();
		var log = $('log_res15').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm16')) {
	$('myForm16').addEvent('submit', function(eAj16) {
		eAj16.stop();
		var log = $('log_res16').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm17')) {
	$('myForm17').addEvent('submit', function(eAj17) {
		eAj17.stop();
		var log = $('log_res17').empty().addClass('ajax-loading');
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm18')) {
	$('myForm18').addEvent('submit', function(eAj18) {
		eAj18.stop();
		var log = $('log_res18').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
	if ($('myForm19')) {
	$('myForm19').addEvent('submit', function(eAj19) {
		eAj19.stop();
		var log = $('log_res19').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
	}
	
		if ($('myForm20')) {
	$('myForm20').addEvent('submit', function(eAj20) {
		eAj20.stop();
		var log = $('log_res20').empty().addClass('ajax-loading');
 
		this.set('send', {onComplete: function(response) { 
			log.removeClass('ajax-loading');
			log.set('html', response);
		}});
		this.send();
	});
		}
		
	//--horizontal 1
if ($('h_slideout1')) {
	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();
	});
}

if ($('h_slideout2')) {
	//--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();
	});
}

if ($('h_slideout3')) {
	//--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();
	});
}

if ($('h_slideout4')) {
	//--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();
	});
}

if ($('h_slideout5')) {
	//--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();
	});
}

if ($('h_slideout6')) {
	//--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();
	});
}

if ($('h_slideout7')) {
	//--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();
	});
}

if ($('h_slideout8')) {
	//--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();
	});
}

if ($('h_slideout9')) {
	//--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();
	});
}

if ($('h_slideout10')) {
	//--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();
	});
}

if ($('h_slideout11')) {
	//--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();
	});
}

if ($('h_slideout12')) {
	//--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();
	});
}

if ($('h_slideout13')) {
	//--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();
	});
}

if ($('h_slideout14')) {
	//--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();
	});
}

if ($('h_slideout15')) {
	//--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();
	});
}

if ($('h_slideout16')) {
	//--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();
	});
}

if ($('h_slideout17')) {
	//--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();
	});
}

if ($('h_slideout18')) {
	//--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();
	});
}

if ($('h_slideout19')) {
	//--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();
	});
}

if ($('h_slideout20')) {
	//--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();
	});
}

// BORDER EFFECT BEGIN
	if ($$('.targetImg1')) {
		var otherEl1 = $$('.targetImg1');
		$$('.borderEffect1').addEvent('mouseenter', function(e) {
			otherEl1.tween('border', '5px dashed #999');
		});
		$$('.borderEffect1').addEvent('mouseleave', function(e) {
			otherEl1.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg2')) {
		var otherEl2 = $$('.targetImg2');
		$$('.borderEffect2').addEvent('mouseenter', function(e) {
			otherEl2.tween('border', '5px dashed #999');
		});
		$$('.borderEffect2').addEvent('mouseleave', function(e) {
			otherEl2.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg3')) {
		var otherEl3 = $$('.targetImg3');
		$$('.borderEffect3').addEvent('mouseenter', function(e) {
			otherEl3.tween('border', '5px dashed #999');
		});
		$$('.borderEffect3').addEvent('mouseleave', function(e) {
			otherEl3.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg4')) {
		var otherEl4 = $$('.targetImg4');
		$$('.borderEffect4').addEvent('mouseenter', function(e) {
			otherEl4.tween('border', '5px dashed #999');
		});
		$$('.borderEffect4').addEvent('mouseleave', function(e) {
			otherEl4.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg5')) {
		var otherEl5 = $$('.targetImg5');
		$$('.borderEffect5').addEvent('mouseenter', function(e) {
			otherEl5.tween('border', '5px dashed #999');
		});
		$$('.borderEffect5').addEvent('mouseleave', function(e) {
			otherEl5.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg6')) {
		var otherEl6 = $$('.targetImg6');
		$$('.borderEffect6').addEvent('mouseenter', function(e) {
			otherEl6.tween('border', '5px dashed #999');
		});
		$$('.borderEffect6').addEvent('mouseleave', function(e) {
			otherEl6.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg7')) {
		var otherEl7 = $$('.targetImg7');
		$$('.borderEffect7').addEvent('mouseenter', function(e) {
			otherEl7.tween('border', '5px dashed #999');
		});
		$$('.borderEffect7').addEvent('mouseleave', function(e) {
			otherEl7.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg8')) {
		var otherEl8 = $$('.targetImg8');
		$$('.borderEffect8').addEvent('mouseenter', function(e) {
			otherEl8.tween('border', '5px dashed #999');
		});
		$$('.borderEffect8').addEvent('mouseleave', function(e) {
			otherEl8.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg9')) {
		var otherEl9 = $$('.targetImg9');
		$$('.borderEffect9').addEvent('mouseenter', function(e) {
			otherEl9.tween('border', '5px dashed #999');
		});
		$$('.borderEffect9').addEvent('mouseleave', function(e) {
			otherEl9.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg10')) {
		var otherEl10 = $$('.targetImg10');
		$$('.borderEffect10').addEvent('mouseenter', function(e) {
			otherEl10.tween('border', '5px dashed #999');
		});
		$$('.borderEffect10').addEvent('mouseleave', function(e) {
			otherEl10.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg11')) {
		var otherEl11 = $$('.targetImg11');
		$$('.borderEffect11').addEvent('mouseenter', function(e) {
			otherEl11.tween('border', '5px dashed #999');
		});
		$$('.borderEffect11').addEvent('mouseleave', function(e) {
			otherEl11.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg12')) {
		var otherEl12 = $$('.targetImg12');
		$$('.borderEffect12').addEvent('mouseenter', function(e) {
			otherEl12.tween('border', '5px dashed #999');
		});
		$$('.borderEffect12').addEvent('mouseleave', function(e) {
			otherEl12.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg13')) {
		var otherEl13 = $$('.targetImg13');
		$$('.borderEffect13').addEvent('mouseenter', function(e) {
			otherEl13.tween('border', '5px dashed #999');
		});
		$$('.borderEffect13').addEvent('mouseleave', function(e) {
			otherEl13.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg14')) {
		var otherEl14 = $$('.targetImg14');
		$$('.borderEffect14').addEvent('mouseenter', function(e) {
			otherEl14.tween('border', '5px dashed #999');
		});
		$$('.borderEffect14').addEvent('mouseleave', function(e) {
			otherEl14.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg15')) {
		var otherEl15 = $$('.targetImg15');
		$$('.borderEffect15').addEvent('mouseenter', function(e) {
			otherEl15.tween('border', '5px dashed #999');
		});
		$$('.borderEffect15').addEvent('mouseleave', function(e) {
			otherEl15.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg16')) {
		var otherEl16 = $$('.targetImg16');
		$$('.borderEffect16').addEvent('mouseenter', function(e) {
			otherEl16.tween('border', '5px dashed #999');
		});
		$$('.borderEffect16').addEvent('mouseleave', function(e) {
			otherEl16.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg17')) {
		var otherEl17 = $$('.targetImg17');
		$$('.borderEffect17').addEvent('mouseenter', function(e) {
			otherEl17.tween('border', '5px dashed #999');
		});
		$$('.borderEffect17').addEvent('mouseleave', function(e) {
			otherEl17.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg18')) {
		var otherEl18 = $$('.targetImg18');
		$$('.borderEffect18').addEvent('mouseenter', function(e) {
			otherEl18.tween('border', '5px dashed #999');
		});
		$$('.borderEffect18').addEvent('mouseleave', function(e) {
			otherEl18.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg19')) {
		var otherEl19 = $$('.targetImg19');
		$$('.borderEffect19').addEvent('mouseenter', function(e) {
			otherEl19.tween('border', '5px dashed #999');
		});
		$$('.borderEffect19').addEvent('mouseleave', function(e) {
			otherEl19.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg20')) {
		var otherEl20 = $$('.targetImg20');
		$$('.borderEffect20').addEvent('mouseenter', function(e) {
			otherEl20.tween('border', '5px dashed #999');
		});
		$$('.borderEffect20').addEvent('mouseleave', function(e) {
			otherEl20.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg21')) {
		var otherEl21 = $$('.targetImg21');
		$$('.borderEffect21').addEvent('mouseenter', function(e) {
			otherEl21.tween('border', '5px dashed #999');
		});
		$$('.borderEffect21').addEvent('mouseleave', function(e) {
			otherEl21.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg22')) {
		var otherEl22 = $$('.targetImg22');
		$$('.borderEffect22').addEvent('mouseenter', function(e) {
			otherEl22.tween('border', '5px dashed #999');
		});
		$$('.borderEffect22').addEvent('mouseleave', function(e) {
			otherEl22.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg23')) {
		var otherEl23 = $$('.targetImg23');
		$$('.borderEffect23').addEvent('mouseenter', function(e) {
			otherEl23.tween('border', '5px dashed #999');
		});
		$$('.borderEffect23').addEvent('mouseleave', function(e) {
			otherEl23.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg24')) {
		var otherEl24 = $$('.targetImg24');
		$$('.borderEffect24').addEvent('mouseenter', function(e) {
			otherEl24.tween('border', '5px dashed #999');
		});
		$$('.borderEffect24').addEvent('mouseleave', function(e) {
			otherEl24.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg25')) {
		var otherEl25 = $$('.targetImg25');
		$$('.borderEffect25').addEvent('mouseenter', function(e) {
			otherEl25.tween('border', '5px dashed #999');
		});
		$$('.borderEffect25').addEvent('mouseleave', function(e) {
			otherEl25.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg26')) {
		var otherEl26 = $$('.targetImg26');
		$$('.borderEffect26').addEvent('mouseenter', function(e) {
			otherEl26.tween('border', '5px dashed #999');
		});
		$$('.borderEffect26').addEvent('mouseleave', function(e) {
			otherEl26.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg27')) {
		var otherEl27 = $$('.targetImg27');
		$$('.borderEffect27').addEvent('mouseenter', function(e) {
			otherEl27.tween('border', '5px dashed #999');
		});
		$$('.borderEffect27').addEvent('mouseleave', function(e) {
			otherEl27.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg28')) {
		var otherEl28 = $$('.targetImg28');
		$$('.borderEffect28').addEvent('mouseenter', function(e) {
			otherEl28.tween('border', '5px dashed #999');
		});
		$$('.borderEffect28').addEvent('mouseleave', function(e) {
			otherEl28.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg29')) {
		var otherEl29 = $$('.targetImg29');
		$$('.borderEffect29').addEvent('mouseenter', function(e) {
			otherEl29.tween('border', '5px dashed #999');
		});
		$$('.borderEffect29').addEvent('mouseleave', function(e) {
			otherEl29.tween('border', '1px dashed #999');
		});
	}
	if ($$('.targetImg30')) {
		var otherEl30 = $$('.targetImg30');
		$$('.borderEffect30').addEvent('mouseenter', function(e) {
			otherEl30.tween('border', '5px dashed #999');
		});
		$$('.borderEffect30').addEvent('mouseleave', function(e) {
			otherEl30.tween('border', '1px dashed #999');
		});
	}
	// BORDER EFFECT END

});



  // Code that uses other library's $ can follow here.
