// JavaScript Document
                    function menu(strcurrentpage, category){

	/*Layout for Home part of menu if current page is Home*/

	if(strcurrentpage == 'home'){
	
				
		/*Begin column 1*/
			
					
		document.write("<table border='0' width='140' cellpadding='0' cellspacing='0'>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

				document.write("<td width='140'><img src='../images/menu/spacer.gif' width='140' height='75' border='0'></td>");

			document.write("</tr>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		        document.write("<td width='140'><img name='home' border='0' src='../images/menu/home_up.gif' width='140' height='25' alt='Welcome to West Side Christian School'></td>");

		    document.write("</tr>");
			
		}

	else{

		/*Layout for Home part of menu if current page is NOT Home*/

		/*Begin column 1*/
			
			document.write("<table border='0' width='140' cellpadding='0' cellspacing='0'>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

				document.write("<td width='140'><img src='../images/menu/spacer.gif' width='140' height='75' border='0'></td>");

			document.write("</tr>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");
		
			document.write("<td width='140' bgcolor='#F2FDF5'><a href='../wscs/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.home\",\"document.home\",\"../images/menu/home_down.gif\",1)'><img name='home' border='0' src='../images/menu/home_up.gif' width='140' height='25' alt='Welcome to West Side Christian School'></a></td>");

			document.write("</tr>");
			
			}
			
	/*Layout for About Us part of menu if current page is About Us*/

    if(strcurrentpage == 'about'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='about' border='0' src='../images/menu/about_down.gif' width='140' height='25' alt='About WSCS'></td>");

        }

        else{

            document.write("<td width='140'><a href='../about/index.html'><img name='about' border='0' src='../images/menu/about_down.gif' width='140' height='25' alt='About WSCS'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'mission'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Mission</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/mission.html' class='sidenav'>Mission</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'goals'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Goals</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/goals.html' class='sidenav'>Goals</a></td>");

						}

						
					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'curriculum'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Curriculum</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/curriculum.html' class='sidenav'>Curriculum</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
				
					document.write("<tr valign='top'>");

						if (category == 'profiles'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Teacher Profiles</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/profiles.html' class='sidenav'>Teacher Profiles</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'tuition'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Tuition</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/tuition.html' class='sidenav'>Tuition</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'history'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>History</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../about/history.html' class='sidenav'>History</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
    					                  
				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for About Us part of menu if current page is NOT About Us*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../about/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.about\",\"document.about\",\"../images/menu/about_down.gif\",1)'><img name='about' border='0' src='../images/menu/about_up.gif' width='140' height='25' alt='About WSCS'></a></td>");

        document.write("</tr>");

        }
			
			/*Layout for Parents part of menu if current page is Parents*/

    if(strcurrentpage == 'parents'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='parents' border='0' src='../images/menu/parents_down.gif' width='140' height='25' alt='Parents'></td>");

        }

        else{

            document.write("<td width='140'><a href='../parents/index.html'><img name='parents' border='0' src='../images/menu/parents_down.gif' width='140' height='25' alt='Parents'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");
		
            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr valign='top'>");

						if (category == 'events'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Events</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/events.html' class='sidenav'>Events</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

                    document.write("<tr valign='top'>");

						if (category == 'pta'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Parent Teacher Association</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/PTA.html' class='sidenav'>Parent Teacher Association</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'supportbus'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Supporting Businesses</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/supbus.html' class='sidenav'>Supporting Businesses</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'meaps'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Meap Scores</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/meaps.html' class='sidenav'>Meap Scores</a></td>");

						}

					document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == 'survey'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Survey Results</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/surveyresults.html' class='sidenav'>Survey Results</a></td>");

						}

					document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'magazine'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Magazine Fundraiser</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../parents/magazine.html' class='sidenav'>Magazine Fundraiser</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
				                  
				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Parents part of menu if current page is NOT Parents*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../parents/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.parents\",\"document.parents\",\"../images/menu/parents_down.gif\",1)'><img name='parents' border='0' src='../images/menu/parents_up.gif' width='140' height='25' alt='Parents'></a></td>");

        document.write("</tr>");

        }
			
			/*Layout for Students part of menu if current page is Students*/

    if(strcurrentpage == 'students'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='students' border='0' src='../images/menu/students_down.gif' width='140' height='25' alt='Students'></td>");

        }

        else{

            document.write("<td width='140'><a href='index.html'><img name='students' border='0' src='../images/menu/students_down.gif' width='140' height='25' alt='Students'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr valign='top'>");

						if (category == 'activities'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Activities</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../students/activities.html' class='sidenav'>Activities</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

                    document.write("<tr valign='top'>");

						if (category == 'athletics'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Athletics</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../students/athletics.html' class='sidenav'>Athletics</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

				    document.write("<tr valign='top'>");

						if (category == 'whatsup'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>What's Up?</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../students/whatsup.html' class='sidenav'>What's Up?</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'lunch'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Lunch Calendar</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../students/lunch.html' class='sidenav'>Lunch Calendar</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					 document.write("<tr valign='top'>");

						if (category == 'supplies'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Supply List</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../students/supplylist.html' class='sidenav'>Supply List</a></td>");

						}

					document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					                 
				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Students part of menu if current page is NOT Students*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../students/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.students\",\"document.students\",\"../images/menu/students_down.gif\",1)'><img name='students' border='0' src='../images/menu/students_up.gif' width='140' height='25' alt='Students'></a></td>");

        document.write("</tr>");

        }

			/*Layout for Preschool part of menu if current page is Preschool*/

    if(strcurrentpage == 'preschool'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='preschool' border='0' src='../images/menu/preschool_down.gif' width='140' height='25' alt='Preschool'></td>");

        }

        else{

            document.write("<td width='140'><a href='../preschool/index.html'><img name='preschool' border='0' src='../images/menu/preschool_down.gif' width='140' height='25' alt='Preschool'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr valign='top'>");

						if (category == 'curriculum-3'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>3 Yr Old Curriculum</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../preschool/curriculum-3.html' class='sidenav'>3 Yr Old Curriculum</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == 'curriculum-4'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>4 Yr Old Curriculum</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../preschool/curriculum-4.html' class='sidenav'>4 Yr Old Curriculum</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'openhouse'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Open House</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../preschool/openhouse.html' class='sidenav'>Open House</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == 'voucher'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Voucher Program</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../preschool/voucher_program.html' class='sidenav'>Voucher Program</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Preschool part of menu if current page is NOT Preschool*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../preschool/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.preschool\",\"document.preschool\",\"../images/menu/preschool_down.gif\",1)'><img name='preschool' border='0' src='../images/menu/preschool_up.gif' width='140' height='25' alt='Preschool'></a></td>");

        document.write("</tr>");

        }
		

			/*Layout for Stage 5 part of menu if current page is Stage 5*/

    if(strcurrentpage == 'stage5'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='stage5' border='0' src='../images/menu/stage5_down.gif' width='140' height='25' alt='Stage 5'></td>");

        }

        else{

            document.write("<td width='140'><a href='../stage5/index.html'><img name='stage5' border='0' src='../images/menu/stage5_down.gif' width='140' height='25' alt='Stage 5'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr valign='top'>");

						if (category == 'curriculum'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Curriculum</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../stage5/curriculum.html' class='sidenav'>Curriculum</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Stage 5 part of menu if current page is NOT Stage5*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../stage5/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.stage5\",\"document.stage5\",\"../images/menu/stage5_down.gif\",1)'><img name='stage5' border='0' src='../images/menu/stage5_up.gif' width='140' height='25' alt='Stage 5'></a></td>");

        document.write("</tr>");

        }

			/*Layout for Kindergarten part of menu if current page is Kindergarten*/

    if(strcurrentpage == 'kindergarten'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='kindergarten' border='0' src='../images/menu/kindergarten_down.gif' width='140' height='25' alt='Kindergarten'></td>");

        }

        else{

            document.write("<td width='140'><a href='../kindergarten/index.html'><img name='kindergarten' border='0' src='../images/menu/kindergarten_down.gif' width='140' height='25' alt='Kindergarten'></a></td>");

        }
        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr valign='top'>");

						if (category == 'curriculum'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Curriculum</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../kindergarten/curriculum.html' class='sidenav'>Curriculum</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Kindergarten part of menu if current page is NOT Kindergarten*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../kindergarten/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.kindergarten\",\"document.kindergarten\",\"../images/menu/kindergarten_down.gif\",1)'><img name='kindergarten' border='0' src='../images/menu/kindergarten_up.gif' width='140' height='25' alt='Kindergarten'></a></td>");

        document.write("</tr>");

        }

		
			/*Layout for Media Center part of menu if current page is Media Center*/

    if(strcurrentpage == 'media_center'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='media_center' border='0' src='../images/menu/media_center_down.gif' width='140' height='25' alt='Media Center'></td>");

        }

        else{

            document.write("<td width='140'><a href='../media_center/index.html'><img name='mediacenter' border='0' src='../images/menu/media_center_down.gif' width='140' height='25' alt='Media Center'></a></td>");

        }

        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'kindergarten'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Kindergarten</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/kindergarten.html' class='sidenav'>Kindergarten</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '1st'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>1st Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/1st.html' class='sidenav'>1st Grade</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '2nd'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>2nd Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/2nd.html' class='sidenav'>2nd Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '3rd'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>3rd Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/3rd.html' class='sidenav'>3rd Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '4th'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>4th Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/4th.html' class='sidenav'>4th Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '5th'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>5th Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/5th.html' class='sidenav'>5th Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == '6th'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>6th Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/6th.html' class='sidenav'>6th Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == '8th'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>8th Grade</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/8th.html' class='sidenav'>8th Grade</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == 'bible'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Bible</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/bible.html' class='sidenav'>Bible</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr valign='top'>");

						if (category == 'funforall'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Fun for All</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/funforall.html' class='sidenav'>Fun for All</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr valign='top'>");

						if (category == 'reference'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Reference</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../media_center/reference.html' class='sidenav'>Reference</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
			document.write("</table>");

        document.write("</tr>");

        }

    else{


		/*Layout for Media Center part of menu if current page is NOT Media Center*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../media_center/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.media_center\",\"document.media_center\",\"../images/menu/media_center_down.gif\",1)'><img name='media_center' border='0' src='../images/menu/media_center_up.gif' width='140' height='25' alt='Media Center'></a></td>");

        document.write("</tr>");

        }
		
			/*Layout for Technology part of menu if current page is Technology*/

    if(strcurrentpage == 'technology'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='technology' border='0' src='../images/menu/technology_down.gif' width='140' height='25' alt='Technology'></td>");

        }

        else{

            document.write("<td width='140'><a href='../technology/index.html'><img name='technology' border='0' src='../images/menu/technology_down.gif' width='140' height='25' alt='Technology'></a></td>");

        }

        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'techplan'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>5-Yr Technology Plan</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../technology/TechnologyPlan07.pdf' class='sidenav'>5-Yr Technology Plan</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
			document.write("</table>");

        document.write("</tr>");

        }

    else{


		/*Layout for Technology part of menu if current page is NOT Technology*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../technology/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.technology\",\"document.technology\",\"../images/menu/technology_down.gif\",1)'><img name='technology' border='0' src='../images/menu/technology_up.gif' width='140' height='25' alt='Technology'></a></td>");

        document.write("</tr>");

        }

		
			/*Layout for Calendar part of menu if current page is Calendar*/

    if(strcurrentpage == 'calendar'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='calendar' border='0' src='../images/menu/calendar_down.gif' width='140' height='25' alt='Calendar'></td>");

        }

        else{

            document.write("<td width='140'><a href='../phpEventCalendar/calendar.php'><img name='calendar' border='0' src='../images/menu/calendar_down.gif' width='140' height='25' alt='Calendar'></a></td>");

        }

        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");
										
					document.write("<tr>");
					
						if (category == 'schoolyear10'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>10/11 School Calendar</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../calendar/schoolyear10.html' class='sidenav'>10/11 School Calendar</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					
			document.write("</table>");

        document.write("</tr>");

        }

    else{


		/*Layout for Calendar part of menu if current page is NOT Calendar*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../phpEventCalendar/calendar.php' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.calendar\",\"document.calendar\",\"../images/menu/calendar_down.gif\",1)'><img name='calendar' border='0' src='../images/menu/calendar_up.gif' width='140' height='25' alt='Calendar'></a></td>");

        document.write("</tr>");

        }

		/*Layout for FAQ part of menu if current page is FAQ*/

    if(strcurrentpage == 'faq'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='faq' border='0' src='../images/menu/faq_down.gif' width='140' height='25' alt='FAQ'></td>");

        }

        else{

            document.write("<td width='140'><a href='../faq/index.html'><img name='faq' border='0' src='../images/menu/faq_down.gif' width='140' height='25' alt='FAQ'></a></td>");

        }

        document.write("</tr>");

        }

    else{

		/*Layout for FAQ part of menu if current page is NOT FAQ*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../faq/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.faq\",\"document.faq\",\"../images/menu/faq_down.gif\",1)'><img name='faq' border='0' src='../images/menu/faq_up.gif' width='140' height='25' alt='FAQ'></a></td>");

        document.write("</tr>");

        }


			/*Layout for Reaching Out part of menu if current page is Reaching Out*/

    if(strcurrentpage == 'reachingout'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='reachingout' border='0' src='../images/menu/reachingout_down.gif' width='140' height='25' alt='Reaching Out'></td>");

        }

        else{

            document.write("<td width='140'><a href='../reachingout/index.html'><img name='reachingout' border='0' src='../images/menu/reachingout_down.gif' width='140' height='25' alt='Reaching Out'></a></td>");

        }
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'club139'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Club 139</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../reachingout/club139.html' class='sidenav'>Club 139</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'pap'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Parent Ambassadors</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../reachingout/pap.html' class='sidenav'>Parent Ambassadors</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'sisterschool'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Sister School</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../reachingout/sister_school.html' class='sidenav'>Sister School</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'guatemala'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>2/08 Guatemala Trip</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../reachingout/guatemala.html' class='sidenav'>2/08 Guatemala Trip</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'apparel'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>WSCS Apparel</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../reachingout/apparel.html' class='sidenav'>WSCS Apparel</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Reaching Out part of menu if current page is NOT Reaching Out*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../reachingout/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.reachingout\",\"document.reachingout\",\"../images/menu/reachingout_down.gif\",1)'><img name='reachingout' border='0' src='../images/menu/reachingout_up.gif' width='140' height='25' alt='Reaching Out'></a></td>");

        document.write("</tr>");

        }

			/*Layout for Contact Us part of menu if current page is Contact Us*/

    if(strcurrentpage == 'contact'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='contact' border='0' src='../images/menu/contact_down.gif' width='140' height='25' alt='Contact Us'></td>");

        }

        else{

            document.write("<td width='140'><a href='../contact/index.html'><img name='about' border='0' src='../images/menu/contact_down.gif' width='140' height='25' alt='Contact Us'></a></td>");

        }
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'teachers'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Teachers</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../contact/teachers.html' class='sidenav'>Teachers</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'staff'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Staff</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../contact/staff.html' class='sidenav'>Staff</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'board'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>School Board</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../contact/board.html' class='sidenav'>School Board</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr>");

						if (category == 'story'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Share Your WSCS Story</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../contact/story.html' class='sidenav'>Share Your WSCS Story</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					    					                  
				document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Contact Us part of menu if current page is NOT Contact Us*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../contact/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.contact\",\"document.contact\",\"../images/menu/contact_down.gif\",1)'><img name='contact' border='0' src='../images/menu/contact_up.gif' width='140' height='25' alt='Contact Us'></a></td>");

        document.write("</tr>");

        }

			/*Layout for Forms part of menu if current page is Forms*/

    if(strcurrentpage == 'forms'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='forms' border='0' src='../images/menu/forms_down.gif' width='140' height='25' alt='Forms'></td>");

        }

        else{

            document.write("<td width='140'><a href='../forms/index.html'><img name='about' border='0' src='../images/menu/forms_down.gif' width='140' height='25' alt='Forms'></a></td>");

        }

        document.write("</tr>");

        document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'emergency'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Emergency Contact</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/EmergencyForm.pdf' target='_self' class='sidenav'>Emergency Contact</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'medication'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Medication</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/MedicationForm.pdf' target='_self' class='sidenav'>Medication</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'absence'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Requested Absence</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/PRAForm.pdf' target='_self' class='sidenav'>Requested Absence</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr>");

						if (category == 'application'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Student Application</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/StudentAppForm.pdf' target='_self' class='sidenav'>Student Application</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'aup'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Technology Agreement</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/AUP.pdf' target='_self' class='sidenav'>Technology Agreement</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'trip_reg'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>TRIP Registration Form</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/TRIPregistrationform.pdf' target='_self' class='sidenav'>TRIP Registration Form</a></td>");

						}

		            document.write("</tr>");

					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'trip'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>TRIP Order Form</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/TRIPform.pdf' target='_self' class='sidenav'>TRIP Order Form</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");

					document.write("<tr>");

						if (category == 'input'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Parent Input Form</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../forms/pdfs/ParentInputForm.pdf' target='_self' class='sidenav'>Parent Input Form</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
      		document.write("</table>");

        document.write("</tr>");

        }

    else{

		/*Layout for Forms part of menu if current page is NOT Forms*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../forms/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.forms\",\"document.forms\",\"../images/menu/forms_down.gif\",1)'><img name='forms' border='0' src='../images/menu/forms_up.gif' width='140' height='25' alt='Forms'></a></td>");

        document.write("</tr>");

        }

			/*Layout for Alumni part of menu if current page is Alumni*/

    if(strcurrentpage == 'alumni'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='alumni' border='0' src='../images/menu/alumni_down.gif' width='140' height='25' alt='Alumni'></td>");

        }

        else{

            document.write("<td width='140'><a href='../alumni/index.html'><img name='alumni' border='0' src='../images/menu/alumni_down.gif' width='140' height='25' alt='Alumni'></a></td>");

        }
		
        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'register'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Update my Information</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../alumni/register.html' target='_self' class='sidenav'>Update my Information</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
				document.write("</table>");	

        }

    else{

		/*Layout for Alumni part of menu if current page is NOT Alumni*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../alumni/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.alumni\",\"document.alumni\",\"../images/menu/alumni_down.gif\",1)'><img name='alumni' border='0' src='../images/menu/alumni_up.gif' width='140' height='25' alt='Alumni'></a></td>");

        document.write("</tr>");

        }

			/*Layout for CLC part of menu if current page is CLC*/

    if(strcurrentpage == 'clc'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='clc' border='0' src='../images/menu/clc_down.gif' width='140' height='25' alt='CLC'></td>");

        }

        else{

            document.write("<td width='140'><a href='../CLC/index.html'><img name='CLC' border='0' src='../images/menu/clc_down.gif' width='140' height='25' alt='CLC'></a></td>");

        }
		
        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'elementary'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Elementary Lab</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../CLC/elementary.html' target='_self' class='sidenav'>Elementary Lab</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
					document.write("<tr>");

						if (category == 'middleschool'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Middle School Lab</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../CLC/middleschool.html' target='_self' class='sidenav'>Middle School Lab</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
				document.write("</table>");	

        }

    else{

		/*Layout for CLC part of menu if current page is NOT CLC*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../CLC/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.CLC\",\"document.CLC\",\"../images/menu/clc_down.gif\",1)'><img name='CLC' border='0' src='../images/menu/clc_up.gif' width='140' height='25' alt='CLC'></a></td>");

        document.write("</tr>");

        }
	
			/*Layout for Foundation part of menu if current page is Foundation*/

    if(strcurrentpage == 'foundation'){

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

        if (category == 'link'){

			document.write("<td width='140'><img name='foundation' border='0' src='../images/menu/foundation_down.gif' width='140' height='25' alt='Foundation Campaign'></td>");

        }

        else{

            document.write("<td width='140'><a href='../foundation/index.html'><img name='foundation' border='0' src='../images/menu/foundation_down.gif' width='140' height='25' alt='Foundation Campaign'></a></td>");

        }
		
        document.write("</tr>");
		
		 document.write("<tr valign='top' bgcolor='#F2FDF5'>");

            document.write("<td width='140' bgcolor='#F2FDF5'>");

				document.write("<table width='135' cellpadding='0' cellspacing='0'>");

					document.write("<tr valign='top'>");

						if (category == 'elementary'){

							document.write("<td valign='top' align='right' width='135' class='sidenav_nolink'>Elementary Lab</td>");

						}

						else{

							document.write("<td valign='top' align='right'><a href='../CLC/elementary.html' target='_self' class='sidenav'>Elementary Lab</a></td>");

						}

		            document.write("</tr>");
					
					document.write("<tr>");
					
					document.write("<td><img src='../images/menu/spacer.gif' width='1' height='5' alt='' border='0'></td>");

					document.write("</tr>");
					
				document.write("</table>");	

        }

    else{

		/*Layout for Fondation part of menu if current page is NOT Foundation*/

		document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		document.write("<td width='140'><a href='../foundation/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"document.foundation\",\"document.foundation\",\"../images/menu/foundation_down.gif\",1)'><img name='foundation' border='0' src='../images/menu/foundation_up.gif' width='140' height='25' alt='Foundation Campaign'></a></td>");

        document.write("</tr>");

        }
			
	if(strcurrentpage == 'home'){
			
					
		document.write("<table border='0' width='135' cellpadding='0' cellspacing='0'>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

				document.write("<td width='135'><img src='../images/menu/spacer.gif' width='135' height='50' border='0'></td>");

			document.write("</tr>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		       	document.write("<td width='135' align='center'><strong>6<sup>th</sup>, 7<sup>th</sup> and 8<sup>th</sup> Grade Students and Parents</strong></td>");

		    document.write("</tr>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		       	document.write("<td width='135' align='center'><strong>Click to sign-in</strong></td>");

		    document.write("</tr>");

			document.write("<tr valign='top' bgcolor='#F2FDF5'>");

		       	document.write("<td width='135' align='center'><a href='http://www.edline.net' target='_blank'><img src='../images/edlineLogo.gif' width='130' height='43' alt='Click to sign-in to Edline'></a></td>");

		    document.write("</tr>");
			
		}



document.write("</table>");			

 }  
 