<!--
 
 if (navigator.appName == "Microsoft Internet Explorer")
 {
  var gambarnya_og = new Array();
  var hitung_objek_og = 0;

  function buka_gambar_og(nama_og, pertama_og, kedua_og)
  {
   gambarnya_og[hitung_objek_og] = new Array();
   gambarnya_og[hitung_objek_og][0] = new Image();
   gambarnya_og[hitung_objek_og][0].src = pertama_og;
   gambarnya_og[hitung_objek_og][1] = new Image();
   gambarnya_og[hitung_objek_og][1].src = kedua_og;
   gambarnya_og[hitung_objek_og][2] = nama_og;
   gambarnya_og[hitung_objek_og][3] = false;
   hitung_objek_og++;
  }

  function gambar_pertamanya_og(nama_og)
  {
   for (i = 0; i < hitung_objek_og; i++)
   {
    if (document.images[gambarnya_og[i][2]] != null)
    { 
     if (nama_og == gambarnya_og[i][2])
     {
      if (gambarnya_og[i][3] == false)
      {
       document.images[gambarnya_og[i][2]].src = gambarnya_og[i][1].src; gambarnya_og[i][3] = true;
      }
     }
    }
   }
  }

function gambar_keduanya_og(nama_og)
  {
   for (i = 0; i < hitung_objek_og; i++)
   {
    if (document.images[gambarnya_og[i][2]] != null)
    { 
     if (nama_og == gambarnya_og[i][2])
     {
      if (gambarnya_og[i][3] == true)
      {
       document.images[gambarnya_og[i][2]].src = gambarnya_og[i][0].src; gambarnya_og[i][3] = false;
      }
     }
    }
   }
  }

 buka_gambar_og("tombol_gulir", "images/gulir3.gif", "images/gulir3.gif");
 document.write('<DIV CLASS="GIA_Gulir" ID="GIA_Gulir" STYLE="position:absolute;top:1;display:'
 +'none;" ALIGN="right"><A href="dummy.htm" target="BottomFrame">'
 +'<IMG SRC="images/gulir3.gif" WIDTH="24" HEIGHT="24" BORDER="0" '
 +'NAME="tombol_gulir" ALT=""></A></DIV>');


 var statusnya = "Go to the top of this page.";
 var tunda1 = 1;
 var tunggu = 1;
 var posisi = -1;
 var diam   = -1;
 var aktif  = 0;
 var waktu_gulirnya = 102;
 var waktu_tundanya = 52;
 var never = new Date();
 never.setTime(never.getTime() + 2000*24*60*60*1000);

 var IW= 0;
 var IH= 0;
 var PX= 0;
 var PY= 0;
 var brand= null;
 var IMGW= 24;
 var IMGH= 24;
 var LSAFETY= 0;
 var TSAFETY= 0;
 var gandalf= 0;

 var ourLays= new Array();
 var alldivs= new Array();
 alldivs= document.all.tags("DIV");


 function BrandInit()
 {
  if (brand!= null) return;
  else
  { 
   ID_CHECK:  for (i=0; i<alldivs.length; i++)
   {
    if ((gandalf==0)&&(alldivs(i).id == "GIA_Gulir"))
    {
     gandalf=1;
     brand= alldivs(i);
     continue ID_CHECK;
    }
    if(gandalf==1)
    {
     if(alldivs(i).id== "nh1")
     {
      pop_menu= alldivs(i);
      continue ID_CHECK;
     }
     ourLays[ourLays.length]= alldivs(i);
    }
   }
  }
  if (brand!= null)
  {
   brand.onmouseover= neat_mouseover;
   brand.onmouseout= neat_mouseout;
   brand.onclick= neat_mouseclick;
  }
 }


 function neat_mouseover()
 {
  window.status = statusnya;
  return true;
 }


 function neat_mouseout()
 {
  window.status= "";
  return true;
 }

 function neat_mouseclick()
 {
  if (aktif == 0)
  {aktif = 1; statusnya = "Go to the top of this page.";
   window.status = statusnya; tunda1 = 0; tunggu = 0; diam = 0;
   gambar_pertamanya_og("tombol_gulir")} else 
  {aktif = 2; statusnya = "Go to the top of this page.";
   window.status = statusnya; gambar_keduanya_og("tombol_gulir")}
  return true;
 }


 function BrandPosition()
 {
  if(brand!= null)
  {
   IH= document.body.clientHeight;
   IW= document.body.clientWidth;
   PX= document.body.scrollLeft;
   PY= document.body.scrollTop;
   brand.style.top= (IH+PY-(IMGH+TSAFETY));
   brand.style.left=(IW+PX-(IMGW+LSAFETY));
   for (i=0; i<alldivs.length; i++)
   {
    if (alldivs(i).style.zIndex > brand.style.zindex)
    brand.style.zindex= (alldivs(i).style.zIndex + 1);
   }
  }
 }


 function BrandShow(toggle)
 {
  if(brand!= null)
  brand.style.display= toggle;
 }


 function Branding()
 {
  if (navigator.appVersion.indexOf("Mac") == -1)
  {
   oldIW= IW;
   oldIH= IH;
   oldPX= PX;
   oldPY= PY;
   if ((document.body.clientHeight != oldIH)||(document.body.clientWidth != oldIW)||(document.body.scrollLeft != oldPX)||(document.body.scrollTop != oldPY))
   {
    BrandInit();
    if(brand != null)
    {
     BrandShow("none");
     BrandPosition();
     BrandShow("");
    }
    else {}
   }
  }
 }


 function gulirkan()
 {
  if (document.body == null) {} else
  {
   if (posisi == -1) {posisi = document.body.scrollTop; Branding()}
   if (posisi != document.body.scrollTop) {posisi = -1; tunggu = 1; tunda1 = 1; diam = 1; Branding()}
   if (aktif != 0) {
   if (aktif == 2) {aktif = 0; tunggu = 0}
   if (tunggu == 1) {tunda1++; if (tunda1 > waktu_tundanya) {tunda1 = 0; tunggu = 0; diam = 0}} else
   {posisi = document.body.scrollTop + 1; scroll(1,posisi); Branding()}}
  }
 }

function keatas()
{
  if (document.body == null) {} else
  {
   if (posisi == -1) {posisi = document.body.scrollTop; Branding()}
   if (posisi != document.body.scrollTop) {posisi = -1; tunggu = 1; tunda1 = 1; diam = 1; Branding()}
   if (aktif != 0) {
   if (aktif == 2) {aktif = 0; tunggu = 0}
   if (tunggu == 1) {tunda1++; if (tunda1 > waktu_tundanya) {tunda1 = 0; tunggu = 0; diam = 0}} else
   {posisi = document.body.scrollTop + 1; scroll(0,0); Branding()}; aktif = 0}
  }
 }

 neat_mouseout();
  {setInterval("keatas()",waktu_gulirnya)}
}

// -->
