<!--
document.writeln("		<div class=\"lNav\">");
document.writeln("			<div class=\"lNavTitle blueFont\">New Customer Center</div>");
document.writeln("			<div class=\"lNavBoxs\">");
document.writeln("			  <div class=\"fisrtItem\">");
document.writeln("                <ul class=\"threeItem\">");
document.writeln("                  <li><a href=\"/newCustomer/index.html\">Welcome</a></li>");
document.writeln("                  <li><a href=\"/newCustomer/howToGetStarted.html\">Get Started Now</a></li>");
document.writeln("                  <li><a href=\"/about_SYNNEX/product_line.pdf\" target=\"_blank\">Manufacturer Line Card</a></li>");
document.writeln("                  <li><a href=\"/newCustomer/contact.html\">Contact Us</a></li>");
document.writeln("                </ul>");
document.writeln("		      </div>");
document.writeln("			</div>");
document.writeln("		</div>");
//-->

