function show_picture(picpath, picid){
	document.images[picid].src = picpath;
}