//vahetab tutvutavat pilti
function pilt_muuda(id,pilt) {
	var x=document.getElementById(id)
		x.src=pilt
}
function mudelid_func() {
}
