function updateWork(img, title) {
//	$(this).click(function() { $('#work_focus').animate({height:h}, 500);})
	var content;
	content = '<img src=\"images/' + img + '.jpg\" alt=\"' + title + '\">';
	content += '<h3>' + title + '</h3>';
	document.getElementById("work_focus").innerHTML = content;
}