Cold fusion do not support input param: Help

Reply

Join Date: Nov 2007
Posts: 2
Reputation: tjubaer is an unknown quantity at this point 
Solved Threads: 0
tjubaer tjubaer is offline Offline
Newbie Poster

Cold fusion do not support input param: Help

 
0
  #1
Nov 19th, 2007
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'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule & results </span>
<td><input type='radio' name='sequence[]' id='ID-7-1-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-1-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-1-0' value='252'>
</td>
</tr>
<tr id='tr65' valign='top'>
<td width='1%' align='center' id='253-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; History </span>
<td><input type='radio' name='sequence[]' id='ID-7-1-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-7-1-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-1-1' value='253'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-1' value='184'>
</td>
</tr>
<tr id='tr67' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='182-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Football </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table28'>
<tr id='tr67' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='199-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Varsity schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-2-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-2-0' value='199'>
</td>
</tr>
<tr id='tr68' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='200-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; JV schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-2-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-2-1' value='200'>
</td>
</tr>
<tr id='tr69' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='201-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Freshmen schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-2-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-2-2' value='201'>
</td>
</tr>
<tr id='tr70' valign='top'>
<td width='1%' align='center' id='202-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Football news </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-2-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-2-3' value='202'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-2' value='182'>
</td>
</tr>
<tr id='tr72' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='183-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Soccer </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table30'>
<tr id='tr72' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='204-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule & Results </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-0' value='204'>
</td>
</tr>
<tr id='tr73' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='208-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-1' value='208'>
</td>
</tr>
<tr id='tr74' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='205-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; News </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-2' value='205'>
</td>
</tr>
<tr id='tr75' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='206-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; JV Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-3' value='206'>
</td>
</tr>
<tr id='tr76' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='213-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; JV Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-4' value='4'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-4' value='213'>
</td>
</tr>
<tr id='tr77' valign='top'>
<td width='1%' align='center' id='207-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Freshmen Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3-5' value='5'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3-5' value='207'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-3' value='183'>
</td>
</tr>
<tr id='tr79' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='185-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Basketball </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table32'>
<tr id='tr79' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='224-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule & Results </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-4-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-4-0' value='224'>
</td>
</tr>
<tr id='tr80' valign='top'>
<td width='1%' align='center' id='225-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-4-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-4-1' value='225'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-4' value='4'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-4' value='185'>
</td>
</tr>
<tr id='tr82' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='186-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Hockey </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table34'>
<tr id='tr82' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='221-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule & results </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-5-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-5-0' value='221'>
</td>
</tr>
<tr id='tr83' valign='top'>
<td width='1%' align='center' id='222-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-5-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-5-1' value='222'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-5' value='5'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-5' value='186'>
</td>
</tr>
<tr id='tr85' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='165-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Swimming & Diving </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table36'>
<tr id='tr85' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='166-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule & Results </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-6-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6-0' value='166'>
</td>
</tr>
<tr id='tr86' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='209-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; News </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-6-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6-1' value='209'>
</td>
</tr>
<tr id='tr87' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='210-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-6-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6-2' value='210'>
</td>
</tr>
<tr id='tr88' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='211-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Records </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-6-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6-3' value='211'>
</td>
</tr>
<tr id='tr89' valign='top'>
<td width='1%' align='center' id='212-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Archives </span>
<td><input type='radio' name='sequence[]' id='ID-7-6-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-7-6-4' value='4'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6-4' value='212'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-6' value='6'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-6' value='165'>
</td>
</tr>
<tr id='tr91' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='187-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Wrestling </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table38'>
<tr id='tr91' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='219-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-7-0' value='219'>
</td>
</tr>
<tr id='tr92' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='226-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-7-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-7-7-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-7-1' value='226'>
</td>
</tr>
<tr id='tr93' valign='top'>
<td width='1%' align='center' id='220-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Archives </span>
<td><input type='radio' name='sequence[]' id='ID-7-7-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-7-7-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-7-2' value='220'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-7' value='7'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-7' value='187'>
</td>
</tr>
<tr id='tr95' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='188-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Baseball </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table40'>
<tr id='tr95' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='228-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; varsity schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-8-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-0' value='228'>
</td>
</tr>
<tr id='tr96' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='230-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; varsity roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-8-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-7-8-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-1' value='230'>
</td>
</tr>
<tr id='tr97' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='229-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; JV schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-8-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-7-8-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-2' value='229'>
</td>
</tr>
<tr id='tr98' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='245-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; JV roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-8-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-7-8-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-3' value='245'>
</td>
</tr>
<tr id='tr99' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='243-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Freshmen schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-8-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-7-8-4' value='4'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-4' value='243'>
</td>
</tr>
<tr id='tr100' valign='top'>
<td width='1%' align='center' id='244-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Freshmen roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-8-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-7-8-5' value='5'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8-5' value='244'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-8' value='8'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-8' value='188'>
</td>
</tr>
<tr id='tr102' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='192-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Crew </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table42'>
<tr id='tr102' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='231-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-9-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-9-0' value='231'>
</td>
</tr>
<tr id='tr103' valign='top'>
<td width='1%' align='center' id='232-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-9-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-9-1' value='232'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-9' value='9'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-9' value='192'>
</td>
</tr>
<tr id='tr105' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='189-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Golf </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table44'>
<tr id='tr105' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='240-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-10-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-10-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-10-0' value='240'>
</td>
</tr>
<tr id='tr106' valign='top'>
<td width='1%' align='center' id='242-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-10-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-7-10-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-10-1' value='242'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-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-7-10' value='10'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-10' value='189'>
</td>
</tr>
<tr id='tr108' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='190-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Lacrosse </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table46'>
<tr id='tr108' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='233-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-11-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-11-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-11-0' value='233'>
</td>
</tr>
<tr id='tr109' valign='top'>
<td width='1%' align='center' id='234-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Varsity Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-11-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-7-11-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-11-1' value='234'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-11' value='11' 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-11' value='11'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-11' value='190'>
</td>
</tr>
<tr id='tr111' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='196-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Rugby </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table48'>
<tr id='tr111' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='236-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-12-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-12-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-12-0' value='236'>
</td>
</tr>
<tr id='tr112' valign='top'>
<td width='1%' align='center' id='237-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Varsity Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-12-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-7-12-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-12-1' value='237'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-12' value='12' 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-12' value='12'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-12' value='196'>
</td>
</tr>
<tr id='tr114' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='191-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Tennis </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table50'>
<tr id='tr114' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='235-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-13-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-13-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-13-0' value='235'>
</td>
</tr>
<tr id='tr115' valign='top'>
<td width='1%' align='center' id='241-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-13-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-7-13-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-13-1' value='241'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-13' value='13' 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-13' value='13'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-13' value='191'>
</td>
</tr>
<tr id='tr117' valign='top'>
<td width='1%' align='center' id='193-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Track and Field </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table52'>
<tr id='tr117' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='238-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Track & Field Schedule </span>
<td><input type='radio' name='sequence[]' id='ID-7-14-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-14-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-14-0' value='238'>
</td>
</tr>
<tr id='tr118' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='246-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Roster </span>
<td><input type='radio' name='sequence[]' id='ID-7-14-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-7-14-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-14-1' value='246'>
</td>
</tr>
<tr id='tr119' valign='top'>
<td width='1%' align='center' id='239-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Indoor Track </span>
<td><input type='radio' name='sequence[]' id='ID-7-14-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-7-14-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-14-2' value='239'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-7-14' value='14' 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-14' value='14'>
<input type='hidden' name='hid_id[]' id='hi-ID-7-14' value='193'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-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-7' value='7'>
<input type='hidden' name='hid_id[]' id='hi-ID-7' value='55'>
</td>
</tr>
<tr id='tr122' valign='top'>
<td width='1%' align='center' id='51-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; News </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table59'>
<tr id='tr122' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='126-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Daily Bulletin </span>
<td><input type='radio' name='sequence[]' id='ID-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-8-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-0' value='126'>
</td>
</tr>
<tr id='tr123' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='63-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Weekly Bulletin </span>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-1' value='63'>
</td>
</tr>
<tr id='tr124' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='154-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; In Memoriam </span>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-2' value='154'>
</td>
</tr>
<tr id='tr125' valign='top'>
<td width='1%' align='center' id='156-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; News Archive </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table58'>
<tr id='tr125' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='250-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; 06-07 </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table57'>
<tr id='tr125' valign='top'>
<td width='1%' align='center' id='255-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Graduation 2007 </span>
<td><input type='radio' name='sequence[]' id='ID-8-3-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-8-3-0-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-3-0-0' value='255'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-3-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-3-0' value='250'>
</td>
</tr>
<tr id='tr127' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='155-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; 05-06 </span>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-3-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-3-1' value='155'>
</td>
</tr>
<tr id='tr128' valign='top'>
<td width='1%' align='center' id='249-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; 04-05 </span>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-3-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-3-2' value='249'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-8-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-8-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-8-3' value='156'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-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-8' value='8'>
<input type='hidden' name='hid_id[]' id='hi-ID-8' value='51'>
</td>
</tr>
<tr id='tr131' valign='top'>
<td width='1%' align='center' id='248-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Parents </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table61'>
<tr id='tr131' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='256-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Bulletin Archives </span>
<td><input type='radio' name='sequence[]' id='ID-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-9-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-9-0' value='256'>
</td>
</tr>
<tr id='tr132' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='251-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Recent Newsletters </span>
<td><input type='radio' name='sequence[]' id='ID-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-9-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-9-1' value='251'>
</td>
</tr>
<tr id='tr133' valign='top'>
<td width='1%' align='center' id='89-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Transportation </span>
<td><input type='radio' name='sequence[]' id='ID-9-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-9-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-9-2' value='89'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-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-9' value='9'>
<input type='hidden' name='hid_id[]' id='hi-ID-9' value='248'>
</td>
</tr>
<tr id='tr135' valign='top'>
<td width='1%' align='center' id='56-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Music </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table63'>
<tr id='tr135' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='104-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Music News </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-0' value='104'>
</td>
</tr>
<tr id='tr136' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='105-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Band Calendar </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-1' value='105'>
</td>
</tr>
<tr id='tr137' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='106-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Chorus Calendar </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-2' value='106'>
</td>
</tr>
<tr id='tr138' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='107-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Curriculum </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-3' value='107'>
</td>
</tr>
<tr id='tr139' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='103-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Directors </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-4' value='4'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-4' value='103'>
</td>
</tr>
<tr id='tr140' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='108-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Music Mailing Lists </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-5' value='5'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-5' value='108'>
</td>
</tr>
<tr id='tr141' valign='top'>
<td width='1%' align='center' id='215-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; 2005-06 News </span>
<td><input type='radio' name='sequence[]' id='ID-10-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-10-6' value='6'>
<input type='hidden' name='hid_id[]' id='hi-ID-10-6' value='215'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-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-10' value='10'>
<input type='hidden' name='hid_id[]' id='hi-ID-10' value='56'>
</td>
</tr>
<tr id='tr143' valign='top'>
<td width='1%' align='center' id='59-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Support </span><br>
<br>
<table cellpadding='0' cellspacing='0' border='0' width='100%' id='table65'>
<tr id='tr143' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='259-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Annual Fund </span>
<td><input type='radio' name='sequence[]' id='ID-11-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-11-0' value='0'>
<input type='hidden' name='hid_id[]' id='hi-ID-11-0' value='259'>
</td>
</tr>
<tr id='tr144' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='260-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Crusade for Tomorrow </span>
<td><input type='radio' name='sequence[]' id='ID-11-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-11-1' value='1'>
<input type='hidden' name='hid_id[]' id='hi-ID-11-1' value='260'>
</td>
</tr>
<tr id='tr145' valign='top'>
<td background='../images/childbg.gif' width='1%' align='center' id='262-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Current Student Fundraisers </span>
<td><input type='radio' name='sequence[]' id='ID-11-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-11-2' value='2'>
<input type='hidden' name='hid_id[]' id='hi-ID-11-2' value='262'>
</td>
</tr>
<tr id='tr146' valign='top'>
<td width='1%' align='center' id='261-img'><img src='../images/child.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Opportunities in the Community </span>
<td><input type='radio' name='sequence[]' id='ID-11-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-11-3' value='3'>
<input type='hidden' name='hid_id[]' id='hi-ID-11-3' value='261'>
</td>
</tr>
</table>
<td><input type='radio' name='sequence[]' id='ID-11' value='11' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
<input type='hidden' name='hid_sequence[]' id='hs-ID-11' value='11'>
<input type='hidden' name='hid_id[]' id='hi-ID-11' value='59'>
</td>
</tr>
<tr id='tr148' valign='top'>
<td width='1%' align='center' id='57-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Serving The Community </span>
<td><input type='radio' name='sequence[]' id='ID-12' value='12' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
<input type='hidden' name='hid_sequence[]' id='hs-ID-12' value='12'>
<input type='hidden' name='hid_id[]' id='hi-ID-12' value='57'>
</td>
</tr>
<tr id='tr149' valign='top'>
<td width='1%' align='center' id='58-img'><img src='../images/arrow_blue.gif'></td>
<td background='../images/dashed.gif' class='xbg'><span class='spanBg'> &nbsp; Stag Store </span>
<td><input type='radio' name='sequence[]' id='ID-13' value='13' class='nobrd' onclick='JavaScript:showindex(this.parentNode.parentNode.parentNode.parentNode ,this,this.parentNode.parentNode.rowIndex);'>
<input type='hidden' name='hid_sequence[]' id='hs-ID-13' value='13'>
<input type='hidden' name='hid_id[]' id='hi-ID-13' value='58'>
</td>
</tr>
</table>
<script language='JavaScript'>
var currentTableId;
var prevTableId;
var currentRow1;// according to total row
var rowIndex;// row index of a table
var prevRowIndex;
var currentRow;
var trap=0;

function swapSequence(isAdd)
{
var tbl=getObject(currentTableId).rows;
var cells1=tbl[rowIndex].cells;
if(isAdd==1)
{
if(rowIndex==0)
return false;
var cells2=tbl[rowIndex-1].cells;

for(i=currentRow.length;i>=0;i--)
{
if(currentRow.charAt(i)=='-')
break;
}
var nextRow=currentRow.substr(0,i);

/*
currentSequenceObj='hs-'+nextRow+'-'+(rowIndex);
nextSequenceObj='hs-'+nextRow+'-'+(rowIndex-1);
currentSeq=getObject(currentSequenceObj);
nextSeq=getObject(nextSequenceObj);
var x=currentSeq.value;
currentSeq.value=nextSeq.value;
nextSeq.value=x;
*/


// ========== Swapping the id
currentSequenceId = 'hi-'+nextRow+'-'+(rowIndex);
nextSequenceId = 'hi-'+nextRow+'-'+(rowIndex-1);
currentSeqId = getObject(currentSequenceId);
nextSeqId = getObject(nextSequenceId);
var x=currentSeqId.value;
currentSeqId.value=nextSeqId.value;
nextSeqId.value=x;
//==========End swapping



nextChk=nextRow+'-'+(rowIndex-1);

var chk=getObject(nextChk);
chk.checked =true;
currentRow=nextChk;
prevRowIndex=rowIndex;
prevTableId=currentTableId;
rowIndex-=1;
}

else if(isAdd==2)
{
if(rowIndex==tbl.length-1)
return false;

var cells2=tbl[rowIndex+1].cells;

for(i=currentRow.length;i>=0;i--)
{
if(currentRow.charAt(i)=='-')
break;
}
var nextRow=currentRow.substr(0,i);


/*
currentSequenceObj='hs-'+nextRow+'-'+(rowIndex);
nextSequenceObj='hs-'+nextRow+'-'+(rowIndex+1);
currentSeq=getObject(currentSequenceObj);
nextSeq=getObject(nextSequenceObj);
var x=currentSeq.value;
currentSeq.value=nextSeq.value;
nextSeq.value=x;
*/

// ========== Swapping the id
currentSequenceId = 'hi-'+nextRow+'-'+(rowIndex);
nextSequenceId = 'hi-'+nextRow+'-'+(rowIndex+1);
currentSeqId = getObject(currentSequenceId);
nextSeqId = getObject(nextSequenceId);
var x=currentSeqId.value;
currentSeqId.value=nextSeqId.value;
nextSeqId.value=x;

// ========== End Swapping the id

nextChk=nextRow+'-'+(rowIndex+1);
var chk=getObject(nextChk);
chk.checked =true;
currentRow=nextChk;
prevRowIndex=rowIndex;
prevTableId=currentTableId;

rowIndex+=1;
}

var x= cells1[1].innerHTML;
cells1[1].innerHTML=cells2[1].innerHTML;
cells2[1].innerHTML=x;
changeBg();
}
function showindex(parentTable,ctrl,index)
{
currentRow=ctrl.id;

if(trap==0)
{
rowIndex=index;
prevRowIndex=index;
prevTableId=parentTable.id;
currentTableId=parentTable.id;;

changeBg(1);
}
else
{
prevRowIndex=rowIndex;
rowIndex=index;
prevTableId=currentTableId;
currentTableId=parentTable.id;;

changeBg(0);
}
rowIndex=index;
}

function changeBg(isFirst)
{
var x=getObject(currentTableId).rows;
var y=getObject(prevTableId).rows;

x[rowIndex].className='change_bg';
if(isFirst==1)
trap=1;

if(trap==1)
{
if((prevRowIndex!=rowIndex)||(prevTableId!=currentTableId))
y[prevRowIndex].className='restore_altr_bg';
}
}
var ie5 = (document.all && !document.getElementById) ? 1 : 0;
var ie6 = (document.all && document.getElementById) ? 1 : 0;
var mozilla = (!document.all && document.getElementById) ? 1 : 0;
function getObject(e)
{
var obj;
if(ie5)
obj = eval('document.all.' + e);
if(ie6)
obj = document.getElementById(e);
else if(mozilla)
obj = document.getElementById(e);
//alert(obj);
return obj;
}

</script></td>
</tr>
</table>
</div></td>
<td valign='top'><a href='javascript:void(0)' onclick='JavaScript: swapSequence(1);'><img src='../images/upArrow.gif' border='0'></a></td>
</tr>
<tr>
<td valign='bottom'><a href='javascript:void(0)' onclick='JavaScript: swapSequence(2);'><img src='../images/downArrow.gif' border='0'></a></td>
</tr>
</table>
<br>
<input type='submit' value='Arrange' name='arrBtn'>
</form></td>
</tr>
</table>
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2
Reputation: tjubaer is an unknown quantity at this point 
Solved Threads: 0
tjubaer tjubaer is offline Offline
Newbie Poster

Re: Cold fusion do not support input param: Help

 
0
  #2
Nov 20th, 2007
Found solution. Searched in all inputs for "inp[]" using JS and saved the sequence in a hidden field.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC