///////////////////////////////////////
// Llama Index
///////////////////////////////////////
function ppLls(n, x)
{
   var o = document.getElementById("login").Lli;
   if(o == null)
      return;

   var s = false;
   var c = false;
   var v = szHotLlama;
   if(navigator.appName != "Netscape")
   {
      s = window.event.shiftKey;
      c = window.event.ctrlKey;
   }
   
   if(s && c)
   {
      if(o != null)
      {
         if(o.value == "1")
         {
            v = szNotLlama;
            o.value = "5749";
         }
         else
         {
            o.value = "1";
         }
      }
   
      var i = document.getElementById(n);
      if(i != null)
      {
         i.src = v;
      }
   }
}

function Execute( what )
{
	window.parent.location = "./" + what;
}

function Login()
{
   var oObj = document.getElementById("login");
   if(oObj != null)
      oObj.submit();
      
   return false;
}
