﻿leftNavFire = function(){
	if (pageID == 'smb-solutions') {document.getElementById('smb-solutions').style.fontWeight='bold';} 
	if (pageID == 'solutions') {document.getElementById('solutions').style.fontWeight='bold';} 	
		if (pageID == 'networkmanagement') {document.getElementById('networkmanagement').style.fontWeight='bold';} 
		if (pageID == 'security') {document.getElementById('security').style.fontWeight='bold';} 
		if (pageID == 'mobilitySMB') {document.getElementById('mobilitySMB').style.fontWeight='bold';} 
		if (pageID == 'communicationscollaboration') {document.getElementById('communicationscollaboration').style.fontWeight='bold';} 
	if (pageID == 'products') {document.getElementById('products').style.fontWeight='bold';} 	
	if (pageID == 'partners') {document.getElementById('partners').style.fontWeight='bold';} 	
	if (pageID == 'reliability') {document.getElementById('reliability').style.fontWeight='bold';} 
	if (pageID == 'low-cost') {document.getElementById('low-cost').style.fontWeight='bold';} 
	
};	

document.write('<style type="text/css">');
document.write('/* layout overrides */');
document.write('div#sectionalNavLinks { padding-bottom:7px !important; }');
document.write('h3.sectionalNavSubHeader + ul.linksUnit { margin-top:7px !important; }');
document.write('</style>   ');
document.write('	<div id="sectionalNav">');
document.write('		<div id="sectionalNavLinks">');
document.write('			<h2 id="sectionalNavHeader">&raquo;<a href="/other/procurve/cn/zh/network/solutions/index.htm">解决方案</a></h2>');


document.write('                <ul class="linksUnit">');
document.write(' <li>&raquo;<a id="smb-solutions" href="/other/procurve/cn/zh/network/solutions/smb/index.htm">中小型企业概述</a></li>');
document.write(' <li>&raquo;<a id="communicationscollaboration" href="/other/procurve/cn/zh/network/solutions/smb/communicationscollaboration.htm">通信与协作</a></li>');
document.write(' <li>&raquo;<a id="mobilitySMB" href="/other/procurve/cn/zh/network/solutions/smb/mobilitySMB.htm">移动性</a></li>');
document.write(' <li>&raquo;<a id="networkmanagement" href="/other/procurve/cn/zh/network/solutions/smb/networkmanagement.htm">网络系统与管理</a></li>');
/* ########### Sub-sub navigation for network systems and management ############ */
if ((pageID == 'networkmanagement') || (pageID == 'low-cost')) { 
	networkSystemsSecondary = true; 
	} else {
	networkSystemsSecondary = false 
	};
	
var networkSystemsSecondary = false;
var networkSystemsSecondaryContent = '<ul class="linksUnit">';
networkSystemsSecondaryContent += '		<li>&raquo;<a id="low-cost" href="/other/procurve/cn/zh/network/solutions/smb/low-cost.htm">演进中的网络</a>';
networkSystemsSecondaryContent += '	</ul>';

document.write(' <li>&raquo;<a id="security" href="/other/procurve/cn/zh/network/solutions/smb/security.htm">安全性</a>');
document.write(' <li>&raquo;<a id="partners" href="/other/procurve/cn/zh/network/solutions/smb/partners.htm">合作伙伴</a></li>');
document.write(' <li>&raquo;<a id="reliability" href="/other/procurve/cn/zh/network/solutions/smb/reliability.htm">可靠性</a></li> ');
document.write('                	</ul>         ');   
            

