﻿leftNavFire = function(){
	if (pageID == 'masterPartner') {document.getElementById('masterPartner').style.fontWeight='bold';} 
	if (pageID == 'expertPartner') {document.getElementById('expertPartner').style.fontWeight='bold';} 
	if (pageID == 'professionalPartner') {document.getElementById('professionalPartner').style.fontWeight='bold';} 
	if (pageID == 'selectPartner') {document.getElementById('selectPartner').style.fontWeight='bold';} 	
};	
/* ########### Sub-sub navigation for data center/solutions ############ */
/*
if ((pageID == 'solutions') || (pageID == 'connectivity') || (pageID == 'networking') || (pageID == 'distribution') || (pageID == 'datacentersupport')) { 
	solutionsTerciary = true; 
	} else {
	solutionsTerciary = false 
	};
	*/      
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/partners/index.htm" onclick="s_sendCustomLinkEvent(\'\',\'overViewTest billLeftNav|Partners\')" onkeypress="s_sendCustomLinkEvent(\'\',\'overViewTest billLeftNav|Partners\')">ProCurve 合作伙伴<br/>&nbsp;&nbsp;&nbsp;计划</a></h2>');
document.write('        <ul class="linksUnit">');
document.write('            <li>&raquo;<a id="masterPartner" href="/other/procurve/cn/zh/network/partners/master.htm">ProCurve 钻石分销代理商</a></li>');
document.write('            <li>&raquo;<a id="expertPartner" href="/other/procurve/cn/zh/network/partners/expert.htm">ProCurve 钻石行业代理商</a></li>');
document.write('            <li>&raquo;<a id="professionalPartner" href="/other/procurve/cn/zh/network/partners/professional.htm">ProCurve 金牌代理商</a></li>');
document.write('            <li>&raquo;<a id="selectPartner" href="/other/procurve/cn/zh/network/partners/select.htm">ProCurve 银牌代理商</a></li>                         ');
document.write('        </ul>                 ');
document.write('    </div>');
document.write('    <div style="height:10px;">&nbsp;</div>    ');
document.write('</div>');
