if(iLan==0){
	document.write('<td class="list"><img src="../images/fb.gif"><a href="product_energy_dianpin_.jsp">电瓶</a></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_qidongji.jsp">起动机</a></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_fadianji.jsp">发电机</a></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_drivebelt.jsp">传送带</a></td>');
	document.write('  </tr>');
}else if(iLan==1){
	document.write('<td class="list"><img src="../images/fb.gif"><a href="product_energy_dianpin_.jsp">Battery</a></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_qidongji.jsp">Starters</a></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_fadianji.jsp">Alternators</a></td>');
	document.write('  </tr>');
		document.write('  <tr>');
	document.write('    <td class="list"><img src="../images/fb.gif"><a href="product_energy_drivebelt.jsp">Drive belt</a></td>');
	document.write('  </tr>');
	}