function growBox() {
		document.getElementById('customer-reviews-area').style.width='416px';
//		document.getElementById('reviews-comment-body').style.width='398px';
		document.getElementById('reviews-comment-body').style.width='385px';
		document.getElementById('reviews-comment-body').style.height='200px';
	}
	
	function shrinkBox() {
		document.getElementById('commentBoxContainer').style.width='216px';
		document.getElementById('commentBoxContentArea').style.width='198px';
		document.getElementById('commentBody').style.width='186px';
		document.getElementById('commentBody').style.height='50px';
	}