//******************************************************************************
// verticalScroll_andyhosk.java: Applet
// Written by R.A. Hoskinson....All Rights Reserved
//******************************************************************************
import java.applet.*;
import java.awt.*;
import java.net.*;
import destination;
import java.util.*;
//==============================================================================
// Main Class for applet verticalScroll_andyhosk
//
//==============================================================================
public class verticalScroll_andyhosk extends Applet implements Runnable
{
// THREAD SUPPORT:
// m_verticalScroll is the Thread object for the applet
//--------------------------------------------------------------------------
private Thread m_verticalScroll = null;
// PARAMETER SUPPORT:
// Parameters allow an HTML author to pass information to the applet;
// the HTML author specifies them using the tag within the