//@06.07.18 //main programe function show(action,channel_num,start_index,root_length){ for(var n=start_index;n document.write(''); document.write('
'); document.write(''); for (var j=0;j
'+root[i].sub_channel[j].name+'
'); } document.write('
'+root[i].sub_channel[root[i].sub_channel.length-1].name+'
'); document.write('
'); } else{ document.write('
'+root[i].name+'
'); document.write(''); } } document.write(''); document.write('
'); }