// special  end-o-doc.js does not write out  <== BACK   for use by index.html
//
document.write( 
"<style media=print>   td.screen {visibility:hidden}  </style>	"+
"<style media=screen>  td.screen {visibility:visible} </style>  "+
"<table width=100% border=0 cellpadding=0 cellspacing=0 >" );





document.write( 
"<tr>							"+
" <td class=screen align=left>				"+ 
"<a href=mailto:StAlsWebmstr&#x40;Real-World-Systems.com	"+
"  style=cursor:help;font-size:x-small;text-decoration:none; "+
"  title=' Questions about this web page '>webmaster</a> 	"+
" <td align=right valign=bottom style=font-family:verdana;font-size:xx-small;color:whiteSmoke; class=none>	"+
"This page last modified on " + document.lastModified + "<br>		" +
"©2005 Real-World-Systems, All rights reserved.		        	" +
"<a href=http://www.Real-World-Systems.com/DGerman.html			" +
" title=\"This web page hand crafted by Dennis German\"></a> 		" );
var theWidth= screen.width;
if (window.innerWidth)                          theWidth = window.innerWidth;
 else if (document.documentElement && 
          document.documentElement.clientWidth) theWidth = document.documentElement.clientWidth; 
 else if (document.body )                       theWidth = document.body.clientWidth;
var k;
k =     document.location + 
 	"&referer=" + escape(document.referrer)+
  	"&size="    + theWidth +   
        "&"+document.cookie;  
document.write(
"<img src=\"http://www.hicom.net/~danmar/cgi-bin/logit.cgi?" + k + "\" width=3 height=3 border=0 >"+
"</table> ") 
// //////////// end of enddoc.js

