
if (document.images){
                var toc0on = new Image();
                toc0on.src = "../images/universal/t_p_on.gif";
                toc1on = new Image();
                toc1on.src = "../images/universal/t_s_on.gif";
                toc2on = new Image();
                toc2on.src = "../images/universal/t_c_on.gif";
                toc3on = new Image();
                toc3on.src = "../images/universal/t_su_on.gif";
                toc4on = new Image();
                toc4on.src = "../images/universal/t_d_on.gif";
				
                toc6on = new Image();
                toc6on.src = "../images/universal/logo_on.gif";
                toc7on = new Image();
                toc7on.src = "../images/universal/contact_on.gif";

				
                var toc0off = new Image();
                toc0off.src = "../images/universal/t_p_off.gif";
                toc1off = new Image();
                toc1off.src = "../images/universal/t_s_off.gif";
                toc2off = new Image();
                toc2off.src = "../images/universal/t_c_off.gif";
                toc3off = new Image();
                toc3off.src = "../images/universal/t_su_off.gif";
                toc4off = new Image();
                toc4off.src = "../images/universal/t_d_off.gif";

                toc6off = new Image();
                toc6off.src = "../images/universal/logo_off.gif";
               	toc7off = new Image();
                toc7off.src = "../images/universal/contact_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;
        }}
function openWin( windowURL, windowName, windowFeatures ) { 
                return window.open( windowURL, windowName, windowFeatures ) ; 
        } 
