<!--

if (document.images)
{
	arrownext1on=new Image(15,15);
	arrownext1on.src="images/harrownext.png";
	arrowprev1on=new Image(15,15);
	arrowprev1on.src="images/harrowprev.png";
	arrownext1off=new Image(15,15);
	arrownext1off.src="images/arrownext.png";
	arrowprev1off=new Image(15,15);
	arrowprev1off.src="images/arrowprev.png";

	arrownext2on=new Image(15,15);
	arrownext2on.src="images/harrownext.png";
	arrowprev2on=new Image(15,15);
	arrowprev2on.src="images/harrowprev.png";
	arrownext2off=new Image(15,15);
	arrownext2off.src="images/arrownext.png";
	arrowprev2off=new Image(15,15);
	arrowprev2off.src="images/arrowprev.png";

	arrowup1on=new Image(15,15);
	arrowup1on.src="images/harrowup.png";
	arrowdown1on=new Image(15,15);
	arrowdown1on.src="images/harrowdown.png";
	arrowup1off=new Image(15,15);
	arrowup1off.src="images/arrowup.png";
	arrowdown1off=new Image(15,15);
	arrowdown1off.src="images/arrowdown.png";

	arrowup2on=new Image(15,15);
	arrowup2on.src="images/harrowup.png";
	arrowdown2on=new Image(15,15);
	arrowdown2on.src="images/harrowdown.png";
	arrowup2off=new Image(15,15);
	arrowup2off.src="images/arrowup.png";
	arrowdown2off=new Image(15,15);
	arrowdown2off.src="images/arrowdown.png";

	arrowup3on=new Image(15,15);
	arrowup3on.src="images/harrowup.png";
	arrowdown3on=new Image(15,15);
	arrowdown3on.src="images/harrowdown.png";
	arrowup3off=new Image(15,15);
	arrowup3off.src="images/arrowup.png";
	arrowdown3off=new Image(15,15);
	arrowdown3off.src="images/arrowdown.png";

	arrowup4on=new Image(15,15);
	arrowup4on.src="images/harrowup.png";
	arrowdown4on=new Image(15,15);
	arrowdown4on.src="images/harrowdown.png";
	arrowup4off=new Image(15,15);
	arrowup4off.src="images/arrowup.png";
	arrowdown4off=new Image(15,15);
	arrowdown4off.src="images/arrowdown.png";

	arrowup5on=new Image(15,15);
	arrowup5on.src="images/harrowup.png";
	arrowdown5on=new Image(15,15);
	arrowdown5on.src="images/harrowdown.png";
	arrowup5off=new Image(15,15);
	arrowup5off.src="images/arrowup.png";
	arrowdown5off=new Image(15,15);
	arrowdown5off.src="images/arrowdown.png";

	arrowup6on=new Image(15,15);
	arrowup6on.src="images/harrowup.png";
	arrowdown6on=new Image(15,15);
	arrowdown6on.src="images/harrowdown.png";
	arrowup6off=new Image(15,15);
	arrowup6off.src="images/arrowup.png";
	arrowdown6off=new Image(15,15);
	arrowdown6off.src="images/arrowdown.png";

	arrowup7on=new Image(15,15);
	arrowup7on.src="images/harrowup.png";
	arrowdown7on=new Image(15,15);
	arrowdown7on.src="images/harrowdown.png";
	arrowup7off=new Image(15,15);
	arrowup7off.src="images/arrowup.png";
	arrowdown7off=new Image(15,15);
	arrowdown7off.src="images/arrowdown.png";

	arrowup8on=new Image(15,15);
	arrowup8on.src="images/harrowup.png";
	arrowdown8on=new Image(15,15);
	arrowdown8on.src="images/harrowdown.png";
	arrowup8off=new Image(15,15);
	arrowup8off.src="images/arrowup.png";
	arrowdown8off=new Image(15,15);
	arrowdown8off.src="images/arrowdown.png";

	arrowup9on=new Image(15,15);
	arrowup9on.src="images/harrowup.png";
	arrowdown9on=new Image(15,15);
	arrowdown9on.src="images/harrowdown.png";
	arrowup9off=new Image(15,15);
	arrowup9off.src="images/arrowup.png";
	arrowdown9off=new Image(15,15);
	arrowdown9off.src="images/arrowdown.png";

	arrowup10on=new Image(15,15);
	arrowup10on.src="images/harrowup.png";
	arrowdown10on=new Image(15,15);
	arrowdown10on.src="images/harrowdown.png";
	arrowup10off=new Image(15,15);
	arrowup10off.src="images/arrowup.png";
	arrowdown10off=new Image(15,15);
	arrowdown10off.src="images/arrowdown.png";

	arrowup11on=new Image(15,15);
	arrowup11on.src="images/harrowup.png";
	arrowdown11on=new Image(15,15);
	arrowdown11on.src="images/harrowdown.png";
	arrowup11off=new Image(15,15);
	arrowup11off.src="images/arrowup.png";
	arrowdown11off=new Image(15,15);
	arrowdown11off.src="images/arrowdown.png";

	arrowup12on=new Image(15,15);
	arrowup12on.src="images/harrowup.png";
	arrowdown12on=new Image(15,15);
	arrowdown12on.src="images/harrowdown.png";
	arrowup12off=new Image(15,15);
	arrowup12off.src="images/arrowup.png";
	arrowdown12off=new Image(15,15);
	arrowdown12off.src="images/arrowdown.png";
}

function lightup(imgName)
{
	if (document.images)
	{
		imgOn=eval(imgName + "on.src");
		document[imgName].src=imgOn;
	}
}

function turnoff(imgName)
{
	if (document.images)
	{
		imgOff=eval(imgName + "off.src");
		document[imgName].src=imgOff;
	}
}
//-->