<!--
 temppath = location.pathname; 
 document.write('<a name="TopOfPage"></a>')
 
 document.write('<table border="0" width="100%"  cellspacing="0" style="border-top:1px solid #FF9900;" cellpadding="0"><tr>')     
 document.write('<td style="background-color:#000000; text-align:left;  color:#FF9900; ' +
   'font-family:comic sans ms; font-size:180%; ">' + 
   '&nbsp;Computer Gripes</td>') 
 document.write('<td style="background-color:#000000; text-align:right; color:#FFFFFF; ' +
   'font-weight: bold;">' + 
   'documenting the <span style="color:#FF9900;">down side</span> of computer stuff&nbsp;&nbsp;</td>')   
 document.write('</tr></table>') 
 
     
 document.write('<table border="0" width="100%"  cellspacing="0" cellpadding="3"><tr bgcolor="#F1F1F1">') 
 document.write('<td>' +    
   '<a href="http://www.computergripes.com/rss/gripesrss.xml" title="Gripes RSS feed XML file">' +
   '<img border="0" align="left" src="http://www.computergripes.com/pix/rssfeed.gif" width="30" height="16"></a> ' +
   '&nbsp; <a href="index.htm" class="navlink2" target="_top">Home</a></td>')  
 document.write('<td id="searchtd" nowrap><a href="search.html" class="navlink2" >Search</a></td>')  
 document.write('<td nowrap><a href="http://www.cafepress.com/computergripes" ' + 
   'class="navlink2" target="_blank" title="T-shirts, coffee mugs, etc.">' + 
   'Merchandise</a></td>')    
 document.write('<td nowrap>') 
 document.write('<a href="mailto:mike@' + 
     'computergripes.com?subject=Comment on page ' + temppath.substring(1,temppath.length) +
     '" class="navlink2">E-mail</a></td>')     
 document.write('<td id="abouttd" nowrap><a href="about.html" class="navlink2">About</a></td>') 
 document.write('<td align="right" nowrap> ' + 
     '<small>Gripes by</small> <a href="http://www.michaelhorowitz.com" class="navlink2" title="My personal web site">') 
 document.write('Michael Horowitz</a> &nbsp;&nbsp; <a href="http://michaelhorowitz2.blogspot.com" class="navlink2">My Blog</a> &nbsp; </td></tr></table>') 
 

 document.write('<table border="0" width="100%"  cellspacing="0" cellpadding="2">') 
 document.write('<tr><td bgcolor="#FFEEDF" align="center" ') 
 document.write('style="border-bottom: 1px solid #ff9c39;"> Index:&nbsp; ') 
 document.write('<a href="letters/a.php" title="A">A</a>  &nbsp;' + 
                '<a href="letters/b.php" title="B">B</a>  &nbsp;' + 
                '<a href="letters/c.php" title="C">C</a>  &nbsp;' +
		'<a href="letters/d.php" title="D">D</a>  &nbsp;' +
		'<a href="letters/e.php" title="E">E</a>  &nbsp;' +
		'<a href="letters/f.php" title="F">F</a>  &nbsp;' +
		'<a href="letters/g.php" title="G">G</a>  &nbsp;' +
		'<a href="letters/h.php" title="H">H</a>  &nbsp;' +
		'<a href="letters/i.php" title="I">I</a>  &nbsp;' +
		'<a href="letters/j.php" title="J">J</a>  &nbsp;' +
		'<a href="letters/k.php" title="K">K</a>  &nbsp;' +
		'<a href="letters/l.php" title="L">L</a>  &nbsp;' +
		'<a href="letters/m.php" title="M">M</a>  &nbsp;' +
		'<a href="letters/n.php" title="N">N</a>  &nbsp;' +
		'<a href="letters/o.php" title="O">O</a>  &nbsp;' +
		'<a href="letters/p.php" title="P">P</a>  &nbsp;Q  &nbsp;' +
		'<a href="letters/r.php" title="R">R</a>  &nbsp;' +
		'<a href="letters/s.php" title="S">S</a>  &nbsp;' +
		'<a href="letters/t.php" title="T">T</a>  &nbsp;' +
		'<a href="letters/u.php" title="U">U</a>  &nbsp;' +
		'<a href="letters/v.php" title="V">V</a>  &nbsp;' +
		'<a href="letters/w.php" title="W">W</a>  &nbsp;' +
		'<a href="letters/x.php" title="X">X</a>  &nbsp;' +
		'<a href="letters/y.php" title="Y">Y</a>  &nbsp;' +
		'<a href="letters/z.php" title="Z">Z</a>  &nbsp; ' +         		
		'<a href="letters/allgripes.php" title="Full list of ALL Computer Gripes">ALL</a>') 		
 document.write('</td></tr></table></font>')

//Feb      4,2007  fixed syntax errors   
//January 31,2007 added link to my blog  
//January 15,2006 totally changed top line. Now have a logo and its black 
//May 29, 2005 added link to merchandise at CafePress. "about comptuer gripes" became "about" 
//Sept 6,2004  replaced email me with whats new page 
//Aug 28,2004  added orange RSS logo  
//May 9,2004   new color scheme  
//January  23, 2004 Added navlink class to links  
//December 17, 2003 Major re-write to add plugs for my classes and change colors again 
//December 16, 2003 changed table border color and background color (was FFFFFF),added plug for my classes 
//December 1, 2003  changed my email address  
//May 31,2003  Took out <small> tags now that CSS controls font and font size    
//January 2,2003  Fixed search link that broke due to case sensitivity with unix   
//October 16,2002 Removed link to Defensive Computing class,added About Me link
//                Modified text of some other links 
//October 11,2002 Changed bkgrnd color of class link 
//October 4,2002 Added link to Defensive Computing Class 
//March 5,2002 Added fonts. Added cellpadding. Made ALL text a link 
//March 3,2002 added target="_top" to home page link to break out of frames 
//July 21,2001 upgraded email to include a subject with the page URL 
//April 1,2001 version 1.0 
// --> 
