var dt=new Date();
var rand=dt.getTime();
var pp=""+rand;
var pp=pp.charAt(pp.length-4);
var ctr=eval(pp);
var hrn=(document.layers?"<IMG SRC=hr.gif WIDTH=502 HEIGHT=1><BR>":"<HR>");
var dest1=new Array();
dest1[0]="html/htmli.html";
dest1[1]="frame/frame.html";
dest1[2]="forms/form.html";
dest1[3]="smut/smutengine.html";
dest1[4]="h2j/h2j.html";
dest1[5]="relatives/index.html";
dest1[6]="suite/metatags.html";
dest1[7]="suite/downsizer.html";
dest1[8]="suite/upsizer.html";
dest1[9]="keepalive/index.html";
dest1[20]="contact.html";
var prog=new Array();
prog[0]="HTML Initiation";
prog[1]="Frameset Initiation";
prog[2]="Forms Initiation";
prog[3]="Smut Engine";
prog[4]="HTML to JavaScript Converter";
prog[5]="Root-Relative Path Generator";
prog[6]="HTML Meta Keywords Writer";
prog[7]="HTML Page Downsizer";
prog[8]="HTML Page Upsizer";
prog[9]="Keep Alive Scripts";

var txt=new Array()
txt[0]='Not a big deal, it\'s true, but you\'ll be surprised how useful'
+' this little utility can be.';
txt[1]='If you hate "thinking about it", this utility will save you lots'
+' of that stuff.';
txt[2]='Makes designing forms a lot easier and adds some basic form'
+' enhancements as well.';
txt[3]='This automatic smut engine pre-parses forms as visitors fill them'
+' in and replaces offensive words.';
txt[4]='This little application takes your HTML and converts it to either a JavaScript variable or to a "document.write" statement.';
txt[5]='This script engine writes those dratted root-relative paths for you when you are writing your HTML. Of course, us pro\'s don\'t need that kinda help, do we?';
txt[6]='This script engine is one of our favorites, because it writes those absolutely necessary (for the script engines) META tags for keywords and the site description.';
txt[7]='This script engine will take your web page of HTML and remove all of the unnecessary bytes, thus speeding the download to your visitors.';
txt[8]='This script engine will take your downsized web page of HTML and reinsert enough returns to make it easier to edit.';
txt[9]='If you live with a slow connect, an aggressive ISP and keep getting "dumped" while performing your ftp uploads, here is a nifty solution.';
txt[20]='';

function dump1(flg){
msg=window.open(dest1[flg],"","height=400,width=600,location=1,status=1,scrollbars=1,toolbar=1,resizable=1");
 }
function dim(){
 disp3(20); 
 }
function disp2(flg){
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<IMG SRC=i/gear.gif'
  +' WIDTH=56 HEIGHT=50><BR><FONT COLOR=#FF2100>'+txt[flg]+'</FONT>';
  }
  if (document.layers){
   document.e.document.f.document.write('<P STYLE="font-family:arial,'
   +'helvetica,sans-serif;font-size'
   +':12px;color:#FF2100;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=#FF2100>'
  +txt[flg]+'</FONT>';
  }
 else{
  if (document.layers){
   document.e.document.f.document.write('<FONT COLOR=#FF2100>'+txt[flg]
   +'</FONT>');
   document.e.document.f.document.close();
   }
  }
 }
function wrtIt(){
 for (var i=0;i<10;i++){
  document.write('<A HREF='+dest1[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.c'
  +'ab><PARAM NAME=SRC VALUE=../i/lm3.mid><PARAM NAME=AUTOPLAY VALUE=TRUE><P'
  +'ARAM NAME=CONTROLLER VALUE=FALSE><EMBED SRC=../i/lm3.mid AUTOPLAY=TRUE A'
  +'UTOSTART=TRUE CONTROLLER=FALSE LOOP=FALSE VOLUME=80 HIDDEN=TRUE PLUGINSP'
  +'AGE=http://www.apple.com/quicktime/download/></EMBED></OBJECT>');
  }
 }