// NewCorp include file to place right side bar on pages within root Newcorp folder.

function PlaceRightSideBar()
{

document.write("<div id='RightBar'>\n");
document.write("<h2 style='font-size:120%'>&nbsp;<br>Featured Products</h2>\n");

document.write("<p style='line-height: 1.25em;'>Complementing the OMD<sup style='font-size: 9pt;'>&reg;</sup> software, these integrated products provide information to the mobile employee, warehouse personnel, and customers:</p>\n");

// document.write("<p>These products integrate with the OMD software 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 solution provides your sales force with real-time access to critical information. <a href='products/accessoriesmain.htm#Sales'>>>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("<br>\n");
document.write("</div>\n");

}
