function expandIt(){
	hts = screen.height-300; /*410*201*/
	document.getElementById('expandMe').height = hts;
	}
function imgprod(idimg){
	if (document.getElementById('imagen')!=null){
		document.getElementById('imagen').src=idimg;
	}
}
function replace(idimg,imgnew){
	document.getElementById(idimg).src = '/Templates/MueblesPopulares/'+imgnew;
}
