function GetWidth() { return 150; }
function beginGBody() {
  var MyWidth;
  MyWidth=GetWidth();
  document.write('<TABLE BORDER=0 cellpadding=0 cellspacing=0 width="100%"><TR height="15">')
  document.write('<TD VALIGN=TOP bgcolor="#008AFB">')
  document.write('<style type="text/css" class="ts"><!--')
  document.write('A.B { TEXT-DECORATION: none; COLOR:#FFFFFF }')
  document.write('A.B:hover { COLOR: #000000 }')
  document.write('//--></style>')
  document.write('<TABLE BORDER=0 cellpadding=1 cellspacing=1><TR height="15">')
  document.write('<TH>Voice-Commands.Com</TH><TH>|</TH>')
  document.write('<TH VALIGN=center onmouseover="mOvr(this,\'#FFFFFF\');" onmouseout="mOut(this,\'#008AFB\');"><A HREF="http://www.e-Speaking.com" CLASS="B">e-Speaking</A></TH><TH>|</TH>')
  document.write('<TD VALIGN=TOP bgcolor="#008AFB">&nbsp;</TD>')
  document.write('</TR></TABLE>')
  document.write('</TD></TR></TABLE>')
  document.write('<TABLE BORDER=4 WIDTH="100%" cellpadding=4 cellspacing=0 bordercolor="#008AFB" bordercolorlight="#008AFB"><TR><TD VALIGN=TOP><font face="Arial">')
}

function nl(grp,url,type,name) { 
  this.grp=grp;
  this.url=url;
  this.type=type;
  this.name=name;
}
var l;
l=new Array();var a; a=0;
var tt=0;
l[a++]=new nl(++tt,'000.htm',1,'Overview')
l[a++]=new nl(tt,'010.htm',1,'Using your voice')
l[a++]=new nl(tt,'013.htm',1,'Avatars')
l[a++]=new nl(tt,'050.htm',1,'Dictation')
l[a++]=new nl(tt,'051.htm',1,'Transcription')
l[a++]=new nl(tt,'052.htm',1,'Pronounciation')

l[a++]=new nl(++tt,'020.htm',1,'Eliminates Keyboard')
l[a++]=new nl(tt,'021.htm',1,'Posture')
l[a++]=new nl(tt,'022.htm',1,'Healthy Computing')
l[a++]=new nl(tt,'023.htm',1,'Repetitive Stress')

l[a++]=new nl(++tt,'060.htm',1,'In Media')
l[a++]=new nl(tt,'072.htm',1,'Languages')
l[a++]=new nl(tt,'510.htm',1,'Biometric Identification')


l[a++]=new nl(++tt,'102.htm',1,'Voice Training')
l[a++]=new nl(tt,'107.htm',1,'Dictation')
l[a++]=new nl(tt,'108.htm',1,'Foreign Language')
l[a++]=new nl(tt,'109.htm',1,'Lexicons')
l[a++]=new nl(tt,'110.htm',1,'Open Source')
l[a++]=new nl(tt,'130.htm',1,'Re-Sellers')
l[a++]=new nl(tt,'140.htm',1,'Occupation Specific')
l[a++]=new nl(tt,'150.htm',1,'Consultants')

l[a++]=new nl(++tt,'700.htm',1,'Articles / Research')
l[a++]=new nl(tt,'750.htm',1,'Military')

l[a++]=new nl(++tt,'800.htm',1,'Websites / Resources')
l[a++]=new nl(tt,'809.htm',1,'Users Groups')

function gh(caption,j) {
  document.writeln('<style type="text/css" class="ts">')
  document.writeln('A.C { TEXT-DECORATION: none; COLOR:#FFFFFF }')
  document.writeln('A.C:hover { COLOR: #000000 }')
  document.writeln('</style>')
  document.writeln('<table border=0 width="100%" bgcolor="#000000"><tr><td>')  
  document.writeln('<font size="2" color="#FFFFFF">')  
  document.writeln(caption+'<br>')  
  document.writeln('</td></tr></table>')
  document.writeln('<table border=0 width="100%" cellpadding=0 cellspacing=0>')
  for(i=0;i<l.length;i++){
    if(j==l[i].grp){ 
      root='http://www.voice-commands.com/'
      if(l[i].type==1){ root+='' }
      if(l[i].type==2){ root='' }
      document.writeln('<tr><td ')
      document.writeln(' bgcolor=\'#008AFB\' onmouseover="STmOvr(this,\'#DDFFCC\');" onmouseout="STmOut(this,\'#008AFB\');" ') // Eliminated nowrap parameter
      document.writeln('><font size="2" color="#FFFFFF">')  
      document.writeln('<NOBR>•<a href="'+root+l[i].url+'" target="_top" CLASS="C">'+l[i].name+'</a><br>')
    }
  } 
  document.writeln('</td></tr></table>')
  document.writeln('<br>')
}
function STmOvr(src,clrOver) { 
  if (!src.contains(event.fromElement)) { src.bgColor = clrOver; }
}
function STmOut(src,clrIn) { 
  if (!src.contains(event.toElement)) { src.bgColor = clrIn; }
} 
function STmClk(href) {
  if(event.srcElement.tagName=='TD') location = href;
}
function tc() {  
  document.writeln('<table border=0 align=left bgcolor="#008AFB" cellpadding=2 cellspacing=0><tr><td>')  
  document.writeln('<font size="2" face="Arial">')  
  document.writeln('<a href="http://www.voice-commands.com/">')  
  document.writeln('<p align=center>')  
  document.writeln('Voice-Commands Home')  
  document.writeln('</a>')  
  document.writeln('</p>')  
  document.writeln('<font size="2" face="Arial">')  
  var tt=1;
  gh('User Experience',tt++)
  gh('Keyboard',tt++)  
  gh('Technology',tt++)  
  gh('Software',tt++)  
  gh('Articles and<BR>Research',tt++)
  gh('Webstes/Resources',tt++)

  document.writeln('</td></tr></table>')

}
