function showtext(photo,photoname,name,department,title){ 
if(photoname == ""){
document.getElementById(photo).src= "userphoto/emptyimage.jpg";
}else{
document.getElementById(photo).src= "userphoto/"+photoname;
}
//document.getElementById('usertext').innerHTML = email;
document.getElementById('usertext').innerHTML = name+"</font><font color = 'red'>"+department+"</font><br><br><font color = '#5655A2'>\""+title+"\"</font>";

}
function showtext1(photo,photoname){ 

if(photoname == ""){
document.getElementById(photo).src= "userblphoto/emptyimage.jpg";
}else{
document.getElementById(photo).src= "userblphoto/"+photoname;
}
//document.getElementById('usertext').innerHTML = name+"</font><font color = 'red'>"+department+"</font><br><br><font color = '#5655A2'>"+title+"</font>";
//document.getElementById('usertext').innerHTML = "<img src = 'userblphoto/bdo_meetthepeople_02.gif'>";
document.getElementById('usertext').innerHTML = "Click on any of the images to hear what our <br><br> \"colleagues have to say about BDO as a graduate option\"";
}
