/*
=============================================

Product_LocalNavigationArea

=============================================
*/

function setPageLocalNavigation(param){
	page = param;
	
	document.write('<h2 class="rmv"><a name="honbun" id="honbun">Local Navigation</a></h2>');
	//Product_LocalNavigationArea
	document.write('<ul id="lnv">');
	
	// Chinese ***********************************************
	if (page == "cnpr"){
		
		// Products
		document.write('<li><a href="/cnzhs/products/Catalogs/index.html" title="产品目录">产品目录</a></li>');
		document.write('<li><a href="/cnzhs/news_and_events/new_products/index.html" title="新产品信息">新产品信息</a></li>');
		document.write('<li><a href="/cnzhs/productsupport/CatalogPDFsList/index.html" title="PDF样本下载">PDF样本下载</a></li>');
		document.write('<li><a href="/cnzhs/contact_us/LiteratureRequest.html" title="索取样本">索取样本</a></li>');
		document.write('<li><a href="/cnzhs/news_and_events/index.html" title="新闻中心">新闻中心</a></li>');
		document.write('<li><a href="/cnzhs/productsupport/index.html" title="技术支持">技术支持</a></li>');
		document.write('<li><a href="/cnzhs/contact_us/contactus.html" title="联系我们">联系我们</a></li>');
		
	}else if (page == "cnprs"){
		// Product Supprot
		document.write('<li class="lnvA"><a href="#" title="技术咨询/索取资料">技术咨询/索取资料</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/contact_us/ProductSupportRequest.html" title="技术咨询">技术咨询</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/contact_us/LiteratureRequest.html" title="索取样本">索取样本</a></li>');
		document.write('<li class="lnvA"><a href="/cnzhs/productsupport/download/index.html" title="下载服务">下载服务</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/productsupport/download/index.html#up" title="程序软件下载">程序软件下载</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/productsupport/download/index.html#demo" title="演示版软件下载">演示版软件下载</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/productsupport/download/index.html#ma" title="使用说明书下载">使用说明书下载</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/productsupport/CatalogPDFsList/index.html" title="PDF样本下载">PDF样本下载</a></li>');
		document.write('<li class="lnvB"><a href="/cnzhs/productsupport/cad/index.html" title="CAD图下载">CAD图下载</a></li>');
		document.write('<li><a href="/cnzhs/productsupport/faq/index.html" title="技术问答(FAQ)">技术问答(FAQ)</a></li>');
		document.write('<li><a href="/cnzhs/contact_us/contactus.html" title="联系我们">联系我们</a></li>');
		
	}else if (page == "cnte"){
		
		// Technology &amp; Solutions
		document.write('<li><a href="/cnzhs/technology_solution/development/hmi.html" title="研究与开发">研究与开发</a></li>');
		document.write('<li><a href="/cnzhs/technology_solution/our_core_tech/index.html" title="IDEC的核心技术">IDEC的核心技术</a></li>');
		document.write('<li><a href="/cnzhs/technology_solution/our_solutions/index.html" title="IDEC的应用事例">IDEC的应用事例</a></li>');
		
	}else if (page == "cnab"){
		
		// About IDEC
		document.write('<li><a href="/cnzhs/about_idec/who_we_are/our_history/logoinfo.html" title="关于我们">关于我们</a></li>');
		document.write('<li><a href="/cnzhs/about_idec/quality_control/qualitycontrol.html" title="品质管理体制">品质管理体制</a></li>');
		document.write('<li><a href="/cnzhs/about_idec/environment/policy.html" title="环境保护活动">环境保护活动</a></li>');
		document.write('<li><a href="/cnzhs/about_idec/materials_purchase/purchasepolicy.html" title="资材购买方针">资材购买方针</a></li>');
		document.write('<li><a href="/cnzhs/contact_us/contactus.html" title="联系我们">联系我们</a></li>');
		
	}else if (page == "cnin"){
		
		// Investor Center
		
	}else if (page == "cnne"){
		
		// News and Events
		document.write('<li><a href="/cnzhs/news_and_events/new_products/index.html" title="新产品信息">新产品信息</a></li>');
		document.write('<li><a href="/cnzhs/news_and_events/P_Announcements/index.html" title="产品信息通知">产品信息通知</a></li>');
		document.write('<li><a href="/cnzhs/news_and_events/P_Announcements/index2.html" title="贩卖中止通知">贩卖中止通知</a></li>');
	}else if (page == "cnjo"){
		
		// Jobs &amp; Careers
		
	}else if (page == "cnwo"){
		
		// World IDEC
		
	}
	
	document.write('</ul>');
}
