 document.write("<table height=50px width=600px border=0>")
 document.write("<tr>")
 document.write("<td height=50px width=40px></td>")
 document.write("<td align=left><font class=Header><b>Products: VoIP</b></font></td>")
// document.write("<td><font size=1px>Back to <a class=link href='products.html'>Products</a> Page</font></td>")
 document.write("</tr>")
 document.write("<tr>")
 document.write("<td width=40px></td> ")
 document.write("<td colspan=3 align=left>")
 document.write("<font size=2px><b>1.</b> ITU-T compatible vocoders - ")
 if (prdvoip == "g711") {
 	document.write("<b>G.711</b>,&nbsp ")
 }
 else {
 	document.write("<a class=link href='g711.html'>G.711</a>,&nbsp ")
 }
if (prdvoip == "g721") {
 	document.write("<b>G.721</b>,&nbsp ")
 }
 else {
 	document.write("<a class=link href='g721.html'>G.721</a>,&nbsp ")
 }
 if (prdvoip == "g722") {
 	document.write("<b>G.722</b>,&nbsp ")
 }
 else {
	 document.write("<a class=link href='g722.html'>G.722</a>,&nbsp ")
 }
 if (prdvoip == "g722.1") {
 	document.write("<b>G.722.1</b>,&nbsp ")
 }
 else {
	 document.write("<a class=link href='g722.1.html'>G.722.1</a>,&nbsp ")
 }
if (prdvoip == "g722.2") {
 	document.write("<b>G.722.2</b>,&nbsp ")
 }
 else {
	 document.write("<a class=link href='g722.2.html'>G.722.2</a>,&nbsp ")
 }
 if (prdvoip == "g723") {
	 document.write("<b>G.723.1</b>,&nbsp ")
 }
 else {
	 document.write("<a class=link href='g723.html'>G.723.1</a>,&nbsp ")
 }
 if (prdvoip == "g726") {
	 document.write("<b>G.726</b>,&nbsp ")
	 document.write("<b>G.727</b>,&nbsp ")
 }
 else {
	 document.write("<a class=link href='g726.html'>G.726</a>,&nbsp ")
	 document.write("<a class=link href='g726.html'>G.727</a>,&nbsp ")
 }
 if (prdvoip == "g728") {
	 document.write("<b>G.728</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='g728.html'>G.728</a>,&nbsp ")
 }
 if (prdvoip == "g729ab") {
	 document.write("<b>G.729AB</b>&nbsp ")
 }
 else {
         document.write("<a class=link href='g729ab.html'>G.729AB</a>")
 }
 document.write("<br><br><b>2.</b> Telephony modules - ")
 if (prdvoip == "g168") {
	 document.write("<b>G.168 LEC</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='g168.html'>G.168 LEC</a>,&nbsp ")
 }
 if (prdvoip == "g167") {
	 document.write("<b>G.167 AEC</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='g167.html'>G.167 AEC</a>,&nbsp ")
 }
 if (prdvoip == "dtmf") {
	 document.write("<b>DTMF</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='dtmf.html'>DTMF</a>,&nbsp ")
 }
 if (prdvoip == "jb.plc") {
	 document.write("<b>JB/PLC</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='jb.plc.html'> JB/PLC</a>,&nbsp ")
 }
 if (prdvoip == "vad") {
	 document.write("<b>VAD/CNG</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='vad.html'>VAD/CNG</a>,&nbsp ")
 }
 if (prdvoip == "callerid") {
	 document.write("<b>Caller ID</b>,&nbsp ")
 }
 else { 
         document.write("<a class=link href='callerid.html'>Caller ID</a>,&nbsp ")
 }
 if (prdvoip == "cpt") {
	 document.write("<b>CPT</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='cpt.html'>CPT</a>,&nbsp ")
 }
 if (prdvoip == "g169") {
	 document.write("<b>G.169 AGC/ALC</b>,&nbsp ")
 }
 else {
         document.write("<a class=link href='g169agc.html'> G.169 AGC/ALC</a>,&nbsp ")
 }
 if (prdvoip == "signalclassifier") {
	 document.write("<b>Signal Classifier</b>&nbsp ")
 }
 else {
         document.write("<a class=link href='signalclassifier.html'>Signal Classifier</a><br>")
 }


 document.write("</font>")
 document.write("</td>")
 document.write("</tr>")
 document.write("<tr><td width=40px></td><td colspan=3 height=50px><hr><br></td></tr>")
 document.write("</table>")