function loadpixel(pixel_image) {
	document.getElementById('image_div').innerHTML = '<img src="' + pixel_image + '">';	
}