Probably wouldn't hurt to provide a function that clears the windows. I.e:
PHP Code:
//#CLIENTSIDE
function clearF2Logs() {
for (temp.i = 1; temp.i < 6; temp.i++) {
("F2LogWindow_Text" @ i).text = "";
}
}
Re-usability should be another thing taken into consideration in the Code Gallery.