function Button2_onclick()
{
var v = document.getElementById("TextArea1");
v.readOnly = !v.readOnly;
}