Not sure what you wish to do. If Over is a checkbox and is checked then do you want to set it to dispaly? If so then:
Code:
Over.style.display = "inline";
or
Code:
Over.style.display = "";
should be okay. It seems a bit odd though, if the box was set to display:none then how could it be checked?
--
Joe