Lodoss, как просили 3-я строка, 2-й столбец:
Код:

#include <IE.au3>
#include <Array.au3>
$oIE = _IECreate("http://web.artlebedev.ru/tools/colors/")
$oTable = _IETableGetCollection ($oIE, 6)
$aTableData = _IETableWriteToArray ($oTable)
;_ArrayDisplay($aTableData, "Class List of Active Window")
MsgBox(0,"",$aTableData[1][0]&" "&$aTableData[1][1])