Easy css/script question

hi all,

just wondering: how can i set onmouse events to a different div or a tag than ‘this’?

e.g., instead of having this:

<div onclick="this.style.display='none';">

have this instead:

<div onclick="(someotherdivname).style.display='none';">