
// called onclick for project modules
function getDetailPage(linkID) {
	window.location = "/index.php?id="+linkID;
}
