function navover(id, picname)
{
document.getElementById(id).src="media/" + picname;
}