<!--

var imglink;

function preload_image(imagepath){
	var temp_image = new Image();
	temp_image.src = imagepath;
}
function cpimg(imgid){
	document.getElementById('fullimg').src = "/abcif/images/pap/pap_"+imgid+".jpg";
}

function cpimgft(imgid){
	document.getElementById('fullimg').src = "/abcif/images/fotos/"+imgid+".jpg";
}

//-->