﻿leftNavFire = function() {
	
	if (pageID == 'overview') {document.getElementById('overview').style.fontWeight='bold';} 	
	if (pageID == 'campus') {document.getElementById('campus').style.fontWeight='bold';} 	
	if (pageID == 'wireless') {document.getElementById('wireless').style.fontWeight='bold';} 	

};
	
/* ######## Sub-sub navigation for Communications and Collaboration ######### */                                    
var tradeinSecondary = false;
var tradeinSecondaryContent = '<ul class="linksUnit">';
tradeinSecondaryContent += '		<li>&raquo;<a id="tradeinterms" href="/promotions/terms.htm">Terms and conditions</a></li>';
tradeinSecondaryContent += '	</ul>';

if ((pageID == 'tradeinterms') || (pageID == 'tradein')) { 
	tradeinSecondary = true; 
	} else {
	tradeinSecondary = false 
	};

document.write('	<div id="sectionalNav">');
document.write('		<div id="sectionalNavLinks">');
document.write('			<h2 id="sectionalNavHeader">&raquo;<a  href="/other/procurve/cn/zh/network/ar/index.htm">行业分析报告</a></h2>');
document.write('                <ul class="linksUnit">');
document.write('                    <li>&raquo;<a id="one" href="/other/procurve/cn/zh/network/ar/index.htm">概述</a>');
document.write('                    </li>');
document.write('                    <li>&raquo;<a id="alliance" href="/other/procurve/cn/zh/network/ar/gartner2010.htm">无线局域网基础设施(全球)</a></li>');
document.write('                    <li>&raquo;<a id="applications" href="/other/procurve/cn/zh/network/ar/gartner2009.htm">企业局域网(全球)</a>');
document.write('                    </li>');
                    
document.write('                </ul>');

document.write('	</div>');
document.write('	</div>');