  function fullwin(dest) {
    var newWindow1 = open(dest,'offsite');
  }
  function winlet(dest) {
    var newWindow2 = open(dest,'offsite', 'scrollbars, width=600, height=400');
  }

    if (document.images)
        {
            compon= new Image(400,350);
            compon.src="extra/compare_orbits_2.gif";
            compoff= new Image(400,350);
            compoff.src="extra/compare_orbits_1.gif";

            mimg= new Image(400,499);
            mimg.src="extra/eco_tidal_m0v.gif";
            kimg= new Image(400,499);
            kimg.src="extra/eco_tidal_k0v.gif";
            gimg= new Image(400,499);
            gimg.src="extra/eco_tidal_g0v.gif";
            fimg= new Image(400,499);
            fimg.src="extra/eco_tidal_f0v.gif";
            aimg= new Image(400,499);
            aimg.src="extra/eco_tidal_a0v.gif";
        }
    function labelsOn(imgName, imgName2)
        {
            if (document.images)
                {
                    imgOn=eval(imgName + "on.src");
                    document[imgName].src= imgOn;
                }
        }
    function labelsOff(imgName, imgName2)
        {
            if (document.images)
                {
                    imgOff=eval(imgName + "off.src");
                    document[imgName].src= imgOff;
                }
        }
    function etchg(imgID, imgMain)
        {
            if (document.images)
                {
                    imgNew=eval(imgID + "img.src");
                    document[imgMain].src= imgNew;
                }
        }
