function rollover(button, path) {
    if (document.images) {
        document.images[button].src = path;
    }
}
