// JavaScript Document
function writeJS(){
var str='';
str+='<div id="sidePanel">';
str+='	<ul id="navigation">';
str+='    <li class="justLinks"><a href="../sellpath/index.html">What is SellPath?</a></li><li><a href="#" class="head">Manufacturer Solutions</a><ul><li><a href="../sellpath/merchandising.html">Online Merchandising</a></li><li><a href="../sellpath/where-to-buy.html">Where-to-Buy</a></li></ul></li>';
str+='	   <li><a href="#" class="head">Services</a><ul><li><a href="../sellpath/branded_showcase.html">Branded Showcase</a></li><li><a href="../sellpath/media_exchange.html">Media Exchange</a></li><li><a href="#" onclick="javascript:window.open(\'http://signup.sellpath.com/signup.aspx\', \'mxwindow\',\'menubar=0,resizable=0,status=0,scrollbars=0,width=700,height=730\')">&nbsp;&nbsp;&nbsp;Retailer Signup</a></li><li><a href="../sellpath/exchange_library.html">Exchange Library</a></li></ul></li><li class="justLinks"><a href="../sellpath/customers.html">SellPath Customers</a></li><li class="justLinks"><a href="../sellpath/technology.html">Technology</a></li><li><a href="#" class="head">Learning Center</a><ul><li><a href="../sellpath/articles.html">Articles</a></li><li><a href="../sellpath/case_studies.html">Case Studies</a></li></ul></li>';
str+='		<li class="justLinks"><a href="../sellpath/requestinfo.asp">Request Information</a></li>';
str+='	</ul>';
str+='</div>';
document.write(str);
}
writeJS();