// JavaScript Document

function get_pic(target, pic_name){
	document.getElementById(target).innerHTML = "<img src='" + pic_name + "' />";
}

