function Swapimage (img) {
	obj = document.getElementById("image");
	obj.src = img;
} 
function sound_on(snd){ 
       document.getElementById('sound').src = snd; 
} 

