function photo_full(id,rand) {

	d = document.getElementById('photoFull');
	p = document.getElementById('photoFull_image');
	
	d.style.display = 'block';
	p.style.backgroundImage = 'url(images/uploads/directory/full/'+id+'.jpg?'+rand+')';

}