document.write('<!----------------------------------------menu---------------------------------------------->');
document.write('<table cellpadding="0" cellspacing="0" width="100%" border="0">');
document.write('    <tr>');
document.write('      <td colspan="3" background="./images/menu_bg.jpg" height="40" style="padding-bottom:4px;border-left:1px solid #000000;">');
document.write('        <!-- Table for menu items -->');
document.write('        <table cellpadding="0" cellspacing="0" width="100%" border="0">');
document.write('        <tr>');
document.write('          <td valign="middle" width="30">');
document.write('            <img src="./images/menu_products.jpg" border="0" />');
document.write('          </td>');
document.write('          <td valign="middle" width="95">');
document.write('            <font color="#ffffff" face="tahoma,verdana,arial">');
document.write('            <a href="./products.html" class="menu1" onMouseover="dropdownmenu(this, event, menu1, \'155px\')" onMouseout="delayhidemenu()">Products</a>');
document.write('            </font>');
document.write('          </td>');
document.write('          <td valign="middle" width="30">');
document.write('            <img src="./images/menu_support.jpg" border="0" />');
document.write('          </td>');
document.write('          <td valign="middle" width="95">');
document.write('            <font color="#ffffff" face="tahoma,verdana,arial">');
document.write('            <a href="./support.html" class="menu1">Support</a>');
document.write('            </font>');
document.write('          </td>');

document.write('          <td valign="middle" width="30">');
document.write('            <img src="./images/menu_downloads.jpg" border="0" />');
document.write('          </td>');
document.write('          <td valign="middle" width="95">');
document.write('            <font color="#ffffff" face="tahoma,verdana,arial">');
document.write('            <a href="./information.php" class="menu1">Downloads</a>');
document.write('            </font>');
document.write('          </td>');

document.write('          <td valign="middle" width="30">');
document.write('            <img src="./images/menu_company.jpg" border="0" />');
document.write('          </td>');
document.write('          <td valign="middle" width="95">');
document.write('            <font color="#ffffff" face="tahoma,verdana,arial">');
document.write('            <a href="./company.html" class="menu1" onMouseover="dropdownmenu(this, event, menu2, \'125px\')" onMouseout="delayhidemenu()">Company</a>');
document.write('            </font>');
document.write('          </td>');
document.write('          <td valign="middle" width="30">');
document.write('            <img src="./images/menu_contact.jpg" border="0" />');
document.write('          </td>');
document.write('          <td valign="middle" width="95">');
document.write('            <font color="#ffffff" face="tahoma,verdana,arial">');
document.write('            <a href="./contact.html" class="menu1">Contact</a>');
document.write('            </font>');
document.write('          </td>');

document.write('<td width="*" align="right" style="padding-right:5px;border-right:1px solid #000000;">');
document.write('<!-----------SEARCH BOX--------------->');
document.write('<table cellpadding="0" cellspacing="0" style="width: 200px" border="0">');
document.write('<form name="AVAsearch" action="avasearch.php">');
document.write('  <tr>');


document.write('<td align="right" width="50" valign="bottom" style="padding-bottom:2px;">');
document.write('<font class="search">Search: </font></td>');

document.write('    <td style="width: 100%; border:solid 1px #000000;border-right-style: none;">');
document.write('       <input type="text" name="AVAstring" style="padding:3 0 0 0px;height:20px;width:100%;border:none;');
document.write('font-family:tahoma,verdana,arial;font-weight:bold;font-size:14px;" />');
document.write('    </td>');
document.write('    <td style="border:solid 1px #000000;">');
document.write('      <input type="image" src="./images/search_button.jpg" align="absBottom" style="padding:0;" />');

document.write('    </td>');
document.write('  </tr>');
document.write('</form>');
document.write('</table>');
document.write('<!--------------END SEARCH BOX---------------->');
document.write('</td>');

document.write('        </tr>');
document.write('        </table>');
document.write('      </td>');
document.write('    </tr>');
document.write('    </table>');
document.write('<!-----------------------------------------end menu--------------------------------------->');