function change_pic(fname){
	obj = document.getElementById('placeholder');
	obj.src = fname.replace();
	return false;
}
