function category_list(category_list) { if(window.navigator.appName == "Microsoft Internet Explorer") { var text = ""; text += ""; text += ""; text += ""; trstart="
 
  "; link_start=" Disconnected" + tdend; } else if(status_lst[num] == "00000001" && ipaddr_lst[num] != "0.0.0.0") { text += tdstart_nocolor + "Undefined" + tdend; } else { text += tdstart_nocolor + "Connected" + tdend; } if (Real_Product_Name.indexOf("FW") != -1) { ProductName = Real_Product_Name; } else { ProductName = "Etc"; } text += tdstart_color + ProductName + tdend ; text += trstart + line + tdend + trend; } text += "
"; text += ""; document.all.product_list.innerHTML = text; } else { var text = ""; text += ""; text += ""; text += ""; text += ""; text += ""; text += "
"; text += categoryname_value; text += "
"; text += " Product Total : "; text += product_cnt; text += "  (Running/Total)
"; text += ""; text += ""; text += ""; text += ""; text += ""; text += ""; trstart=""; tdstart_color=""; trend=""; space="
"; link_start_aoip="Disconnected" + tdend; } else if(status_lst[num] == "00000001" && ipaddr_lst[num] != "0.0.0.0") { text += tdstart_nocolor + "Undefined" + tdend; } else { text += tdstart_nocolor + "Connected" + tdend; } if (Real_Product_Name.indexOf("FW") != -1) { ProductName = Real_Product_Name; } else { ProductName = "Etc"; } text += tdstart_color + ProductName + tdend ; text += trstart + line + tdend + trend; } text += "
NoServer NameStatusProduct
  "; tdstart_nocolor="  "; tdstart_center_nocolor=""; tdend="
"; text += "
"; document.getElementById(product_list).innerHTML = text; } }