// JavaScript Documentfunction ponIdPlantilla(valor, imagen){	document.getElementById('IdPlantilla').value=valor;	document.getElementById('ImgIdPlantilla').src=imagen;	// document.FormAfegirBD.IdPlantilla.value = valor;}