document.all.DivBoxName.style.visibility = "value"; // If IE
document.getElementById("DivBoxName").style.visibility = "value";
I tried doing the same thing just changing visibility to a diff property but it wont work. Anyone know why? besides a lack of knoledge on my part