

window.addEvent('domready', function(){

	   if($('contact_box')){



	$$('#words').addEvents({
		click: function(){
				
$('contact_box').set('tween', {}).tween('height','303px');
    
    
    }
	});
	
		$$('#close_box').addEvents({
		click: function(){
				
$('contact_box').set('tween', {}).tween('height','0px');
    
    
    }
	});


}

	   if($('contact_box_open')){



	$$('#words').addEvents({
		click: function(){
				
$('contact_box_open').set('tween', {}).tween('height','303px');
    
    
    }
	});
	
		$$('#close_box').addEvents({
		click: function(){
				
$('contact_box_open').set('tween', {}).tween('height','0px');
    
    
    }
	});


}



});










