function downloadImage() {
	var image = document.getElementById('downloadSource').title;
	document.location = 'inc/download.image.php?image='+image;
}