// NewCorp include file to place right side bar.

function PlaceRightSideBar()
{

document.write("<div id='RightBar'>\n");
document.write("<h2>&nbsp;<br>Featured Products</h2>\n");
document.write("<p>Complementing the OMD<sup style='font-size: 9pt;'>&reg;</sup> software, these integrated products designed to provide information to the mobile employee, warehouse personnel, and customers:</p>\n");
document.write("<p>&nbsp;<br><B>OMD Sales On-The-Go</B></p>\n");
document.write("<p>This wireless service solution provides your staff with real time access to critical information. <a href='products/accessoriesmain.htm#Service'>>>more</a></p>\n");
document.write("<p>&nbsp;<br><B>OMD Bar Code Scanning</B></p>\n");
document.write("<p>The wireless bar code solution streamlines inventory management by reducing data entry errors and over/under inventory valuation, and makes it easy to regularly perform a physical count in warehouses and technician car stocks. <a href='products/accessoriesmain.htm#BarCode'>>>more</a></p>\n");
document.write("<p>&nbsp;<br><B>OMDNet</B></p>\n");
document.write("<p>OMD’s ecommerce solution allows you to reach out to your customers giving them the ability to enter orders, place service calls, manage their equipment and enter meters via the web. <a href='products/accessoriesmain.htm#NetVision'>>>more</a></p>\n");
document.write("<br>\n");
document.write("</div>\n");

}
