		<!--		
		d = new dTree('d');
		d.add(0,-1,'');
		d.add(1,0,'技术支持','showdetail_1.html');
		d.add(2,0,'售后服务','showdetail_2.html');	
		d.add(10,0,'编程器租赁业务','showdetail_18.html');
		d.add(11,0,'芯片代烧业务','showdetail_19.html');
		d.add(3,0,'订购信息','showdetail_3.html','','','','');
		d.add(4,0,'量产解决方案','showdetail_4.html');
		d.add(5,0,'常见问题','faqlist.php');
		d.add(7,0,'产品性能对比','showdetail_6.html')
		d.add(8,0,'适配器选择','showdetail_14.html')
	    d.add(9,0,'免责声明','showdetail_15.html')
		document.write(d);
		//-->
		document.onLoad = d.openAll();
		//document.onLoad = d.closeAll();
