function setBig(project, num) {
	var newsrc = "images/" + project + "-" + num + "big.jpg";
	$('projpicimg').src = newsrc;
}

