
		<!--		
		d = new dTree('d');
		d.add(0,-1,'');
		d.add(40,0,'Product list');
		d.add(1,40,'Automatic Series');
		d.add(10,1,'SuperBOT-I','superbot-i.html','');
		d.add(11,1,'SuperBOT/H16','sph16.html','');	
		
		d.add(2,40,'Ultra-high Speed Series','','','','','');
		d.add(20,2,'SUPERPRO/5000','sp5000.html','USB2.0 Ultra-high Speed Stand-alone');
		d.add(21,2,'SUPERPRO/5004GP','sp5004.html','USB2.0 Ultra-high Speed');
		
		//d.add(6,40,'Ultra-high Speed Economic Series');
		d.add(22,2,'SUPERPRO/5000E','sp5000e.html');
		d.add(23,2,'SUPERPRO/5004EGP','sp5004egp.html');
		
		//d.add(7,40,'Economic Ultra-high Speed Series');
	    d.add(24,2,'SUPERPRO/501S','sp501s.html');
		d.add(25,2,'SUPERPRO/500P','sp500p.html');
		
		d.add(6,40,'ISP Series');
		d.add(60,6,'SUPERPRO/IS01','SUPERPRO-IS01.html');
		d.add(61,6,'SUPERPRO/3070','sp3070.html');
		
		d.add(3,40,'Universal Series');
		d.add(30,3,'SUPERPRO/3000U','sp3000u.html');
		d.add(31,3,'SUPERPRO/9000U','sp9000u.html');
	    d.add(32,3,'SUPERPRO/580U','sp580u.html');
		d.add(33,3,'SUPERPRO/280U','sp280u.html');
		
		d.add(4,40,'Optional module');
		d.add(41,4,'PEP3000','product.php#7');
		d.add(42,4,'Adapter','http://www.xeltek.com/device_search/search.php?company=2');
		
		d.add(5,0,'Services Center ');
		d.add(51,5,'Technical Support','showdetail_9.html');
		d.add(52,5,'Customer Service','showdetail_10.html');	
		d.add(53,5,'Order Information','showdetail_11.html','','','','');
		d.add(54,5,'Production Solution','showdetail_13.html');
		d.add(55,5,'Frequently Asked Questions','faqlist.php');		
		d.add(56,5,'Feature Comparison','showdetail_12.html');
		d.add(57,5,'Adapter Selection ','showdetail_17.html');


		document.write(d);

		//-->
		document.onLoad = d.openAll();
		//document.onLoad = d.closeAll();
