// JavaScript Document


function showProjects(whichpic) {
if (document.getElementById("showdiv")) {
	var infopara = document.getElementById("showdiv");
	var container = infopara.parentNode;
	var alink = container.firstChild;
infopara.setAttribute("id", "");
alink.setAttribute("id", "");

}
var makego = whichpic.parentNode;
var contentdiv = makego.lastChild;
contentdiv.setAttribute("id", "showdiv");
whichpic.setAttribute("id", "selectedproject");

return false;
}

	

