Cold fusion do not support input param array like below:

<input type='hidden' name='hid_id[]' value='1'>
<input type='hidden' name='hid_id[]' value='2'>
<input type='hidden' name='hid_id[]' value='3'>

Whereas PHP can handle it as an array.

But i have a code which will display some events and their corresponding child events in a page. User can re-arrange the order by selecting the radio button and using up/down image links.

In the posted page, i want to get the hid_id[] values in a order they were re-arranged by user.
Can you please help me to get this array param work in the posted page for cold fusion?

Thanks in advance.

Please save to code in HTML file and run in browser.
Code:

<table border='0' cellpadding='4' cellspacing='1' width='100%' height='100%'>
  <tr>
    <td class='brd' valign='top'><form name='mnuFrm' action='' method='POST'>
        <table>
          <tr>
            <td rowspan='2' width='350'><div class='span_scroll'>
                <table cellpadding='5' cellspacing='0' width='95%' align='center'>
                  <tr>
                    <td><table cellpadding='0' cellspacing='0' border='0' width='100%' id='table66'>
                        <tr id='tr0' valign='top'>
                          <td  width='1%' align='center' id='265-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; View Construction </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table1'>
                              <tr id='tr0' valign='top'>
                                <td  width='1%' align='center' id='263-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Construction Archives </span>
                                <td><input type='radio' name='sequence[]' id='ID-0-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-0-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-0-0' value='263'>
                                </td>
                              </tr>
                            </table>
                          <td><input type='radio' name='sequence[]' id='ID-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-0' value='0'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-0' value='265'>
                          </td>
                        </tr>
                        <tr id='tr2' valign='top'>
                          <td  width='1%' align='center' id='44-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Home </span>
                          <td><input type='radio' name='sequence[]' id='ID-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-1' value='1'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-1' value='44'>
                          </td>
                        </tr>
                        <tr id='tr3' valign='top'>
                          <td  width='1%' align='center' id='60-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Calendar </span>
                          <td><input type='radio' name='sequence[]' id='ID-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-2' value='2'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-2' value='60'>
                          </td>
                        </tr>
                        <tr id='tr4' valign='top'>
                          <td  width='1%' align='center' id='52-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; About me </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table3'>
                              <tr id='tr4' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='69-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Frequently Asked Questions </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-0' value='69'>
                                </td>
                              </tr>
                              <tr id='tr5' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='71-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Campus Map </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-1' value='1'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-1' value='71'>
                                </td>
                              </tr>
                              <tr id='tr6' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='68-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Directions </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-2' value='2'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-2' value='68'>
                                </td>
                              </tr>
                              <tr id='tr7' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='72-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; School History </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-3' value='3'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-3' value='72'>
                                </td>
                              </tr>
                              <tr id='tr8' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='70-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; St. John  </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-4' value='4' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-4' value='4'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-4' value='70'>
                                </td>
                              </tr>
                              <tr id='tr9' valign='top'>
                                <td  width='1%' align='center' id='203-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Trinitarians </span>
                                <td><input type='radio' name='sequence[]' id='ID-3-5' value='5' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-3-5' value='5'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-3-5' value='203'>
                                </td>
                              </tr>
                            </table>
                          <td><input type='radio' name='sequence[]' id='ID-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-3' value='3'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-3' value='52'>
                          </td>
                        </tr>
                        <tr id='tr11' valign='top'>
                          <td  width='1%' align='center' id='77-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Academics </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table19'>
                              <tr id='tr11' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='267-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Recent News </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-0' value='267'>
                                </td>
                              </tr>
                              <tr id='tr12' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='266-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Administration </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-1' value='1'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-1' value='266'>
                                </td>
                              </tr>
                              <tr id='tr13' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='83-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Faculty </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table6'>
                                    <tr id='tr13' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='88-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Biographies </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-2-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-2-0' value='0'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-2-0' value='88'>
                                      </td>
                                    </tr>
                                    <tr id='tr14' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='85-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Course Policies </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-2-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-2-1' value='1'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-2-1' value='85'>
                                      </td>
                                    </tr>
                                    <tr id='tr15' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='86-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Directory </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-2-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-2-2' value='2'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-2-2' value='86'>
                                      </td>
                                    </tr>
                                    <tr id='tr16' valign='top'>
                                      <td  width='1%' align='center' id='292-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Edline Access </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-2-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-2-3' value='3'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-2-3' value='292'>
                                      </td>
                                    </tr>
                                  </table>
                                <td><input type='radio' name='sequence[]' id='ID-4-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-2' value='2'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-2' value='83'>
                                </td>
                              </tr>
                              <tr id='tr18' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='268-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Departments & Course Offerings </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table8'>
                                    <tr id='tr18' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='272-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Art </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-0' value='0'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-0' value='272'>
                                      </td>
                                    </tr>
                                    <tr id='tr19' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='273-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Business </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-1' value='1'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-1' value='273'>
                                      </td>
                                    </tr>
                                    <tr id='tr20' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='274-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Computer Science </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-2' value='2'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-2' value='274'>
                                      </td>
                                    </tr>
                                    <tr id='tr21' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='275-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; English </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-3' value='3'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-3' value='275'>
                                      </td>
                                    </tr>
                                    <tr id='tr22' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='276-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Health & Physcial Education </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-4' value='4' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-4' value='4'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-4' value='276'>
                                      </td>
                                    </tr>
                                    <tr id='tr23' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='277-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Mathematics </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-5' value='5' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-5' value='5'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-5' value='277'>
                                      </td>
                                    </tr>
                                    <tr id='tr24' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='278-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Music </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-6' value='6' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-6' value='6'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-6' value='278'>
                                      </td>
                                    </tr>
                                    <tr id='tr25' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='279-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Sciences </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-7' value='7' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-7' value='7'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-7' value='279'>
                                      </td>
                                    </tr>
                                    <tr id='tr26' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='280-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Social Studies </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-8' value='8' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-8' value='8'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-8' value='280'>
                                      </td>
                                    </tr>
                                    <tr id='tr27' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='281-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Theology </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-9' value='9' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-9' value='9'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-9' value='281'>
                                      </td>
                                    </tr>
                                    <tr id='tr28' valign='top'>
                                      <td  width='1%' align='center' id='282-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; World Languages </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-3-10' value='10' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3-10' value='10'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-3-10' value='282'>
                                      </td>
                                    </tr>
                                  </table>
                                <td><input type='radio' name='sequence[]' id='ID-4-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-3' value='3'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-3' value='268'>
                                </td>
                              </tr>
                              <tr id='tr30' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='290-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Sample Program of Study </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-4' value='4' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-4' value='4'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-4' value='290'>
                                </td>
                              </tr>
                              <tr id='tr31' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='150-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Graduation Requirements </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-5' value='5' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-5' value='5'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-5' value='150'>
                                </td>
                              </tr>
                              <tr id='tr32' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='151-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Counseling Center </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table12'>
                                    <tr id='tr32' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='283-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Staff </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-6-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-0' value='0'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-6-0' value='283'>
                                      </td>
                                    </tr>
                                    <tr id='tr33' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='284-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Services </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-6-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-1' value='1'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-6-1' value='284'>
                                      </td>
                                    </tr>
                                    <tr id='tr34' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='285-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; College Resources </span><br>
                                        <br>
                                        <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table11'>
                                          <tr id='tr34' valign='top'>
                                            <td background='../images/childbg.gif' width='1%' align='center' id='293-img'><img src='../images/child.gif'></td>
                                            <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Method Test Prep </span>
                                            <td><input type='radio' name='sequence[]' id='ID-4-6-2-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                              <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-2-0' value='0'>
                                              <input type='hidden' name='hid_id[]' id='hi-ID-4-6-2-0' value='293'>
                                            </td>
                                          </tr>
                                          <tr id='tr35' valign='top'>
                                            <td background='../images/childbg.gif' width='1%' align='center' id='90-img'><img src='../images/child.gif'></td>
                                            <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Books </span>
                                            <td><input type='radio' name='sequence[]' id='ID-4-6-2-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                              <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-2-1' value='1'>
                                              <input type='hidden' name='hid_id[]' id='hi-ID-4-6-2-1' value='90'>
                                            </td>
                                          </tr>
                                          <tr id='tr36' valign='top'>
                                            <td background='../images/childbg.gif' width='1%' align='center' id='91-img'><img src='../images/child.gif'></td>
                                            <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Online Sources </span>
                                            <td><input type='radio' name='sequence[]' id='ID-4-6-2-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                              <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-2-2' value='2'>
                                              <input type='hidden' name='hid_id[]' id='hi-ID-4-6-2-2' value='91'>
                                            </td>
                                          </tr>
                                          <tr id='tr37' valign='top'>
                                            <td  width='1%' align='center' id='96-img'><img src='../images/child.gif'></td>
                                            <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Scholarships </span>
                                            <td><input type='radio' name='sequence[]' id='ID-4-6-2-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                              <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-2-3' value='3'>
                                              <input type='hidden' name='hid_id[]' id='hi-ID-4-6-2-3' value='96'>
                                            </td>
                                          </tr>
                                        </table>
                                      <td><input type='radio' name='sequence[]' id='ID-4-6-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-2' value='2'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-6-2' value='285'>
                                      </td>
                                    </tr>
                                    <tr id='tr39' valign='top'>
                                      <td  width='1%' align='center' id='286-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Junior Time Line </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-6-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6-3' value='3'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-6-3' value='286'>
                                      </td>
                                    </tr>
                                  </table>
                                <td><input type='radio' name='sequence[]' id='ID-4-6' value='6' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-6' value='6'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-6' value='151'>
                                </td>
                              </tr>
                              <tr id='tr41' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='291-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Tutoring Schedule </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-7' value='7' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-7' value='7'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-7' value='291'>
                                </td>
                              </tr>
                              <tr id='tr42' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='169-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Students </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table16'>
                                    <tr id='tr42' valign='top'>
                                      <td  width='1%' align='center' id='227-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Clubs and Organizations </span><br>
                                        <br>
                                        <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table15'>
                                          <tr id='tr42' valign='top'>
                                            <td  width='1%' align='center' id='264-img'><img src='../images/child.gif'></td>
                                            <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; National Honor Society </span>
                                            <td><input type='radio' name='sequence[]' id='ID-4-8-0-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                              <input type='hidden' name='hid_sequence[]' id='hs-ID-4-8-0-0' value='0'>
                                              <input type='hidden' name='hid_id[]' id='hi-ID-4-8-0-0' value='264'>
                                            </td>
                                          </tr>
                                        </table>
                                      <td><input type='radio' name='sequence[]' id='ID-4-8-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-8-0' value='0'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-8-0' value='227'>
                                      </td>
                                    </tr>
                                  </table>
                                <td><input type='radio' name='sequence[]' id='ID-4-8' value='8' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-8' value='8'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-8' value='169'>
                                </td>
                              </tr>
                              <tr id='tr45' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='152-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Media Center </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table18'>
                                    <tr id='tr45' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='269-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Staff </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-9-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-9-0' value='0'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-9-0' value='269'>
                                      </td>
                                    </tr>
                                    <tr id='tr46' valign='top'>
                                      <td  width='1%' align='center' id='270-img'><img src='../images/child.gif'></td>
                                      <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Services </span>
                                      <td><input type='radio' name='sequence[]' id='ID-4-9-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                        <input type='hidden' name='hid_sequence[]' id='hs-ID-4-9-1' value='1'>
                                        <input type='hidden' name='hid_id[]' id='hi-ID-4-9-1' value='270'>
                                      </td>
                                    </tr>
                                  </table>
                                <td><input type='radio' name='sequence[]' id='ID-4-9' value='9' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-9' value='9'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-9' value='152'>
                                </td>
                              </tr>
                              <tr id='tr48' valign='top'>
                                <td  width='1%' align='center' id='223-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Summer Programs </span>
                                <td><input type='radio' name='sequence[]' id='ID-4-10' value='10' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-4-10' value='10'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-4-10' value='223'>
                                </td>
                              </tr>
                            </table>
                          <td><input type='radio' name='sequence[]' id='ID-4' value='4' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-4' value='4'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-4' value='77'>
                          </td>
                        </tr>
                        <tr id='tr50' valign='top'>
                          <td  width='1%' align='center' id='138-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Admissions </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table21'>
                              <tr id='tr50' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='218-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Apply Online </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-0' value='218'>
                                </td>
                              </tr>
                              <tr id='tr51' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='163-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Returning Users </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-1' value='1'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-1' value='163'>
                                </td>
                              </tr>
                              <tr id='tr52' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='144-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Application Procedure </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-2' value='2' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-2' value='2'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-2' value='144'>
                                </td>
                              </tr>
                              <tr id='tr53' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='164-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Open House </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-3' value='3' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-3' value='3'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-3' value='164'>
                                </td>
                              </tr>
                              <tr id='tr54' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='146-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Scholarships & Financial Aid </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-4' value='4' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-4' value='4'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-4' value='146'>
                                </td>
                              </tr>
                              <tr id='tr55' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='149-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Spend a Day  </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-5' value='5' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-5' value='5'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-5' value='149'>
                                </td>
                              </tr>
                              <tr id='tr56' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='145-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Tuition and Fees </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-6' value='6' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-6' value='6'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-6' value='145'>
                                </td>
                              </tr>
                              <tr id='tr57' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='147-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; New Student Information </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-7' value='7' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-7' value='7'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-7' value='147'>
                                </td>
                              </tr>
                              <tr id='tr58' valign='top'>
                                <td  width='1%' align='center' id='142-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Welcome Letter </span>
                                <td><input type='radio' name='sequence[]' id='ID-5-8' value='8' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-5-8' value='8'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-5-8' value='142'>
                                </td>
                              </tr>
                            </table>
                          <td><input type='radio' name='sequence[]' id='ID-5' value='5' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-5' value='5'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-5' value='138'>
                          </td>
                        </tr>
                        <tr id='tr60' valign='top'>
                          <td  width='1%' align='center' id='179-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Alumni </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table23'>
                              <tr id='tr60' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='257-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; DM Express </span>
                                <td><input type='radio' name='sequence[]' id='ID-6-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-6-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-6-0' value='257'>
                                </td>
                              </tr>
                              <tr id='tr61' valign='top'>
                                <td  width='1%' align='center' id='258-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Express Archives </span>
                                <td><input type='radio' name='sequence[]' id='ID-6-1' value='1' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-6-1' value='1'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-6-1' value='258'>
                                </td>
                              </tr>
                            </table>
                          <td><input type='radio' name='sequence[]' id='ID-6' value='6' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                            <input type='hidden' name='hid_sequence[]' id='hs-ID-6' value='6'>
                            <input type='hidden' name='hid_id[]' id='hi-ID-6' value='179'>
                          </td>
                        </tr>
                        <tr id='tr63' valign='top'>
                          <td  width='1%' align='center' id='55-img'><img src='../images/arrow_blue.gif'></td>
                          <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Athletics </span><br>
                            <br>
                            <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table53'>
                              <tr id='tr63' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='217-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Athletic News </span>
                                <td><input type='radio' name='sequence[]' id='ID-7-0' value='0' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
                                  <input type='hidden' name='hid_sequence[]' id='hs-ID-7-0' value='0'>
                                  <input type='hidden' name='hid_id[]' id='hi-ID-7-0' value='217'>
                                </td>
                              </tr>
                              <tr id='tr64' valign='top'>
                                <td background='../images/childbg.gif' width='1%' align='center' id='184-img'><img src='../images/child.gif'></td>
                                <td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Cross Country </span><br>
                                  <br>
                                  <table cellpadding='0' cellspacing='0' border='0' width='100%' id='table26'>
                                    <tr id='tr64' valign='top'>
                                      <td background='../images/childbg.gif' width='1%' align='center' id='252-img'><img src='../images/child.gif'&g

Found solution. Searched in all inputs for "inp[]" using JS and saved the sequence in a hidden field.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.