function ctimes(id){
	mytimes = document.vchoose.choice.options[document.vchoose.choice.selectedIndex].value;
	cel = document.getElementById(id);
	
		cel.innerHTML = '<a href="metronomes/dBelement-met44'+mytimes+'.m4a"><img src="images/play.png" alt="Play 4/4 '+mytimes+'BPM"></a>'
	
}
function wreset(){
	  setTimeout(function(){window.scrollTo(0, 1);}, 100);
}