I'd like to build onmouseover directly into a javascript block. I can do it within a hyperlink but I need to do it in the actual script section for the code im writing. Can I do object.onMouseOver()? Or is there another way to do it? So for example I'd like
<script>
something i can put in here that will make on mouseover work on a specific object
</script>