<!-- 

if (document.images) {
	var load = "no";
	
	t1on = new Image(); t1on.src = "/apx/pict/rus/m11.gif";
	t2on = new Image(); t2on.src = "/apx/pict/rus/m21.gif";
	t3on = new Image(); t3on.src = "/apx/pict/rus/m31.gif";
	t4on = new Image(); t4on.src = "/apx/pict/rus/m41.gif";	
	t5on = new Image(); t5on.src = "/apx/pict/rus/m51.gif";
	t6on = new Image(); t6on.src = "/apx/pict/rus/m61.gif";
	t7on = new Image(); t7on.src = "/apx/pict/rus/m71.gif";
	t8on = new Image(); t8on.src = "/apx/pict/rus/m81.gif";

	t1off = new Image(); t1off.src = "/apx/pict/rus/m10.gif";
	t2off = new Image(); t2off.src = "/apx/pict/rus/m20.gif";
	t3off = new Image(); t3off.src = "/apx/pict/rus/m30.gif";
	t4off = new Image(); t4off.src = "/apx/pict/rus/m40.gif";
	t5off = new Image(); t5off.src = "/apx/pict/rus/m50.gif";
	t6off = new Image(); t6off.src = "/apx/pict/rus/m60.gif";
	t7off = new Image(); t7off.src = "/apx/pict/rus/m70.gif";
	t8off = new Image(); t8off.src = "/apx/pict/rus/m80.gif";

	load = "yes";
}

function passive(imgName) 
	{if (load == "yes") {if (document.images) {document.images[imgName].src = eval(imgName + "off.src");}}}
function active(imgName) 
	{if (load == "yes") {if (document.images) {document.images[imgName].src = eval(imgName + "on.src");}}}


// -->
