<!--
// Scroller //
//==========================================================================//
   date = new Date("July 18, 2002");
   hari = 4
//==========================================================================//

   now = new Date();
   diff = date.getTime() - now.getTime();
   days1 = (Math.floor(diff / (1000 * 60 * 60 * 24))) + 1;
   days2 = (Math.floor(diff / (1000 * 60 * 60 * 24))) + hari;

//   text1= "Try Indonesian e-Callbook contains more than 40,000 Indonesian Amateur Radio callsigns."); //

   scrollText = ("The Indonesian e-Callbook service is closing down. Visit the Indonesian Callbook website at : callbook.orari.net")

   if ((days1 < 18) && (days2 >= 0)) {
     scrollText = ("18 - 21 July 2002 : All Borneo 3rd HAM Festival 2002 in Palangka Raya, Central Kalimantan.")
   }

   var scrollCounter = 0;
   var scrollDelay   = 45;

   var i = 0;
   while (i ++ < 140)
   scrollText = " " + scrollText;
   function Scroller()
   {
   window.status = scrollText.substring(scrollCounter++,scrollText.length);
   if (scrollCounter == scrollText.length) scrollCounter = 0;
   setTimeout("Scroller()", scrollDelay);
   }
   Scroller();

// Browser & color depth //
     NS4 = (document.layers);
     IE4 = (document.all);
     NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));
    ver4 = (NS4 || IE4 || NS6);
     NS  = (NS4 || NS6);
   
  if (!ver4)
  {
  document.write("<p>Best viewed with min. High (16 bit) Color and Netscape or MS Internet Explorer");
  }
  if ((screen.width < 800) || (screen.depth == 256))
  {
  document.write("<p>This site best viewed with min. 800x600x16bit color resolution");
  }
//-->
