•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ColdFusion section within the Web Development category of DaniWeb, a massive community of 402,862 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,963 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ColdFusion advertiser: Programming Forums
Views: 854 | Replies: 1
![]() |
•
•
Join Date: Nov 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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>
<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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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'> 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>
