// SAVE THIS FILE AS (your libraryname)/gmtstandard.js // This page hosted by GeoCities // GeoCities // Get your own Free Home Page // ---------------------------------------------- // COPYRIGHT NOTICE // All javascript, html-code, text etc. found on this site // is copyright of MIKE LOUIS GRIEBEL, DENMARK, // except where otherwise noted. // // Sincerely, // // Mike L. Griebel // ---------------------------------------------- function reportjavalib() { if (test) { alert('Loaded ' + javalibfilename) } } // ------------------------------------------- javalibfilename = "gmtstandard.js" reportjavalib() // ------------------------------------------- function min ( a, b ) { if (a < b) {return a} return b } function max ( a, b ) { if (a > b) {return a} return b } function pause(nn) { for (var i=0; i