function DisplayPhoto(n)
{
document.pic.src="images/" + n;
}
