// JavaScript Document
function changePhoto(photoId)
{
document.getElementById('projectImage').src='/projectadmin/projects/' + photoId ;
}

