function header(){
head='<body text=black background=backm.jpg bgproperties=fixed link="#008000" vlink="#800000" alink=red>'+
'<div class=p3>'+
'<table border=0 width=100%>'+
'<tr align=center bgcolor=black>'+
'<td width=100%><font size=+4; color=red>Data Transfer Services</font>'+
'<font size=+1; color=white>&nbsp;by&nbsp;</font>'+
'<font size=+4; color=white>Datanex</font></td>'+
'</tr>'+
'</table>'+
'<table border=0 width=100% cellspacing=0 cellpadding=10>'+
'<tr><td width=15% valign=top>'+
'<table>'+
'<tr>'+
'<td width=15% align=center><font size=+2; color="993333"><b>Site Map</b></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+1; color="993333">General</font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=index_dts.html>'+
'<img src="home.jpg" alt="Home" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=thecompany.htm>'+
'<img src="company.jpg" alt="Company" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=spd.htm>'+
'<img src="spd.jpg" alt="Product" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=contact.htm>'+
'<img src="contact.jpg" alt="Contact Us" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=order.htm>'+
'<img src="order.jpg" alt="Order" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+1; color="993333">Technical</font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=api.htm>'+
'<img src="api.jpg" alt="API" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=ft.htm>'+
'<img src="ft_b.jpg" alt="File Transfer" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=ps.htm>'+
'<img src="ps_b.jpg" alt="Print Services" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=rsh.htm>'+
'<img src="rsh_b.jpg" alt="Remote Cmd" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+1; color="993333">Support</font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=support.htm>'+
'<img src="support.jpg" alt="Support" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=y2k.htm>'+
'<img src="news.jpg" alt="News" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=trouble.htm>'+
'<img src="trouble.jpg" alt="Trouble?" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+1; color="993333">Other</font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=client-server.htm>'+
'<img src="cs.jpg" alt="White Paper" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=case.htm>'+
'<img src="case.jpg" alt="Examples" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=cust.htm>'+
'<img src="cust.jpg" alt="Case Histories" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'<tr>'+
'<td><font size=+0><center><a href=services.htm>'+
'<img src="services.jpg" alt="Services" height="35" width="100" border="0"></a></center></font></td>'+
'</tr>'+
'</table>'+
'</td>'+
'<td valign=top>'+
'</div>';
document.write(head);
}
function endheader(){
endhead='</td></tr></table>';
document.write(endhead);
}
function sirpro_footer(){
sfoot='<hr><p><center><font size=+1; color=black>'+
'If you came here from SIRPRO, click&nbsp;'+ 
'<a href=http://www.sirpro.com>here</a>'+
'&nbsp;to return.'+
'</font></center></p><hr>';
document.write(sfoot);
}
function tail() {
tail='<p><font size=0; color=gray>'+
'ClaimTrac is a claim tracking system, or a claim tracking software program that '+
'is designed to track a variety of claims, including general liability claims, auto '+
'claims, personal injury claims and a general class of claims for the self insured '+
'entity. The claim tracking software will produce reports suitable for the '+
'insurance industry reporting criteria and is especially valuable for the '+
'self insured entity.'+
'<a href="http://www.datanex.com"><font color=gray>For communications software, '+
'visit us at http://www.datanex.com</a></font></font></p>';
document.write(tail);
}


