<SCRIPT LANGUAGE=\"JavaScript1.2\">
<!--
var table_row_history = new Array();
// End -->
</SCRIPT>
( ... some html here ... )
<SCRIPT LANGUAGE=\"JavaScript1.2\">
<!--
table_row_history[1][0] = 'some string';
table_row_history[1][1] = 'some string';
table_row_history[1][2] = 'some string';
// End -->
</SCRIPT>
( ... some html here ... )
<SCRIPT LANGUAGE=\"JavaScript1.2\">
<!--
table_row_history[2][0] = 'some string';
table_row_history[2][1] = 'some string';
table_row_history[2][2] = 'some string';
// End -->
</SCRIPT>
( ... some html here ... )
<SCRIPT LANGUAGE=\"JavaScript1.2\">
<!--
table_row_history[3][0] = 'some string';
table_row_history[3][1] = 'some string';
table_row_history[3][2] = 'some string';
// End -->
</SCRIPT>