function menugo(id,tp)
{
var myid=id;
var mytp=tp;
document.getElementById("menu"+myid).src = "images/menu"+myid+tp+".jpg";
}