<!-- begin script

{
	toc1on = new Image(50, 180);
	toc1on.src = "images/link-aboutme-hover.gif";
	toc2on = new Image(50, 180);
	toc2on.src = "images/link-abouteft-hover.gif";
	toc3on = new Image(50, 180);
	toc3on.src = "images/link-test-hover.gif";
	toc4on = new Image(50, 180);
	toc4on.src = "images/link-home-hover.gif";
	toc5on = new Image(50, 180);
	toc5on.src = "images/link-intuit-hover.gif";
	toc6on = new Image(50, 180);
	toc6on.src = "images/link-contact-hover.gif";		
	toc7on = new Image(50, 180);
	toc7on.src = "images/link-links-hover.gif";
	toc8on = new Image(50, 180);
	toc8on.src = "images/link-work-hover.gif";	
	toc9on = new Image(50, 180);
	toc9on.src = "images/link-books-hover.gif";	
	toc1off = new Image(50, 180);
	toc1off.src = "images/link-aboutme.gif";
	toc2off = new Image(50, 180);
	toc2off.src = "images/link-abouteft.gif";
	toc3off = new Image(50, 180);
	toc3off.src = "images/link-test.gif";
	toc4off = new Image(50, 180);
	toc4off.src = "images/link-home.gif";
	toc5off = new Image(50, 180);
	toc5off.src = "images/link-intuit.gif";
	toc6off = new Image(50, 180);
	toc6off.src = "images/link-contact.gif";
	toc7off = new Image(50, 180);
	toc7off.src = "images/link-links.gif";
	toc8off = new Image(50, 180);
	toc8off.src = "images/link-work.gif";
	toc9off = new Image(50, 180);
	toc9off.src = "images/link-books.gif";


}

function img_act(imgName) {
	{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}
}

function img_inact(imgName) {
	{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
}
// end script -->