/*<![CDATA[*/
<!-- Hide from older browsers

array_table = [
'<table border="0" cellspacing="0" cellpadding="0">',
'<tr>',
'<td><a href="../index.htm" onmouseover="RollOver(1)" onmouseout="RollOut(1)"><img src="../buttons/btnhome_wb.gif" width="88" height="31" border="0" alt="Home" /></a></td>',
'<td><a href="../products.htm" onmouseover="RollOver(2)" onmouseout="RollOut(2)"><img src="../buttons/btnproducts_wb.gif" width="88" height="31" border="0" alt="Products" /></a></td>',
'<td><a href="../countryselect.htm" onmouseover="RollOver(3)" onmouseout="RollOut(3)"><img src="../buttons/btnsales_wb.gif" width="88" height="31" border="0" alt="Sales Representatives" /></a></td>',
'<td><a href="../contact.htm" onmouseover="RollOver(4)" onmouseout="RollOut(4)"><img src="../buttons/btncontact_wb.gif" width="88" height="31" border="0" alt="Contact Us" /></a></td>',
'<td><a href="../order401.htm" onmouseover="RollOver(5)" onmouseout="RollOut(5)"><img src="../buttons/btnorder_wb.gif" width="88" height="31" border="0" alt="Order" /></a></td>',
'</tr>',
'</table>'
];

var i;

for (i=0; i < array_table.length; ++i) {
    document.writeln(array_table[i]);
}

container_end = [
'<br /><br />',
'</div>',
'</td></tr>',
'</table>',
'<br /><br />'
];

for (i=0; i < container_end.length; ++i) {
    document.writeln(container_end[i]);
}

// Stop hiding -->
/*]]>*/

