document.write('<script type="text/javascript" src="http://sandersonhs.wcpss.net/js/dropdown.js"></script>\
<script type="text/javascript" src="http://sandersonhs.wcpss.net/js/dropdown_config.js"></script>');
	/***************************************
 * Developed by Josh Clicquennoi       *
 * 2009-2010 SHS Web Developement Team *
 ***************************************/


 
// SHS Nav Menu v3
/* Created By Josh Clicquennoi 
	2010-2011 SHS Web Development Team */
// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
c_styles={};c_menus={}; // do not remove this line






/******************************************************
	(1) GLOBAL SETTINGS
*******************************************************/

c_hideTimeout=500; // 1000==1 second
c_subShowTimeout=250;
c_keepHighlighted=true;
c_findCURRENT=false; // find the item linking to the current page and apply it the CURRENT style class
c_findCURRENTTree=true;
c_overlapControlsInIE=true;
c_rightToLeft=false; // if the menu text should have "rtl" direction (e.g. Hebrew, Arabic)




/******************************************************
	(2) MENU STYLES (CSS CLASSES)
*******************************************************/

// You can define different style classes here and then assign them globally to the menu tree(s)
// in section 3 below or set them to any UL element from your menu tree(s) in the page source


c_imagesPath=""; // path to the directory containing the menu images


c_styles['MM']=[ // MainMenu (the shorter the class name the better)
[
// MENU BOX STYLE
0,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#8F90C4',	// BorderColor ('color')
0,		// Padding
'#F5E4B9',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
'width:100%;'		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#2F427C',	// BorderColor ('color')
'#000000',	// OVER BorderColor
1,		// Padding
'#455892',	// Background ('color','transparent','[image_source]')
'#BE130C',	// OVER Background
'#FFFFDE',	// Color
'#FFFFDE',	// OVER Color
'13px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'"Copperplate Gothic Light", "Bank Gothic Light"',	// FontFamily
'700',		// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'center',		// TextAlign ('left','center','right','justify')
2,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'transparent',	// ItemsSeparatorColor ('color','transparent')
0,		// ItemsSeparatorSpacing
false,			// UseSubMenuImage (true,false)
'[http://sandersonhs.wcpss.net/images/h_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[http://sandersonhs.wcpss.net/images/h_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
4,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#2F427C',		// VISITED BorderColor
'#455892',		// VISITED Background
'#FFFFDE',		// VISITED Color
'none',			// VISITED TextDecoration
'[http://sandersonhs.wcpss.net/images/h_arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#FFFBF0',		// CURRENT Background
'#252455',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[http://sandersonhs.wcpss.net/images/h_arrow.gif]',	// CURRENT SubMenuImageSource
'width:100px;',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];


c_styles['SM']=[ // SubMenus
[
// MENU BOX STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'#4D4C76',	// BorderColor ('color')
3,		// Padding
'#FFF5C6',	// Background ('color','transparent','[image_source]')
'',		// IEfilter (only transition filters work well - not static filters)
''		// Custom additional CSS for the menu box (valid CSS)
],[
// MENU ITEMS STYLE
1,		// BorderWidth
'solid',	// BorderStyle (CSS valid values except 'none')
'solid',	// OVER BorderStyle
'#FFF5C6',	// BorderColor ('color')
'#4D4C76',	// OVER BorderColor
3,		// Padding
'#FFF5C6',	// Background ('color','transparent','[image_source]')
'#455892',	// OVER Background
'#252455',	// Color
'#FFFFFF',	// OVER Color
'12px',		// FontSize (values in CSS valid units - %,em,ex,px,pt)
'verdana,arial,helvetica,sans-serif',	// FontFamily
'normal',	// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
'none',		// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
'none',		// OVER TextDecoration
'left',		// TextAlign ('left','center','right','justify')
0,		// ItemsSeparatorSize
'solid',	// ItemsSeparatorStyle (border-style valid values)
'#CBCBEF',	// ItemsSeparatorColor ('color','transparent')
2,		// ItemsSeparatorSpacing
true,			// UseSubMenuImage (true,false)
'[http://sandersonhs.wcpss.net/images/v_arrow.gif]',	// SubMenuImageSource ('[image_source]')
'[http://sandersonhs.wcpss.net/images/v_arrow_over.gif]',	// OverSubMenuImageSource
7,			// SubMenuImageWidth
7,			// SubMenuImageHeight
'7',			// SubMenuImageVAlign ('pixels from item top','middle')
'solid',		// VISITED BorderStyle
'#FFF5C6',		// VISITED BorderColor
'#FFF5C6',		// VISITED Background
'#252455',		// VISITED Color
'none',			// VISITED TextDecoration
'[http://sandersonhs.wcpss.net/images/v_arrow.gif]',	// VISITED SubMenuImageSource
'solid',		// CURRENT BorderStyle
'#CBCBEF',		// CURRENT BorderColor
'#FFFBF0',		// CURRENT Background
'#252455',		// CURRENT Color
'none',			// CURRENT TextDecoration
'[http://sandersonhs.wcpss.net/images/v_arrow.gif]',	// CURRENT SubMenuImageSource
'width:auto;',		// Custom additional CSS for the items (valid CSS)
'',		// OVER Custom additional CSS for the items (valid CSS)
'',		// CURRENT Custom additional CSS for the items (valid CSS)
''		// VISITED Custom additional CSS for the items (valid CSS)
]];




/******************************************************
	(3) MENU TREE FEATURES
*******************************************************/

// Normally you would probably have just one menu tree (i.e. one main menu with sub menus).
// But you are actually not limited to just one and you can have as many menu trees as you like.
// Just copy/paste a config block below and configure it for another UL element if you like.


c_menus['Menu1']=[ // the UL element with id="Menu1"
[
// MAIN-MENU FEATURES
'horizontal',	// ItemsArrangement ('vertical','horizontal')
'relative',	// Position ('relative','absolute','fixed')
'0',		// X Position (values in CSS valid units- px,em,ex)
'0',		// Y Position (values in CSS valid units- px,em,ex)
false,		// RightToLeft display of the sub menus
false,		// BottomToTop display of the sub menus
0,		// X SubMenuOffset (pixels)
0,		// Y SubMenuOffset
'10em',		// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
'MM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
],[
// SUB-MENUS FEATURES
5,		// X SubMenuOffset (pixels)
1,		// Y SubMenuOffset
'auto',		// Width ('auto',values in CSS valid units - px,em,ex)
'100',		// MinWidth ('pixels') (matters/useful if Width is set 'auto')
'300',		// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
'SM',		// CSS Class (one of the defined in section 2)
false		// Open sub-menus onclick (default is onmouseover)
]];

document.write('\
<tr>\
	<td width="100%" background="http://sandersonhs.wcpss.net/images/bg1_01.jpg">\
		<table background="images/bg1_01.jpg" align="center">\
			<tr>\
				<td>\
					<table width="100%" align="center" cellpadding="0" cellspacing="0">\
						<tr>\
							<td id="test">\
								<ul id="Menu1" class="MM" align="center" width="100%">\
	<li><a href="http://sandersonhs.wcpss.net/index.html">Home</a></li>\
	<li><a href="http://sandersonhs.wcpss.net/services/servs.htm">Services</a>\
		<ul>\
		    <li><a href="http://sandersonhs.wcpss.net/services/announce3.php">Student Services Announcements</a></li>\
		    <li><a href="http://sandersonhs.wcpss.net/services/career_center/index.html" target="_blank">Career Center</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/forms/servs_forms.html">Forms</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/calendar/servs_calendar.html">Calendar</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/grad_reqs/grad_requirements.html">Graduation Requirements</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/academics/depts.htm">Departments</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/academics/course_descriptions.htm">Course Descriptions</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/grad_reqs/grad_requirements.html">Graduation Requirements</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/academics/scheduling.htm">Scheduling</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/grade_info/servs_grades.html">Grade Level Information and Activities</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/grade_info/servs_9.html">9th Grade</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/grade_info/servs_10.html">10th Grade</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/grade_info/servs_11.html">11th Grade</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/grade_info/servs_12.html">12th Grade</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/testing/servs_testing.html">Testing</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/testing/testing_required.html">Required Testing</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/testing/testing_prep.html">Testing Preparation</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/testing/testing_opt.html">Optional Testing</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll.html">Enrollment and Registration</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll_risingnine.html">Rising 9th Grade Students</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll_risingtenandtwelve.html">Rising 10th - 12th Grade Students</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll_shsprogramplan.html">Sanderson Program Planning Guide 2009-2010</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll_advanceplacement.html">Advanced Placement (AP) Program</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enroll/enroll_waivers.html">Waivers</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/career/career_readiness.html">Career Readiness</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/career_center/index.html">SHS Career Center</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_collegefoundation.html">College Foundation of North Carolina (CFNC)</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_futureforkids.html">Futures for Kids</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_occupationaloutlook.html">Occupational Outlook Handbook (OOH)</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_businessalliance.html">Business Alliance</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_jobshadowing.html">Job Shadowing</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_careerfairs.html">Career Fairs</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_militarycareers.html">Military Careers</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_resumewritingtips.html">Resume Writing Tips</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/career/career_additionalresources.html">Additional Resources</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/college_readiness.html">College Readiness</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_fairs.html">College Fairs</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/cfnc.html">College Foundation of NC (CFNC)</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_resources.html">Resources for Finding the Right College</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_test.html">Testing</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/cb_studs_parents.html">College Board Newsletters for Students and Parents</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_letters.html">Letters of Recommendation</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_writing.html">College and Scholarship Essay Writing Tips</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/college_readiness/coll_scholarships.html">Scholarships and Financial Aid</a></li>\
				</ul>\
			</li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_home.html">Enrichment Opportunities and Summer Programs</a>\
            	<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_Fresh.html">Freshmen</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_soph.html">Sophmores</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_junior.html">Juniors</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_seniors.html">Seniors</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/enrich/servs_tmplt_volunteer.html">Volunteer Work</a></li>\
				</ul>\
            </li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/resources/servs_resources.html">Student and Parent Resources for Academic Success</a>\
            	<ul>\
					<li><a href="http://sandersonhs.wcpss.net/services/resources/resource_smartlunchtut.html">Smart Lunch</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/resources/resource_offcampuscomtutor.html">Off Campus/Community Tutoring Services</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/resources/resource_PEP.html">Test Preparation Opportunities</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/services/resources/resource_testprepsat.html">SAT</a></li>\
                    <li><a href="http://sandersonhs.wcpss.net/services/resources/resource_testprepact.html">ACT</a></li>\
                    <li><a href="http://sandersonhs.wcpss.net/services/resources/resource_gensupport.html">General Support for Academics & Study Skills</a></li>\
				</ul>\
            </li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/summer/servs_sumschool.html">Summer School and Credit Recovery</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/altern_ed/servs_alternate.html">Alternate Education Programs</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/services/other_progs/servs_other.html">Other Programs and Opportunities</a></li>\
		</ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/academics/acad.htm">Academics</a>\
    	<ul>\
			<li><a href="http://sandersonhs.wcpss.net/resources/abc/pages/index.php">Academic Booster Club</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/academics/depts.htm">Departments</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/academics/course_descriptions.htm">Course Descriptions</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/academics/grad_requirements.htm">Graduation Requirements</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/academics/scheduling.htm">Scheduling</a></li>\
        </ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm">Athletics</a>\
		<ul>\
			<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm">Athletics Home Page</a></li>\
			<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#sanderson_links">Athletic Links</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/athlet_cal.html?page_id=5002">Athletics Schedules & Calendar</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/coaching_staff.htm">Sanderson Coaching Staff</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/SHS_areamaps.htm">Directions to Events</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/athlet_forms.htm">Athletic Forms</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/regs_elig.html">Regulations and Eligibility</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/boostersclub.htm">Sanderson Athletic Club (SAC)</a></li>\
					<li><a href="http://www.wral.com/weather/doppler5000/?m=centralnc&p=1hrloop" target="_blank">WRAL Doppler 5000</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#plans">Plans for Upcoming Sports Seasons</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/sportsmed.htm">Sanderson Sports Medicine</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#resource">Other Resource Links</a></li>\
				</ul>\
			</li>\
			<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#fall_sports">Fall Sports</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/cheerleading.htm">Cheerleading</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/cross_country.htm">Cross Country</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/football/">Football</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/mens_socc.htm">Men\'s Soccer</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/tennis.htm">Woman\'s Tennis</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/volleyball.htm">Volleyball</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/Womans_golf.htm">Woman\'s Golf</a></li>\
				</ul>\
			</li>\
			<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#winter_sports">Winter Sports</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/gymnastics.htm">Gymnastics</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/mens_bask.htm">Men\'s Basketball</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/swim_dive.htm">Swimming & Diving</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/womens_bask.htm">Women\'s Basketball</a></li>\
					<li><a href="http://www.sandersonwrestling.com" target="_blank">Wrestling</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/indoor_track.htm">Indoor Track</a></li>\
				</ul>\
			</li>\
			<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm#spring_sports">Spring Sports</a>\
				<ul>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/baseball.htm">Baseball</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/mens_golf.htm">Men\'s Golf</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/Womans_socc.htm">Woman\'s Soccer</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/softball.htm">Softball</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/tennis.htm">Men\'s Tennis</a></li>\
					<li><a href="http://sandersonhs.wcpss.net/athletics/track_field.htm">Track and Field</a></li>\
				</ul>\
			</li>\
		</ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/resources/resource.htm">Resources</a>\
    	<ul>\
        	<li ><a href="http://blackboard.wcpss.net/webapps/portal/frameset.jsp" target="_blank">Blackboard</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/services/career_center/index.html" target="_blank">Career Center</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/Media_Center/index.html" target="_blank">Media Center</a></li>\
        	<li ><a href="http://groups.yahoo.com/group/SHScommunity/" target="_blank">SHS Community</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/services/servs.htm">Student Services</a></li>\
        	<li ><a href="https://span.wcpss.net/include/login.php" target="_blank">SPAN</a></li>\
        	<li ><a href="http://www.wcpss.net/" target="_blank">WCPSS</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/resources/abc">Academic Booster Club</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/athletics/boostersclub.htm">Sanderson Athletics Club</a></li>\
        	<li ><a href="http://72.3.232.111/pinetlibrary/classpage.php?page_id=2609" target="_blank">Air Force JROTC Boosters</a></li>\
        	<li ><a href="http://www.sandersonband.com/" target="_blank">Band Boosters</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/stud_acts/chorus/chorus_index.html">Choral Boosters</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/resources/PTSA/PTSA.htm">PTSA</a></li>\
        	<li ><a href="http://shstheatre.com/Booster_Organization.html" target="_blank">Theater Booster Club</a></li>\
		</ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/faculty/fac.htm">Faculty</a>\
		<ul>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/staff.php">Full Staff Listing</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html">Phone List</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html#admin">Administration</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html#stu">Student Services</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html#car">Career Center</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html#ath">Athletics</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/faculty/contact.html#tran">Transportation</a></li>\
		</ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/calendars/calendar.html">Calendars</a>\
		<ul>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/calendar.html">All SHS Events</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/athlet_calendar.html">Athletics</a>\
			<ul>\
				<li><a href="http://sandersonhs.wcpss.net/calendars/athlet_calendar.html">All Athletics</a></li>\
				<li><a href="http://sandersonhs.wcpss.net/football/calendar.php">Football</a></li>\
			</ul>\
		</li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/fapa_calendar.html">Fine & Performing Arts</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/stud_acts_calendar.html">Student Activities</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/servs_calendar.html">Student Services</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/daily_bell_schedules_11-12.html">Daily Schedules</a></li>\
        	<li ><a href="http://sandersonhs.wcpss.net/calendars/traditional_2011-12.pdf" target="_blank">WCPSS Traditional Calendar 2011-12</a></li>\
		</ul>\
	</li>\
	<li><a href="http://sandersonhs.wcpss.net/stud_acts/acts.htm">Activities</a>\
		<ul>\
        	<li><a href="http://sandersonhs.wcpss.net/aof/aof_index.htm" target="_blank">Academy of Finance</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/jrotc.htm">Air Force JROTC</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/athletics/athlet.htm">Athletics</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/clubs.htm">Clubs</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/fine_arts.html">Fine and Performing Arts</a></li>\
			<li><a href="http://shsproductions.com" target="_blank">Sparta Productions</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/student_council.htm">Student Council</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/acts.htm#stud_pubs">Student Publications</a></li>\
			<li><a href="http://sandersonhs.wcpss.net/webteam/site/about.php">Web Development</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/acts.htm#campus">Campus Facilities</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/drivers_ed.htm">Driver\'s Education</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/lunch.htm">Lunch</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/stud_acts/parking.htm">Parking</a></li>\
		</ul>\
	</li>\
	<li><a  href="http://sandersonhs.wcpss.net/about/about.htm">About Us</a>\
		<ul>\
        	<li><a href="http://sandersonhs.wcpss.net/about/about_feat.htm">Features</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/about/about_hon.htm">Honors</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/about/about_pol.htm">Policies</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/about/about_sip.htm">SIP</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/about/about_stat.htm">Statistics</a></li>\
        	<li><a href="http://sandersonhs.wcpss.net/faculty/contact.html">Contact Us</a></li>\
			<li><a href="http://sandersonhs.wcpss.net/about/discipline_prot.html">Discipline Protocol</a></li>\
		</ul>\
	</li>\
</ul>\
</script>\
							</td>\
						</tr>\
					</table>\
				</td>\
			</tr> \
		</table>\
	</td>\
</tr>');

