//version 5.01 save theWidth RWS no cursor:hand

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 style=margin:0 >" );
if (document.url != "index.html" ) document.write (
" <tr> 								"+
"<a href=/							"+
"	onMouseOver=\"status='home'; return true;\" 		"+
"	onMouseOut =\"status='';     return true;\"       	"+
"       title=' [ home ] '	>		"+
"  <td class=screen align=left colspan=9 valign=bottom >	"+  //height=50
" <a href=/> <img src=http://www.Real-World-Systems.com/home.gif border=0 alt= '\r  [ home ]  \r' ></a>"+
"</td></a>" );

document.write( 
//"<tr>							"+
" <td class=screen align=left >"+
"<a href=mailto:webmaster&#x40;Real-World-Systems.com 	"+
"  style=cursor:help;font-size:80%;text-decoration:none; "+
"  title=' Questions about this web page '>webmaster</a> 	"+
" <td align=right valign=bottom style=font-family:verdana;font-size:60%;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=\"/cgi-bin/logit.cgi?" + k + "\" width=3 height=3 border=0 >"+
"</table> ") 
// //////////// end of enddoc.js

