function ShowImage(path, idx){
	if (idx == 1) 
		document.imgDeluxe.src = path;
	else if (idx == 2)
		document.img2.src = path;
	else
		document.imgSuperior2.src = path;
}
