<!--
minproc_out = new Image(); minproc_out.src = "/templates/grd/gfx/grd-plus-minproc.gif";
grl_out = new Image(); grl_out.src = "/templates/grd/gfx/grd-plus-grl.gif";
oceana_out = new Image(); oceana_out.src = "/templates/grd/gfx/grd-plus-oceana.gif";

minproc_hover = new Image(); minproc_hover.src = "/templates/grd/gfx/grd-plus-minproc-over.gif";
grl_hover = new Image(); grl_hover.src = "/templates/grd/gfx/grd-plus-grl-over.gif";
oceana_hover = new Image(); oceana_hover.src = "/templates/grd/gfx/grd-plus-oceana-over.gif";
// -->

<!--
  function display(imgName, imgUrl) {
    if (document.images && typeof imgUrl != 'undefined')
      document[imgName].src = imgUrl.src;
  }
// -->