function EvalSound(soundobj) {
  var thissound= eval("document."+soundobj);
  thissound.Play();
}

function change(picture) {
document.theimg.src = picture
}

function change1(picture) {
document.theimg1.src = picture
}
function change2(picture) {
document.theimg2.src = picture
}
function change3(picture) {
document.theimg3.src = picture
}

function change4(picture) {
document.theimg4.src = picture
}

function change5(picture) {
document.theimg5.src = picture
}

function change6(picture) {
document.theimg6.src = picture
}
