function setli(name,url,target){
document.write("<ul>");
for(i=0;i<name.length;i++)
document.write("<li><a href=\"" + url[i] + "\" target=\"" + target + "\">" + name[i] + "<\/a><\/li>");
document.write("<\/ul>");
}
function setlinkStr(name, url, target){
document.write("<a href=\"" + url + "\" target=\"" + target + "\">" + name + "<\/a>");
}
function setFenci(allname,name,url,more,target){
for(i=0;i<5;i++){
document.write("<strong><a href=\"" + url[i][0] + "\" target=\"" + target + "\">" + allname[i] + "<\/a><\/strong><br \/>");
  for(j=0;j<url[i].length;j++)
  document.write("　<a href=\"" + url[i][j] + "\" target=\"" + target + "\">" + name[i][j] + "<\/a>　");
document.write("　<a href=\"http://down.91.com/search.php?class=12&gname=1\" target=\"" + target + "\">" + "厚謹>>" + "<\/a><br \/><br \/>");
}
}
function setFenci_en(allname,name,url,more,target){
for(i=0;i<5;i++){
document.write("<strong><a href=\"" + url[i][0] + "\" target=\"" + target + "\">" + allname[i] + "<\/a><\/strong>　　");
  for(j=0;j<url[i].length;j++)
  document.write("　<a href=\"" + url[i][j] + "\" target=\"" + target + "\">" + name[i][j] + "<\/a>　");
document.write("　<a href=\"http://down.91.com/search.php?class=12&gname=1\" target=\"" + target + "\">" + "厚謹>>" + "<\/a><br \/><br \/>");
}
}

