<!-- to put this html into an existing html document, you must copy the javascript and paste it in a specific location within the destination html document. you must then copy and paste the table in a different location.{  }
<html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <meta name="description" content="telecommunications test equipment for protocol analysis, simulation, ttcn conformance testing..."> <meta name="generator" content="microsoft frontpage 4.0"> <meta name="keywords" content="acacia, clarinet, protocol, test"> <meta name="progid" content="frontpage.Editor.Document"> <title>acacia protocol: products</title>{  }
 copy the javascript code including the opening and closing script tags, and paste it into the head section of the destination document. if the destination document already contains a script section, do not include the script tags when copying.{  }
<!-------------------- begin copying the javascript section here --------------------> 
<script language="javascript">{  }

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

// stop hiding{  }
</script>{  }
----------------------- stop copying the javascript here ------------------------> <style>{  }
h1           { font-family: Arial; font-size: 36pt; color: #008000; font-weight: bold }
h2           { font-size: 24pt; color: #008000; font-family: Arial; font-weight: bold }
h3           { font-family: Arial; font-size: 18pt; color: #008000; font-weight: bold }
h4           { font-family: Arial; font-size: 14pt; color: #008000; font-weight: bold }
h5           { font-family: Arial; font-size: 12pt; color: #008000; font-weight: bold }
h6           { font-family: Arial; font-size: 10pt; color: #008000; font-weight: bold }
p            {  }
pre          { font-family: Courier New; font-size: 10pt }
ol           {  }
dir          {  }
-->
</style>
<link rel="stylesheet" type="text/css" href="template.css">
<meta name="Microsoft Border" content="tlb, default">
</head>


<body bgcolor="#ffffff">
<h1><font face="Arial" size="6" color="#008000">Template....</font></h1>


<table border="0" cellpadding="0" cellspacing="0" width="550">
  <tr>
    <td>
    </td>
    <td>
    </td>
    <td>
    </td>
  </tr>
  <tr>
    <td>
    </td>
    <td>
    </td>
    <td>
    </td>
  </tr>
  <tr>
    <td>
    </td>
    <td>
    </td>
    <td>
    </td>
  </tr>
  <tr>
    <td colspan="3">
    </td>
  </tr>
</table>


<p>text style 'p': normal</p>
<pre>text style 'pre': formatted</pre>
<address>
  text style 'address' : address
</address>


<h1><font color="#008000">text style 'h1': heading1</font></h1>
<h2><font color="#008000">text style 'h2': heading2</font></h2>
<h3><font color="#008000">text style 'h3': heading3</font></h3>
<h4><font color="#008000">text style 'h4': heading4</font></h4>
<h5><font color="#008000">text style 'h5': heading5</font></h5>
<h6><font color="#008000">text style 'h6': heading6</font></h6>
<ul>
  <li>text style 'ul': bulleted list</li>
</ul>
<ol>
  <li>text style 'ol':&nbsp; numbered list</li>
</ol>
<dir>
  <li>text style 'dir': directory list</li>
</dir>
<menu>
  <li>text style 'menu': menu list</li>
</menu>
<dl>
  <dt>text style 'dl': defined term</dt>
</dl>
<dl>
  <dd>text style 'dd': definition</dd>
</dl>


<p>&nbsp;</p>
</body>
</html>