<!--
  if (document.images) {
   /* Below images are for mouse-over. o=over */
   
	nav_top_abouto = new Image();
    nav_top_abouto.src = "../images/subpage_nav_top_podcasts/abouto.gif";
   
    nav_top_calendaro = new Image();
    nav_top_calendaro.src = "../images/subpage_nav_top_podcasts/calendaro.gif";
	
	nav_top_presso = new Image();
    nav_top_presso.src = "../images/subpage_nav_top_podcasts/presso.gif";
	
	nav_top_shopo = new Image();
    nav_top_shopo.src = "../images/subpage_nav_top_podcasts/shopo.gif";
	
	nav_top_sitemapo = new Image();
    nav_top_sitemapo.src = "../images/subpage_nav_top_podcasts/sitemapo.gif";	


   /* Below images are for mouse-off. */

	nav_top_aboutx = new Image();
    nav_top_aboutx.src = "../images/subpage_nav_top_podcasts/aboutx.gif";
   
    nav_top_calendarx = new Image();
    nav_top_calendarx.src = "../images/subpage_nav_top_podcasts/calendarx.gif";
	
	nav_top_pressx = new Image();
    nav_top_pressx.src = "../images/subpage_nav_top_podcasts/pressx.gif";
	
	nav_top_shopx = new Image();
    nav_top_shopx.src = "../images/subpage_nav_top_podcasts/shopx.gif";
	
	nav_top_sitemapx = new Image();
    nav_top_sitemapx.src = "../images/subpage_nav_top_podcasts/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");
    }
  }

//-->
