 /* image  selection javascript */

function selectImage(imglist,imgalt,selectnum) {
var answer = "<img src='http://yaneshin.net/images/selection/" + imglist[selectnum] + "' width='300' height='300' alt='" + imgalt[selectnum] + "' title='" + imgalt[selectnum] + "' />";
return(answer);

};
