// JavaScript
r1off = new Image(); r1off.src="im/sys/01.gif";
r1on = new Image(); r1on.src="pl/1r.gif";

r2off = new Image(); r2off.src="im/sys/02.gif";
r2on = new Image(); r2on.src="pl/2r.gif";

r3off = new Image(); r3off.src="im/sys/03.gif";
r3on = new Image(); r3on.src="pl/3r.gif";

r4off = new Image(); r4off.src="im/sys/04.gif";
r4on = new Image(); r4on.src="pl/4r.gif";

r5off = new Image(); r5off.src="im/sys/05.gif";
r5on = new Image(); r5on.src="pl/5r.gif";

r6off = new Image(); r6off.src="im/sys/06.gif";
r6on = new Image(); r6on.src="pl/6r.gif";

raoff = new Image(); raoff.src="im/sys/ds.gif";
raon = new Image(); raon.src="pl/dsv.gif";

r7off = new Image(); r7off.src="im/sys/07.gif";
r7on = new Image(); r7on.src="pl/7r.gif";

r8off = new Image(); r8off.src="im/sys/08.gif";
r8on = new Image(); r8on.src="pl/8r.gif";

str2off = new Image(); str2off.src="im/sys/st2.gif";
str2on = new Image(); str2on.src="pl/st2r.gif";

str3off = new Image(); str3off.src="im/sys/st3.gif";
str3on = new Image(); str3on.src="pl/st3r.gif";

str4off = new Image(); str4off.src="im/sys/st4.gif";
str4on = new Image(); str4on.src="pl/st4r.gif";

str5off = new Image(); str5off.src="im/sys/st5.gif";
str5on = new Image(); str5on.src="pl/st5r.gif";

function Ron(arg,arg2) {
  document.images[arg].src=arg2;}// JavaScript
