/**
 * @author Grace
 * 
 * dependency:  prototype.js
 */

function display_image(img) {
	$('bigpix').src = img;
}
