var dt=new Date();
var rand=dt.getTime();
var pp=""+rand;
var pp=pp.charAt(pp.length-4);
var ctr=eval(pp);
var prog=new Array();
var dest1=new Array();
dest1[0]="ssprog.html";
dest1[1]="ssprog1.html";
dest1[2]="buttons/index.html";
dest1[3]="cursors/cursor.html";
dest1[4]="iabtns/index.html";
dest1[5]="pictcur/index.html";
dest1[6]="textvars/index.html";
dest1[7]="txtmove/index.html";
dest1[8]="pgentry/index.html";
dest1[9]="autoseasons/index.html";
dest1[10]="crossball/index.html";
dest1[11]="blanket/index.html";
dest1[12]="ballgrid/index.html";
dest1[13]="spider/index.html";
dest1[14]="fireworks/index.html";
dest1[20]="../rates/contact.html";
prog[0]="Style Sheet Headers"
prog[1]="Style Sheet Body Calls"
prog[2]="Quick Rollover Buttons"
prog[3]="Cursor Variants"
prog[4]="Instant Rollover Buttons"
prog[5]="Picture Cursor Variations"
prog[6]="Alternate Text Styles"
prog[7]="Irritatingly Moving Text"
prog[8]="Page Entry Messages"
prog[9]="Automatic Seasonal Page Entries"
prog[10]="Ball and Crosses Cursor"
prog[11]="Hole in a Blanket Cursor"
prog[12]="Ball and Grid Display"
prog[13]="Climbing Spiders Display"
prog[14]="Virtual Fireworks Display"
var txt=new Array()
txt[0]='This utility will write the pesky style sheet headers that you need for your pages...';
txt[1]='This utility writes the body call styles you need for internal coding right in your HTML...';
txt[2]='In less than a minute or two, you can have whole site navigation with rollover buttons without creating images...';
txt[3]='On some of your sites, you may want something besides the usual cursor pointer arrow for your visitors...';
txt[4]='Absolutely our fastest way of creating whole site navigation with rollover buttons and active-state maagement without creating images...';
txt[5]='You may have web pages where a fly or a spider would be a desirable substitute for the old plain-jane cursor.  This allows you to substitute a picture for the cursor...';
txt[6]='Artistic impulses are sometimes stifled by the lack of uniform fonts on the Microsoft&reg; and Macintosh&reg; platforms.  You\'ll like the capability to add drop shadows, emboss or indent your regular fonts...';
txt[7]='It used to be the really, really irritating &lt;FLASH&gt; - now, with styles, we can really make a message super irritating (uh, that is, "eye-catching"...';
txt[8]='When your visitor first enters your site, you may like these rather vivid messages dropping and growing across the screen...';
txt[9]='Dramatic page entries accompanied by appropriate music automatically change with the seasons for your retail clients - 12 different in all...';
txt[10]='Four crosses and a centered ball replace the traditional cursor - then all five change colors simultaneously and continuously. Cool...';
txt[11]='This "Hole in a Blanket" cursor is unlike any others you have seen. It changes color continuously and paints a quadrant of the screen with - you guessed it - a hole in that swatch...';
txt[12]='Two dozen colored balls intersected horizontally and vertically, moving from bottom to top with the grid lines matching the ball colors...';
txt[13]='A dozen iridescent spiders busily climbing their webs from the bottom of your web page to the top, their webs moving in the wind as they climb...';
txt[14]='A streak to the sky followed by 48 bursts and 384 sparklers with the sounds of the explosions and (of course) oohs and ahs from the crowd. Bound to impress your client...';
txt[20]='&nbsp;<BR>&nbsp;';
function dump(){
 msg=window.open("",ctr,"HEIGHT=400,WIDTH=600,location=1,status=1,toolbar=1");
 msg.location.href=dest[ctr];
 }
function dump1(flg){
//nwnm='browser/index.html?../'+dest1[flg];
nwnm=dest1[flg];
msg=window.open(nwnm,"","height=400,width=600,location=0,status=1,scrollbars=1,toolbar=0,resizable=1");
 }
function dim(){
 disp2(20); 
 }
function disp2(flg){
 gear=(flg<20?"i/gear.gif":"../i/white.gif");
 document.john.src=gear;
 if (document.all){
  display1.innerHTML='<FONT COLOR=#FF0063>'+txt[flg]+'</FONT>';
  }
 if (document.getElementById){
  document.getElementById("display1").innerHTML='<FONT COLOR=#FF0063>'
  +txt[flg]+'</FONT>';
  }
 if (document.layers){
  document.e.document.f.document.write('<P STYLE="font-family:arial,'
  +'helvetica,sans-serif;font-size'
  +':12px;color:#FF00A1;font-style:plain">'+txt[flg]+'</P>');
  document.e.document.close();
  }
 }
function wrtIt(){
 document.write('<TR><TD VALIGN=TOP><IMG SRC=../i/t.gif WIDTH=300 HEIGHT=1><BR>')
 for (var i=0;i<15;i++){
  document.write('<A HREF='+dest1[i]+' onMouseover=disp2('+i
  +') onMouseout=dim() TARGET=_BLANK>'+prog[i]+'</A><BR>');
 }
document.write('</TD><TD><IMG SRC=../i/t.gif WIDTH=10 HEIGHT=1><TD VAL'
+'IGN=TOP><IMG SRC=../i/t.gif WIDTH=190 HEIGHT=1><BR><IMG SRC=../i/whi'
+'te.gif WIDTH=56 HEIGHT=50 NAME=john><DIV ID=display1 ALIGN=LEFT><ILA'
+'YER ID=e WIDTH=190 HEIGHT=80><LAYER ID=f WIDTH=190 HEIGHT=80></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>');
  }
 }