// Залы музея

var hall1on = new Image(); hall1on.src = "/images/plan/h11.gif";
var hall1of = new Image(); hall1of.src = "/images/plan/h10.gif";
var hall1add = new Image(); hall1add.src = "/images/plan/h12.gif";
var hall2on = new Image(); hall2on.src = "/images/plan/h21.gif";
var hall2of = new Image(); hall2of.src = "/images/plan/h20.gif";
var hall3on = new Image(); hall3on.src = "/images/plan/h31.gif";
var hall3of = new Image(); hall3of.src = "/images/plan/h30.gif";
var hall4on = new Image(); hall4on.src = "/images/plan/h41.gif";
var hall4of = new Image(); hall4of.src = "/images/plan/h40.gif";
var hall5on = new Image(); hall5on.src = "/images/plan/h51.gif";
var hall5of = new Image(); hall5of.src = "/images/plan/h50.gif";
var hall6on = new Image(); hall6on.src = "/images/plan/h61.gif";
var hall6of = new Image(); hall6of.src = "/images/plan/h60.gif";


function add(imgName) 
{
 	document[imgName].src = eval(imgName + 'add.src');
}
