Event.addBehavior({"window": function(event) {var haidarHeight;var haidarOpacity;var michaelHeight;var michaelOpacity;var adamHeight;var adamOpacity;var sebastianHeight;var sebastianOpacity;var karenHeight;var karenOpacity;var helenHeight;var helenOpacity;var markHeight;var markOpacity;},"body": function(event) {haidarHeight = new Fx.Height('haidar_content', {duration: 500, transition: Fx.Transitions.cubicInOut});haidarOpacity = new Fx.Opacity('haidar_content', {duration: 500});haidarHeight.hide();haidarOpacity.hide();michaelHeight = new Fx.Height('michael_content', {duration: 500, transition: Fx.Transitions.cubicInOut});michaelOpacity = new Fx.Opacity('michael_content', {duration: 500});michaelHeight.hide();michaelOpacity.hide();adamHeight = new Fx.Height('adam_content', {duration: 500, transition: Fx.Transitions.cubicInOut});adamOpacity = new Fx.Opacity('adam_content', {duration: 500});adamHeight.hide();adamOpacity.hide();sebastianHeight = new Fx.Height('sebastian_content', {duration: 500, transition: Fx.Transitions.cubicInOut});sebastianOpacity = new Fx.Opacity('sebastian_content', {duration: 500});sebastianHeight.hide();sebastianOpacity.hide();karenHeight = new Fx.Height('karen_content', {duration: 500, transition: Fx.Transitions.cubicInOut});karenOpacity = new Fx.Opacity('karen_content', {duration: 500});karenHeight.hide();karenOpacity.hide();helenHeight = new Fx.Height('helen_content', {duration: 500, transition: Fx.Transitions.cubicInOut});helenOpacity = new Fx.Opacity('helen_content', {duration: 500});helenHeight.hide();helenOpacity.hide();markHeight = new Fx.Height('mark_content', {duration: 500, transition: Fx.Transitions.cubicInOut});markOpacity = new Fx.Opacity('mark_content', {duration: 500});markHeight.hide();markOpacity.hide();},"#haidar:click": function(event) {haidarHeight.toggle(); haidarOpacity.toggle();},"#michael:click": function(event) {michaelHeight.toggle(); 	michaelOpacity.toggle();},"#adam:click": function(event) {adamHeight.toggle(); 	adamOpacity.toggle();},"#sebastian:click": function(event) {sebastianHeight.toggle(); 	sebastianOpacity.toggle();},"#karen:click": function(event) {karenHeight.toggle(); 	karenOpacity.toggle();},"#helen:click": function(event) {helenHeight.toggle(); 	helenOpacity.toggle();},"#mark:click": function(event) {markHeight.toggle(); 	markOpacity.toggle();}});