
function flipImg( image_id, image_path ) {
	document.getElementById( image_id ).src = image_path;
}

