function carga_foto_grande
	(
		img						,
		t						,
		e						,
		con_enlace
	)
	{
		document.getElementById ( 'foto-grande_foto' ).src		=	'/anuncios/fotos/' + img + '/' + t + '/' + e;
		
		if
			(
				con_enlace
			)
			{
				document.getElementById ( 'foto-grande_enlace' ).href	=	'/moto/fotos/' + img + '/' + t;
			}
	}
