topButton = document.getElementById("topBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function () { scrollFunction(); }; function scrollFunction() { if ( document.body.scrollTop > 20 || document.documentElement.scrollTop > 20 ) { topButton.style.display = "block"; } else { topButton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }
Home History Details Technical Literature Entertainment Gallery Links Map


medallion

Amusing Roles for MGTDs

The following are pictures of amusing roles for the MGTD. Albeit most of these are in jest or simulations.

Snowplow

Stump Puller

Tow Truck

Home | History | Details | Technical | Literature | Entertainment | Gallery | Links | Map

© 1999 - by Christopher C. Couper Page last modified: 2026/07/04