<!--

if (document.images) {
		index_off = new Image();
        index_off.src = "/img/menu_index_off.gif";
        index_on = new Image();
        index_on.src = "/img/menu_index_on.gif"; 
        
		about_off = new Image();
        about_off.src = "/img/menu_about_off.gif";
        about_on = new Image();
        about_on.src = "/img/menu_about_on.gif"; 
        
		news_off = new Image();
        news_off.src = "/img/menu_news_off.gif";
        news_on = new Image();
        news_on.src = "/img/menu_news_on.gif"; 

		links_off = new Image();
        links_off.src = "/img/menu_links_off.gif";
        links_on = new Image();
        links_on.src = "/img/menu_links_on.gif"; 

		projects_off = new Image();
        projects_off.src = "/img/menu_projects_off.gif";
        projects_on = new Image();
        projects_on.src = "/img/menu_projects_on.gif"; 

		contact_off = new Image();
        contact_off.src = "/img/menu_contact_off.gif";
        contact_on = new Image();
        contact_on.src = "/img/menu_contact_on.gif"; 
        }

function hiLite(imgDocID,imgObjName) {
	if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}

//-->

