<!--
// This script copyright 1997, Tom Negrino and Dori Smith.
        // This script is from "JavaScript for the WWW, Visual QuickStart Guide, 2nd Ed."
        // For more information, see <http://www.chalcedony.com/javascript/>.
        // This script may be used and modified, but the copyright notice must remain intact.

        function openWindow2() {
                newWindow = window.open('Rates.html', 'newWin', 'toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=360,height=450')
        }
// -->