﻿  function item_list(i){
     if(i==0) document.getElementById("item_list_show").innerHTML="";
     if(i==1) document.getElementById("item_list_show").innerHTML="　　　　　<a href='aboutus.html#item1' class='lj1'>Infomation</a>　<a href='aboutus.html#item2' class='lj1'>Company Profile</a>　<a href='aboutus.html#item3' class='lj1'>Organizational structure</a>　<a href='aboutus.html#item4' class='lj1'>ISO2000</a>";
     if(i==2) document.getElementById("item_list_show").innerHTML="　　　　　　　　　　　　　　　　　<a href='news.html#item1' class='lj1'>R&D news</a>　<a href='news.html#item2' class='lj1'>Other news</a>";
     if(i==3) document.getElementById("item_list_show").innerHTML="　　　　　　<a href='products.html#item1' class='lj1'>Leather Cases</a>　<a href='products.html#item2' class='lj1'>Silicone Cases</a>　<a href='products.html#item3' class='lj1'>Cable</a>　<a href='products.html#item4' class='lj1'>Charging System</a>　<a href='products.html#item5' class='lj1'>Screen Protector</a>　<a href='products.html#item6' class='lj1'>Custom Design Products</a>";
     if(i==4) document.getElementById("item_list_show").innerHTML="　　　　　　　　　　　　　　　　　　　　　　　　<a href='rd.html#item1' class='lj1'>Simtrix Manufacturing</a>　<a href='rd.html#item2' class='lj1'>Design Engineering</a>　<a href='rd.html#item3' class='lj1'>Materials Management</a>";
     if(i==5) document.getElementById("item_list_show").innerHTML="　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　<a href='contactus.html#item1' class='lj1'>Hong Kong Office</a>　<a href='contactus.html#item2' class='lj1'>China Factory</a>";
  }
