JavaScript and DHTML Wizardry
Functions
A group of JavaScript statements that perform a task
function functionName { here's where the work goes }
Everything between the curly braces is part of the function
A function can be called multiple times, by different scripts