function Ridimensiona()
	{
	ImgFrontRetro=document.getElementById("ImgFrontRetro")
	ImgFrontRetro.style.display="block"
	var h=ImgFrontRetro.height
	var w=ImgFrontRetro.width
	if(ImgFrontRetro.width>540)
		{
		ImgFrontRetro.style.height=(h*540)/w
		ImgFrontRetro.style.width=540
		}
	}
