
<!--
  if (document.images) {
   /* Below images are for mouse-over. o=over */
    nav_top_calendaro = new Image();
    nav_top_calendaro.src = "images/subpage_nav_top_education/calendaro.gif";
	
	nav_top_presso = new Image();
    nav_top_presso.src = "images/subpage_nav_top_education/presso.gif";
	
	nav_top_employmento = new Image();
    nav_top_employmento.src = "images/subpage_nav_top_education/employmento.gif";
	
	nav_top_shopo = new Image();
    nav_top_shopo.src = "images/subpage_nav_top_education/shopo.gif";
	
	nav_top_sitemapo = new Image();
    nav_top_sitemapo.src = "images/subpage_nav_top_education/sitemapo.gif";	


   /* Below images are for mouse-off. */
    nav_top_calendarx = new Image();
    nav_top_calendarx.src = "images/subpage_nav_top_education/calendarx.gif";
	
	nav_top_pressx = new Image();
    nav_top_pressx.src = "images/subpage_nav_top_education/pressx.gif";
	
	nav_top_employmentx = new Image();
    nav_top_employmentx.src = "images/subpage_nav_top_education/employmentx.gif";
	
	nav_top_shopx = new Image();
    nav_top_shopx.src = "images/subpage_nav_top_education/shopx.gif";
	
	nav_top_sitemapx = new Image();
    nav_top_sitemapx.src = "images/subpage_nav_top_education/sitemapx.gif";
	

  }

  function imgOver(imgName) {
    if (document.images) {
      document[imgName].src = eval(imgName + "o.src");
    }
  }

  function imgOff(imgName) {
    if (document.images) {
      document[imgName].src = eval(imgName + "x.src");
    }
  }

//-->

