/*****************************************************************************/
/*                                                                           */
/* File Name: swap_image.js                                                  */
/* Page Version: 1.0                                                         */
/* Creation Date: 12/19/2003                                                 */
/* Created By: Joshua Wolfe <jwolfe@wolfecomputers.com>                      */
/*                                                                           */
/*****************************************************************************/
/*                                                                           */
/* This script may only be used with permission from WolfeComputers.com!     */
/*                                                                           */
/*****************************************************************************/
function change_image(name, image) {
	this.document[name].src=image
}