﻿leftNavFire = function() {
	if (pageID == 'referenceLibrary') {document.getElementById('referenceLibrary').style.fontWeight='bold';} 	
	if (pageID == 'datasheets') {document.getElementById('datasheets').style.fontWeight='bold';} 	
	if (pageID == 'technicaltools') {document.getElementById('technicaltools').style.fontWeight='bold';} 	
	if (pageID == 'whitepapers') {document.getElementById('whitepapers').style.fontWeight='bold';} 	
	if (pageID == 'a-z') {document.getElementById('a-z').style.fontWeight='bold';} 				
	if (pageID == 'product') {document.getElementById('product').style.fontWeight='bold';} 
	if (pageID == 'videos') {document.getElementById('videos').style.fontWeight='bold';} 
	if (pageID == 'interoperability') {document.getElementById('interoperability').style.fontWeight='bold';} 
			
};
document.write('<div id="sectionalNav">');
document.write('	<div id="sectionalNavLinks">');
document.write('		<h2 id="sectionalNavHeader">&raquo;<a id="referenceLibrary" href="http://www.procurve.com/library/index.aspx">参考资料</a></h2>');
document.write('        <ul class="linksUnit">            ');
document.write('            <li>&raquo;<a id="a-z" href="/other/procurve/cn/zh/network/library/a-z_index.htm">A - Z</a></li>                                        ');
document.write('			<li>&raquo;<a id="datasheets" href="/other/procurve/cn/zh/network/library/datasheets.htm">技术资料</a></li>                              ');          
document.write('            <li>&raquo;<a id="interoperability" href="/other/procurve/cn/zh/network/library/interoperability.htm">互操作性</a></li>               ');                                     
document.write('            <li>&raquo;<a id="product" href="/other/procurve/cn/zh/network/library/view_by_product.htm">按产品</a></li>                                  ');      
document.write('            <li>&raquo;<a id="technicaltools" href="/other/procurve/cn/zh/network/library/tools.htm">按解决方案</a></li>                                       '); 
document.write('            <li>&raquo;<a id="videos" href="/other/procurve/cn/zh/network/library/videos.htm">视频</a></li>                                      ');  
document.write('            <li>&raquo;<a id="whitepapers" href="/other/procurve/cn/zh/network/library/whitepapers.htm">白皮书</a></li>                                      ');  
document.write('        </ul>');
document.write('        <h3 class="sectionalNavSubHeader">其他资料</h3>');
document.write('        <div style="height:7px;">&nbsp;</div>');
document.write('        <ul class="linksUnit">');
document.write('            <li>&raquo;<a href="http://www.procurve.com/ask-procurve/index.htm">知识库</a></li>  ');
document.write('            <li>&raquo;<a href="http://www.procurve.com/customercare/support/manuals/index.htm">技术文档</a></li>  ');
document.write('            <li>&raquo;<a href="http://www.procurve.com/customercare/design-implementation.htm">设计与实施</a></li>  ');
document.write('        </ul> ');
document.write('        <h3 class="sectionalNavSubHeader">案例研究</h3>');
document.write('        <div style="height:7px;">&nbsp;</div>');
document.write('        <ul class="linksUnit">');
document.write('            <li>&raquo;<a href="http://h20430.www2.hp.com/other/procurve/cn/zh/network/case_studies/index.htm">阅读HP ProCurve案例研究</a></li>');
document.write('        </ul> ');
document.write('	</div>');
document.write('</div>');
