function imgChange(url){
	document.getElementById('imgHD').src = url;
}
