function reveal(selectedProject)
{
    document.getElementById(selectedProject).style.display="block";
}
