Thanks for your response.<br>I think you mean something like:<br><br>function name(){<br>function 1()<br>function 2()<br>}<br><br>If this is correct, would I write:<br><br>// <a href =" - " onmouseover="name(1)(2)...."</a>?<br><br>The part that I'm confused with is the part after the "name". I don't understand how to write this.<br><br>Please excuse my ignorance, I'm new at this.<br>