
if (document.images){
            var toc0on = new Image();
                toc0on.src = "../images/sitesnav/in_ho_on.gif";
                toc1on = new Image();
                toc1on.src = "../images/sitesnav/ho_on.gif";
                toc2on = new Image();
                toc2on.src = "../images/sitesnav/in_pro_on.gif";
                toc3on = new Image();
                toc3on.src = "../images/sitesnav/pro_on.gif";
                toc4on = new Image();
                toc4on.src = "../images/sitesnav/in_rental_on.gif";
                toc5on = new Image();
                toc5on.src = "../images/sitesnav/rental_on.gif";
                toc6on = new Image();
                toc6on.src = "../images/sitesnav/in_care_on.gif";
                toc7on = new Image();
                toc7on.src = "../images/sitesnav/care_on.gif";
	
                toc40on = new Image();
                toc40on.src = "../images/navigation/company_on.gif";
                toc41on = new Image();
                toc41on.src = "../images/navigation/news_on.gif";
                toc42on = new Image();
                toc42on.src = "../images/navigation/contact_on.gif";

				
                toc50on = new Image();
                toc50on.src = "../images/splash/ho_on.gif";
                toc51on = new Image();
                toc51on.src = "../images/splash/pr_on.gif";
                toc52on = new Image();
                toc52on.src = "../images/splash/re_on.gif";
                toc53on = new Image();
                toc53on.src = "../images/splash/cc_on.gif";
                toc54on = new Image();
                toc54on.src = "../images/splash/dist_on.gif";
				
            var toc0off = new Image();
                toc0off.src = "../images/sitesnav/in_ho_off.gif";
                toc1off = new Image();
                toc1off.src = "../images/sitesnav/ho_off.gif";
                toc2off = new Image();
                toc2off.src = "../images/sitesnav/in_pro_off.gif";
                toc3off = new Image();
                toc3off.src = "../images/sitesnav/pro_off.gif";
				toc4off = new Image();
                toc4off.src = "../images/sitesnav/in_rental_off.gif";
                toc5off = new Image();
                toc5off.src = "../images/sitesnav/rental_off.gif";
                toc6off = new Image();
                toc6off.src = "../images/sitesnav/in_care_off.gif";
                toc7off = new Image();
                toc7off.src = "../images/sitesnav/care_off.gif";
				
                toc40off = new Image();
                toc40off.src = "../images/navigation/company_off.gif";
                toc41off = new Image();
                toc41off.src = "../images/navigation/news_off.gif";
                toc42off = new Image();
                toc42off.src = "../images/navigation/contact_off.gif";
				
                toc50off = new Image();
                toc50off.src = "../images/splash/ho_off.gif";
                toc51off = new Image();
                toc51off.src = "../images/splash/pr_off.gif";
                toc52off = new Image();
                toc52off.src = "../images/splash/re_off.gif";
                toc53off = new Image();
                toc53off.src = "../images/splash/cc_off.gif";
                toc54off = new Image();
                toc54off.src = "../images/splash/dist_off.gif";



				
        }

function img_act(imgName) {
        if (document.images) {
                imgOn = eval(imgName + "on.src");
                try {
                	document [imgName].src = imgOn;
                }
                catch(ex) {
                }
        }}

function img_inact(imgName) {
        if (document.images) {
                imgOff = eval(imgName + "off.src");
                try {
                	document [imgName].src = imgOff;
		}
		catch(ex) {
		}

        }}
function openWin( windowURL, windowName, windowFeatures ) { 
                return window.open( windowURL, windowName, windowFeatures ) ; 
        } 
