resizeCell: function(ref, dup) {
dup.style.width = jQuery.css(ref, "width") + "px";
}