function mlpShowImage(x) {
	document.images["mlp_prod_img"].src = mlpviewArray[x].src;
}

