function zoomPattern(sImage,oId)
{
	var oElementoImage = document.getElementById(oId);

	oElementoImage.src = sImage;
}