        if (document.images){
				
				toc10on = new Image();
                toc10on.src = "images/nav/a_computers_on.gif";
				toc11on = new Image();
                toc11on.src = "images/nav/a_software_on.gif";
				toc12on = new Image();
                toc12on.src = "images/nav/a_printers_on.gif";
				toc13on = new Image();
                toc13on.src = "images/nav/a_plotters_on.gif";
				toc14on = new Image();
                toc14on.src = "images/nav/a_service_on.gif";
				


                toc10off = new Image();
                toc10off.src = "images/nav/a_computers_off.gif";
                toc11off = new Image();
                toc11off.src = "images/nav/a_software_off.gif";
                toc12off = new Image();
                toc12off.src = "images/nav/a_printers_off.gif";
                toc13off = new Image();
                toc13off.src = "images/nav/a_plotters_off.gif";
                toc14off = new Image();
                toc14off.src = "images/nav/a_service_off.gif";
				
        }
function img_act(imgName) {
        if (document.images) {
                imgOn = eval(imgName + "on.src");
                document [imgName].src = imgOn;
        }}
function img_inact(imgName) {
        if (document.images) {
                imgOff = eval(imgName + "off.src");
                document [imgName].src = imgOff;
        }}
