	img01on = new Image();
	img01on.src = "images/links_hun/link01a.jpg";
	img01off = new Image();
	img01off.src = "images/links_hun/link01.jpg";

	img02on = new Image();
	img02on.src = "images/links_hun/link02a.jpg";
	img02off = new Image();
	img02off.src = "images/links_hun/link02.jpg";

	img03on = new Image();
	img03on.src = "images/links_hun/link03a.jpg";
	img03off = new Image();
	img03off.src = "images/links_hun/link03.jpg";

	img04on = new Image();
	img04on.src = "images/links_hun/link04a.jpg";
	img04off = new Image();
	img04off.src = "images/links_hun/link04.jpg";

	img05on = new Image();
	img05on.src = "images/links_hun/link05a.jpg";
	img05off = new Image();
	img05off.src = "images/links_hun/link05.jpg";

	img06on = new Image();
	img06on.src = "images/links_hun/link06a.jpg";
	img06off = new Image();
	img06off.src = "images/links_hun/link06.jpg";

	img07on = new Image();
	img07on.src = "images/links_hun/link07a.jpg";
	img07off = new Image();
	img07off.src = "images/links_hun/link07.jpg";


function imgAct (imgName) {
   document[imgName].src = eval(imgName + "on.src");
}

function imgInact(imgName) {
   document[imgName].src = eval(imgName + "off.src");
}
