/*-------------------------------------------------------------------
	Modified 5.4.10
	
	Left vertical navigation.
---------------------------------------------------------------------*/

var sOut = "";
sOut += ('<div id="sidenavpad">');
<!--sOut += ('We are the <b>only company</b> creating tools '); -->
<!--sOut += ('<b>providing best practices to</b> simply make your operations <b>execute your plans.</b> '); -->
<!--sOut += ('<br><br>'); -->
sOut += ('<a href="http://www.redbooksolutions.biz">Home</a> &bull; ');
sOut += ('<a href="http://www.redbooksolutions.biz/products">Products</a> &bull; ');
sOut += ('<a href="http://www.redbooksolutions.biz/resources/archive">Resources</a>');
sOut += ('<div id="sidenavevents">');
<!--sOut += ('<span class="sidehead">Upcoming Trade Shows</span>'); -->
<!--sOut += ('<ul>'); -->
<!--sOut += ('<li>None Scheduled at This Time</li>'); -->
<!--sOut += ('<li><a href="http://www.redbooksolutions.biz/about/events.html"><b>NRF 2009 Expo</b> (NYC, NY) &ndash; <br>Jan. 12-13, 2009 <b>&bull; Booth #1577</b></a></li>'); -->
<!--<li><span style="color: #9e0000;"><b>None Currently Scheduled</b> <br>Please check back soon</span> -->
<!--<br><a href="about_events.html"> </a></li> -->
<!--sOut += ('</ul>'); -->
sOut += ('<span class="sidehead" style="background-color: #fff; padding-left: 2px;">Execution to the <span class="redbold">Power of 3</span> Webcast Series</span> '); 
sOut += ('<ul>'); 
<!--sOut += ('<li>Next webinar to be announced soon</li>');  -->
sOut += ('<li>Available to Download <b>NOW</b></li>'); 
sOut += ('<li><span class="redbold">How to Lead Performance <br>in Uncertain Times</span> <br>Presented by <b>Jean Wallace</b>'); 
sOut += ('<a href="http://www.redbooksolutions.biz/email/NextWebinar.html" target="blank"> Learn More / Register </a></li>'); 
sOut += ('</ul>'); 
sOut += ('<span class="sidehead" style="background-color: #fff; padding-left: 2px;">Other Links</span>');
sOut += ('<ul>');
sOut += ('<li><a href="http://www.redbooksolutions.biz/nra"><b>NRA Partnership</b> <span class="redbold"><i>NEW!</i></span></a></li>');
<!--sOut += ('<li><a href="http://www.redbooksolutions.biz/mrb">The Manager&rsquo;s Red Book</a></li>');  -->
<!--sOut += ('<li><a href="http://www.p3solutions.biz" target="blank">Power of 3 Solutions <span class="redbold"><i>NEW!</i></span></a></li>');  -->
<!--sOut += ('<li><a href="http://www.redbooksolutions.biz/about/s2s.html">Source-2-Source <span class="redbold"><i>NEW!</i></span></a></li>');  -->
sOut += ('<li><a href="http://www.redbooksolutions.biz/customize">Custom Solutions</a></li>');
sOut += ('</ul>');
sOut += ('<span class="sidehead" style="background-color: #fff; padding-left: 2px;">Press Releases</span>');
sOut += ('<ul>');
sOut += ('<li><span class="redbold">3/18/10:</span> <b>SBCA:</b> Red Book Solutions Receives 2009 Best of Business Award <span class="redbold"><i>NEW!</i></span>');
sOut += ('<a href="http://www.redbooksolutions.biz/about/pr15103.html">Learn More</a></li>');
sOut += ('<li><span class="redbold">1/12/10:</span> Red Book Solutions partners with the National Restaurant Association&hellip; <span class="redbold"></span>');
sOut += ('<a href="http://www.redbooksolutions.biz/about/pr12101.html">Learn More</a></li>');
sOut += ('<li><span class="redbold">10/29/09:</span> Red Book Solutions aquires Power of 3 Solutions, LLC&hellip;');
sOut += ('<a href="http://www.redbooksolutions.biz/about/pr290910.html">Learn More</a></li>');
sOut += ('</ul>');
<!--sOut += ('<span class="sidehead" style="background-color: #990000; padding-left: 2px;"><span style="line-height:12pt; color:#fff;">ATTENTION:</span></span> '); --> 
<!--sOut += ('<ul><span style="font-size: 12px; line-height:14pt; color:#000;">We are currently experiencing technical difficulties with our shopping cart. Please call <span class="redbold">800.526.9635</span> to order. </span> '); --> 
<!--sOut += ('</ul>'); -->
sOut += ('</div>');
sOut += ('</div>');

document.write (sOut);
