/* This script displays an image swapping technique. As the mouse glides over the thumbnail
picture, a bigger picture will appear in the main center picture.
Original author: My Colorful Treasures
http://www.mycolorfultreasureswebdesign.com
Last Updated: Feb. 8, 2008
*/

function switchimage(image_location, image)
{
	document[image_location].src = image;
}

