		<!--		
		d = new dTree('d');
		d.add(0,-1,'');
		d.add(1,0,'Customer Service','showdetail_10.html');
		d.add(2,0,'Order Information','showdetail_11.html');	
		d.add(3,0,'Feature Comparison','showdetail_12.html','','','','');
		d.add(4,0,'Production Solution','showdetail_13.html');
		d.add(5,0,'Frequently Asked Questions','faqlist.php');
		d.add(6,0,'Adapter Selection','showdetail_17.html')
		document.write(d);
		//-->
		document.onLoad = d.openAll();
		//document.onLoad = d.closeAll();
