var dt=new Date();
var rand=dt.getTime();
var pp=""+rand;
var pp=pp.charAt(pp.length-4);
var ctr=eval(pp);
var dest=new Array();
dest[0]="database/db.html";

dest[1]="encrypthtml/index.html";
dest[2]="sitesrch/sitesrch.html";
dest[3]="encrypt/encrypt.html";
dest[4]="flags/index.html";
dest[5]="engger/index.html";
dest[6]="engspa/index.html";
dest[7]="../rates/contact.html";
var prog=new Array()
prog[0]='Searchable Database Generator';

prog[1]='Online Encrypted HTML';
prog[2]='Site Search Utility';
prog[3]='File Encryption Utility';
prog[4]='URL Codes and Flags';
prog[5]='English-German Database';
prog[6]='English-Spanish Database';

function disp2(flg){
 if (document.all){
  display1.innerHTML='<IMG SRC=i/gear.gif WIDTH=56 HEIGHT=50><BR><FONT COLOR=#9C18E7>'+txt[flg]+'</FONT>';
  }
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<IMG SRC=i/gear.gif WIDTH=56 HEIGHT=50><BR><FONT COLOR=#9C18E7>'+txt[flg]
  +'</FONT>';
  }
 if (document.layers){
  document.e.document.f.document.write('<P STYLE="font-family:arial,'
   +'helvetica,sans-serif;font-size'
   +':12px;color:#9C18E7;font-style:plain"><IMG SRC=i/gear.gif'
   +' WIDTH=56 HEIGHT=50><BR>'+txt[flg]+'</P>');
  document.e.document.f.document.close();
  }
 }
function disp3(flg){
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<FONT COLOR=#9C18E7>'
  +txt[flg]+'</FONT>';
  }
 else{
  if (document.layers){
   document.e.document.f.document.write('<FONT COLOR=#9C18E7>'+txt[flg]
   +'</FONT>');
   document.e.document.f.document.close();
   }
  }
 }

function dump(flg){
 msg=window.open("",ctr,"HEIGHT=400,WIDTH=600,location=1,status=1,toolbar=1");
 msg.location.href=dest[flg];
 }
function dump1(flg){
msg=window.open(dest[flg],"","height=400,width=600,location=1,status=1,scrollbars=1,toolbar=1,resizable=1");
 }
function dim(){
 disp3(9); 
 }
var txt=new Array()
txt[0]='This script engine takes your spreadsheet (whether Lotus 1-2-3&reg;, Microsoft Excel&reg;, AppleWorks&reg; or ClarisWorks&reg; and converts it to a searchable database...';
txt[1]='Now you can post up HTML web pages that may only be viewed by those visitors to them who have the correct password to decrypt them - providing even more protection for sensitive data...';
txt[2]='After you\'ve built your searchable database, you may need to add new pages from time to time. This little utility will take a new web page HTML and gather the search words you need...';
txt[3]='Folks who do not understand file encryption talk about 128 bit encryption for security. This 4 bit encryption is legal to export and far superior to the vaunted multiple bit encryption...';
txt[4]='This script engine will be useful for teachers and students, generating a database which returns the country codes and flags of all nations...';
txt[5]='An example of a client-side database, this quick look-up database returns either English or German words to English or German searches...';
txt[6]='An example of a client-side database, this quick look-up database returns either English or Spanish words to English or Spanish searches...';
txt[9]="";
function chgLeft(flg){
 parent.left.dump(flg);
 }
function wrtIt(){
document.write('<TR><TD VALIGN=TOP><IMG SRC=../i/white.gif WIDTH=150'
+' HEIGHT=1><BR>');
for (var i=0;i<7;i++){
 document.write('<A HREF='+dest[i]+' onMouseover=disp2('+i
 +') onMouseout=dim() TARGET=_blank>'
 +prog[i]+'</A><BR>');
 }
document.write('</TD><TD VALIGN=CENTER WIDTH=200><DIV ID=display1 ALIGN'
+'=LEFT VALIGN=MIDDLE><ILAYER ID=e WIDTH=200 HEIGHT=120><LAYER ID=f WID'
+'TH=200 HEIGHT=120></DIV></ILAYER></LAYER></TD></TR>');
}
function wrtMusic(){
 if (parent.left.musflg==1){
  document.write('<OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH=160 HEIGHT=144 CODEBASE=http://www.apple.com/qtactivex/qtplugin.cab><PARAM NAME=SRC VALUE=../i/lm3.mid><PARAM NAME=AUTOPLAY VALUE=TRUE><PARAM NAME=CONTROLLER VALUE=FALSE><EMBED SRC=../i/lm3.mid AUTOPLAY=TRUE AUTOSTART=TRUE CONTROLLER=FALSE LOOP=FALSE VOLUME=80 HIDDEN=TRUE PLUGINSPAGE=http://www.apple.com/quicktime/download/></EMBED></OBJECT>');
  }
 }