<!--
if (document.images) {
 map1on = new Image();
 map1on.src = "/pix/map/map_samara.gif";
 map2on = new Image();
 map2on.src = "/pix/map/map_astrakhan.gif";
 map3on = new Image();
 map3on.src = "/pix/map/map_volgograd.gif";
 map4on = new Image();
 map4on.src = "/pix/map/map_orenburg.gif";
 map5on = new Image();
 map5on.src = "/pix/map/map_penza.gif";
 map6on = new Image();
 map6on.src = "/pix/map/map_saratov.gif";
 map7on = new Image();
 map7on.src = "/pix/map/map_ulianovsk.gif";
}

function mOn(mName) {
 if(document.images) document["map"].src = eval(mName + "on.src")
}

function mOff() {
 if(document.images) document["map"].src = "/pix/map/map_empty.gif"
}
// -->