// NewCorp include file to place right side bar on pages in folder within Newcorp folder.

function PlaceRightSideBar()
{

document.write("<div id='RightBar'>\n");

document.write("<h2 style='font-size:120%'>&nbsp;<br>Featured Product</h2>\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");

}

