function DownloadMap() {  
reg = document.moscow.region2.value;
zabl = document.moscow.zabl2.value; 
prefix="https://method.meteorf.ru/ansambl/map/"; 
typefile=".png";	
var url = prefix + reg + zabl + typefile ;   
document.dimg1.src = url;
document.getElementById("meteo").style.display="none"; }