<!-- old browsers ignore this code
var bwsr='old';
var msg="Copyright (c) 1993-2004 LesTec Pty Ltd\nRight Click Disabled";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
  function executeCommands(inputparms){
  // Instantiate the Shell object and invoke its execute method.
    var oShell = new ActiveXObject("Shell.Application");
    var commandtoRun = "C:\\Windows\\Notepad.exe";
    if (inputparms != "")
     {
      var inputparms = document.Form1.filename.value;
     }
 // Invoke the execute method.  
     oShell.ShellExecute(commandtoRun, inputparms,"","open","1");
  }
function GetAuiList()
{
	var option = "";
	var rdm = "";
	var aui = "";
	var aui1 = "";
	var auilist = "";
	var a = "";
        var d = new Array();	
        var e = new Array();	
	option = document.forms['info'].elements['option'].value;
	rdm = document.forms['info'].elements['rdm'].value;
        aui = document.forms['info'].elements['aui'].value;
        i=0;
        j=Math.floor(Math.random()*31);
auilist='';
document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
document.write("<head>");
document.write("<TITLE></TITLE>");
document.write("</head>");
document.write("<html>");
document.write("<body>");
        a="";
        while (i<26)
          {
          d[i]="";
          e[i]="";
          i=i+1;
          }
        i=0;
        while (i<26)
          {
          j=Math.floor(Math.random()*26);
          while (d[j]!="")
             {
             j=Math.floor(Math.random()*26);
             }
          k=j;
             if (k==0)
                {
                a="a";
                }
             else if (k==1)
                {
                a="b";
                }
             else if (k==2)
                {
                a="c";
                }
             else if (k==3)
                {
                a="d";
                }
             else if (k==4)
                {
                a="e";
                }
             else if (k==5)
                {
                a="f";
                }
             else if (k==6)
                {
                a="g";
                }
             else if (k==7)
                {
                a="h";
                }
             else if (k==8)
                {
                a="i";
                }
             else if (k==9)
                {
                a="j";
                }
             else if (k==10)
                {
                a="k";
                }
             else if (k==11)
                {
                a="l";
                }
             else if (k==12)
                {
                a="m";
                }
             else if (k==13)
                {
                a="n";
                }
             else if (k==14)
                {
                a="o";
                }
             else if (k==15)
                {
                a="p";
                }
             else if (k==16)
                {
                a="q";
                }
             else if (k==17)
                {
                a="r";
                }
             else if (k==18)
                {
                a="s";
                }
             else if (k==19)
                {
                a="t";
                }
             else if (k==20)
                {
                a="u";
                }
             else if (k==21)
                {
                a="v";
                }
             else if (k==22)
                {
                a="w";
                }
             else if (k==23)
                {
                a="x";
                }
             else if (k==24)
                {
                a="y";
                }
             else if (k==25)
                {
                a="z";
                }
          d[j]=a;
          e[i]=a;
          i=i+1;
          }
        i=0;
        while (i<option)
          {
          aui1=e[i]+aui+"<br>\r\n";
          document.write(aui1); 
          i=i+1;
          }
          auilist=auilist + aui1;
document.write("</body>");
document.write("</html>");
	//document.forms['info'].elements['auilist'].value=auilist;
	//document.forms['info'].submit();
}
function GetAuiListOld()
{
	var option = "";
	var rdm = "";
	var aui = "";
	var aui1 = "";
	var auilist = "";
	var a = "";
	
	option = document.forms['info'].elements['option'].value;
	rdm = document.forms['info'].elements['rdm'].value;
        aui = document.forms['info'].elements['aui'].value;
        i=0;
        j=Math.floor(Math.random()*31);
auilist='';
document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
document.write("<head>");
document.write("<TITLE></TITLE>");
document.write("</head>");
document.write("<html>");
document.write("<body>");
        while (i<option)
          {
          i=i+1;
	  a="";
          if(option == 10)
             {
             sj=j + 100 + Math.floor(Math.random()*25);
             }
          else if(option == 20)
             {
             sj=j + 50 + Math.floor(Math.random()*13);
             }
          else if(option == 50)
             {
             sj=j + 20 + Math.floor(Math.random()*5);
             }
          else if(option == 100)
             {
             sj=j + 2 + Math.floor(Math.random()*1);
             }
          else if(option == 250)
             {
             sj=j + 1;
             }
          else
             {
             sj=j + 1;
             }
          while (j > 0)
             {
             k=j & 31;
             if (k==0)
                {
                a=a + "a";
                }
             else if (k==1)
                {
                a=a + "b";
                }
             else if (k==2)
                {
                a=a + "c";
                }
             else if (k==3)
                {
                a=a + "d";
                }
             else if (k==4)
                {
                a=a + "e";
                }
             else if (k==5)
                {
                a=a + "f";
                }
             else if (k==6)
                {
                a=a + "g";
                }
             else if (k==7)
                {
                a=a + "h";
                }
             else if (k==8)
                {
                a=a + "i";
                }
             else if (k==9)
                {
                a=a + "j";
                }
             else if (k==10)
                {
                a=a + "k";
                }
             else if (k==11)
                {
                a=a + "l";
                }
             else if (k==12)
                {
                a=a + "m";
                }
             else if (k==13)
                {
                a=a + "n";
                }
             else if (k==14)
                {
                a=a + "o";
                }
             else if (k==15)
                {
                a=a + "p";
                }
             else if (k==16)
                {
                a=a + "q";
                }
             else if (k==17)
                {
                a=a + "r";
                }
             else if (k==18)
                {
                a=a + "s";
                }
             else if (k==19)
                {
                a=a + "t";
                }
             else if (k==20)
                {
                a=a + "u";
                }
             else if (k==21)
                {
                a=a + "v";
                }
             else if (k==22)
                {
                a=a + "w";
                }
             else if (k==23)
                {
                a=a + "x";
                }
             else if (k==24)
                {
                a=a + "y";
                }
             else if (k==25)
                {
                a=a + "z";
                }
             else if (k==26)
                {
                a=a + "2";
                }
             else if (k==27)
                {
                a=a + "3";
                }
             else if (k==28)
                {
                a=a + "4";
                }
             else if (k==29)
                {
                a=a + "5";
                }
             else if (k==30)
                {
                a=a + "6";
                }
             else if (k==31)
                {
                a=a + "7";
                }
             j=j >> 5;
             }
          if(a == "")
             {
             a = "a";
             }
          aui1=a+aui+"<br>\r\n";
          k=Math.floor(Math.random()*25);
             if (k==0)
                {
                a="a";
                }
             else if (k==1)
                {
                a="b";
                }
             else if (k==2)
                {
                a="c";
                }
             else if (k==3)
                {
                a="d";
                }
             else if (k==4)
                {
                a="e";
                }
             else if (k==5)
                {
                a="f";
                }
             else if (k==6)
                {
                a="g";
                }
             else if (k==7)
                {
                a="h";
                }
             else if (k==8)
                {
                a="i";
                }
             else if (k==9)
                {
                a="j";
                }
             else if (k==10)
                {
                a="k";
                }
             else if (k==11)
                {
                a="l";
                }
             else if (k==12)
                {
                a="m";
                }
             else if (k==13)
                {
                a="n";
                }
             else if (k==14)
                {
                a="o";
                }
             else if (k==15)
                {
                a="p";
                }
             else if (k==16)
                {
                a="q";
                }
             else if (k==17)
                {
                a="r";
                }
             else if (k==18)
                {
                a="s";
                }
             else if (k==19)
                {
                a="t";
                }
             else if (k==20)
                {
                a="u";
                }
             else if (k==21)
                {
                a="v";
                }
             else if (k==22)
                {
                a="w";
                }
             else if (k==23)
                {
                a="x";
                }
             else if (k==24)
                {
                a="y";
                }
             else if (k==25)
                {
                a="z";
                }
          aui1=a + aui1;
          document.write(aui1); 
          j=sj;
          auilist=auilist + aui1;
          }
document.write("</body>");
document.write("</html>");
	//document.forms['info'].elements['auilist'].value=auilist;
	//document.forms['info'].submit();
}
