$(document).ready(function(){
	$("#comment-editor").attr({
		"height" : "400px",
		"width" : "510px",
		"scrolling" : "auto"
		});
});