This script detect what plugins are installed in your browser. Detected items are written to a DIV tag in HTML table format on this page. A for loop is utilized to loop over the navigator.plugins.length. This script will find plugins in NN or Mozilla. A javascript array is used to hold the HTML formatting, and the JOIN() function is used to convert the array back to a string prior to writing to the DIV tag.