function writeDivContents(divName, value)
{
	if(document.layers)
	{ //thisbrowser="NN4";
	  divRef = document.layers[divName];
	  divRef.document.open();
	  divRef.document.write(value);
	  divRef.document.close();	  
	}
	if(document.all)
	{ //thisbrowser="ie"
	  divRef = document.all[divName];
	  divRef.innerHTML=value;	  
	}
	if(!document.all && document.getElementById)
	{ //thisbrowser="NN6";
	  divRef = document.getElementById(divName);
	  divRef.innerHTML =value;	  
	}
}

function changeDivContents(divName, index)
{
	var contents = buildDivContents(index);
	//var contents = "hi";
	writeDivContents(divName, contents);
}

function buildDivContents(divNumber)
{
	var contentsArray = new Array();
	
	var contents;
	
	contentsArray[0] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/ades.jpg\" width=\"225\" height=\"135\" name=\"Alvin Dunn Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">3697 La Mirada, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2022</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.alvindunnelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[1] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/ces.jpg\" width=\"225\" height=\"135\" name=\"Carrillo Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">2875 Poinsettia Lane, Carlsbad, CA 92009</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2909</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.carrilloelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[2] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/des.jpg\" width=\"225\" height=\"135\" name=\"Discovery Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">730 Applewilde Dr., San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2063</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.discoveryelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[3] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/khes.jpg\" width=\"225\" height=\"135\" name=\"Knob Hill Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1825 Knob Hill Rd., San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2111</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.knobhillelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[4] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/lcmes.jpg\" width=\"225\" height=\"135\" name=\"La Costa Meadows Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">6889 El Fuerte, Carlsbad, CA 92009</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2141</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.lacostameadowselementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[5] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/toes.jpg\" width=\"225\" height=\"135\" name=\"Twin Oaks Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1 Cassou Rd., San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2582</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.twinoakselementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[6] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/pes.jpg\" width=\"225\" height=\"135\" name=\"Paloma Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">660 Camino Magnifico, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2188</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.palomaelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[7] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/res.jpg\" width=\"225\" height=\"135\" name=\"Richland Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">910 Borden Rd., San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2422</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.richlandelementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[8] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/sees.jpg\" width=\"225\" height=\"135\" name=\"San Elijo Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1600 School House Way, San Marcos, CA 92078</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2800</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.sanelijoelementary.org/\">Website</a></td> </tr> </table>";	
	contentsArray[9] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/smes.jpg\" width=\"225\" height=\"135\" name=\"San Marcos Elementary\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">300 W. San Marcos Blvd., San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2430</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.sanmarcoselementary.org/\">Website</a></td> </tr> </table>";
	contentsArray[10] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/smms.jpg\" width=\"225\" height=\"135\" name=\"San Marcos Middle\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">650 West Mission Road, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2500</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.sanmarcosmiddle.org/\">Website</a></td> </tr> </table>";
	contentsArray[11] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/wpms.jpg\" width=\"225\" height=\"135\" name=\"Woodland Park Middle\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1270 Rock Springs Road, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2455</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.woodlandparkmiddle.org/\">Website</a></td> </tr> </table>";
	contentsArray[12] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/sems.jpg\" width=\"225\" height=\"135\" name=\"San Elijo Middle School\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1600 Schoolhouse Way, San Marcos, CA 92078</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2800</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.sanelijomiddle.org/\">Website</a></td> </tr> </table>";
	contentsArray[13] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/mhhs.jpg\" width=\"225\" height=\"135\" name=\"Mission Hills High\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1 Mission Hills Court, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2700</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.missionhillshigh.org/\">Website</a></td> </tr> </table>";
	contentsArray[14] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/smhs.jpg\" width=\"225\" height=\"135\" name=\"San Marcos High\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">1615 West San Marcos Boulevard, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2200</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.sanmarcoshigh.org/\">Website</a></td> </tr> </table>";
	contentsArray[15] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/tohs.jpg\" width=\"225\" height=\"135\" name=\"Twin Oaks High\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">158 Cassou Road, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2555</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.twinoakshigh.org/\">Website</a></td> </tr> </table>";
	contentsArray[16] = "<table width=\"225\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td height=\"135\" colspan=\"2\" align=\"center\" valign=\"top\" t><img src=\"../../images/schoolImages/fhhs.jpg\" width=\"225\" height=\"135\" name=\"Foothills High\"> </td> </tr> <tr align=\"left\" valign=\"top\"> <td width=\"55\" height=\"20\" ><strong>Address:</strong> </td> <td width=\"164\">158 Cassou Road, San Marcos, CA 92069</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Phone:</strong> </td> <td height=\"20\" >760-290-2544</td> </tr> <tr align=\"left\" valign=\"top\"> <td height=\"20\" ><strong>Website:</strong> </td> <td height=\"20\" >Visit their <a href=\"http://www.foothillshigh.org/\">Website</a></td> </tr> </table>";
	contentsArray[17] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Agricultural Incentive Grant (AIG)</strong></p> <p>The purpose of this incentive grant is to improve the quality of agricultural vocational education programs by upgrading agricultural equipment.  Equipment is defined as \"any non-salary item of expenditure.\"We currently offer agricultural vocational education classes at San Marcos High School and Twin Oaks High School. <br>For more information email Rob Gaebe at <a href=\"mailto:rob.gaebe@smusd.org\">rob.gaebe@smusd.org</a>.</p> </div></td> </tr> </table>";
	contentsArray[18] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>After School Education and Safety (ASES) </strong></p> <p>The purpose of this federal grant is to provide funds for schools to operate an after school program that will improve academic achievement and provide safe and healthy recreation and prevention activities for students.<br>The Boys and Girls Club of San Marcos currently oversees our after school programs at San Marcos Middle School and Woodland Park Middle School.<br>San Marcos school district teachers work with Boys and Girls Club staff to provide academic assistance to students each day in addition to the positive recreation and prevention activities provided by the Boys and Girls Club.  The program runs each school day from 2:00 PM to 6:00 PM on both campuses. </p> </div></td> </tr> </table>";
	contentsArray[19] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>21st Century - Community Learning Centers </strong></p> <p>The purpose of this state sponsored program is to provide expanded academic enrichment opportunities after school for children attending high poverty schools. Tutorial services and academic enrichment activities are designed to help students meet local and state academic standards in subjects such as reading and math.  In addition, our programs provide youth development activities, drug and violence prevention programs, technology education programs, art, music and recreation programs.</p> <p>The Boys and Girls Club of San Marcos currently oversees our after school programs at San Marcos Middle School, Alvin Dunn Elementary School, and San Marcos Elementary School.<br>San Marcos school district teachers work with Boys and Girls Club staff to provide academic assistance to students each day in addition to the positive recreation and prevention activities provided by the Boys and Girls Club.  The program runs each school day after school until 6:00 PM at all three campuses. </p> </div></td> </tr> </table>";
	contentsArray[20] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Gear-Up<br>The Palomar College </strong></p> <p>GEAR UP partnership program is a federally funded program through the United States Department of Education and under the No Child Left Behind Act of 2001.  GEAR UP includes school, college, university, community, and commerce partners so that resources can be leveraged and programs can be more effective.  GEAR UP, funded from 2005 through 2012, serves the 2005-06 6th and 7th graders at San Marcos Middle School.  The GEAR UP grant will focus on these two classes and will support these students through high school graduation, the Class of 2011 and the Class of 2012.</p> <p>GEAR UP provides services, programs, activities, and events for the students in the two cohorts, their parents/families, teachers, and SMMS/SMUSD administration.  The purpose of GEAR UP is to increase the students' academic achievements, test scores, and grade level competencies, so that they are prepared to take more rigorous coursework in high school and be academically prepared for college.  GEAR UP will increase the number of students who graduate from Mission Hills High School and San Marcos High School and who will apply and enroll in college or any post-secondary education.</p> <p>For more information about the Palomar College GEAR UP partnership program, check out our website or contact:<br>Calvin One Deer Gavin, Director San Marcos Middle School- Phone: (760) 290-2521 Email: <a href=\"mailto:onedeer@palomar.edu\">onedeer@palomar.edu</a> or at their website: <a href=\"http://www.palomar.edu/gearup\">www.palomar.edu/gearup</a> </p> </div></td> </tr> </table>";
	contentsArray[21] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>School and Library Improvement Block Grant</strong></p> <p>This is a new state block grant designed to help districts fund school improvement programs including the expansion of school library materials.<br>Funds are allocated to school sites by the district and the School Site Council at each school is responsible for determining the budget for the allocated funds.  Funds are focused on school improvement expenditures outlined in each school’s annual Single Plan for Student Achievement.</p> </div></td> </tr> </table>";
	contentsArray[22] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Telecommunications Grant (California Partnership Academy)</strong></p> <p>The California Partnership Academies represent the high school reform movement that is focused on smaller learning communities.  Academy components include academics with a career focus, a team of teachers, and active business involvement.<br>Our Telecommunications Grant sponsors our multimedia program at San Marcos High School.  Students in this academy complete courses in Multimedia Production and TV News Production. </p> </div></td> </tr> </table>";
	contentsArray[23] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title I, Part A (Helping Disadvantaged Children) </strong></p> <p>The purpose of this federal grant is to improve basic programs operated by local education agencies at high poverty schools.  Title I funds support additional resources that provide high-quality opportunities for students in high-poverty schools to meet the same challenging state content and performance standards already developed for all children.<br>We currently have eight schools that receive Title I funding:  Alvin Dunn Elementary, San Marcos Elementary, Paloma Elementary, Richland Elementary, Know Hill Elementary, Twin Oaks Elementary, San Marcos Middle and Woodland Park Middle. </p> </div></td> </tr> </table>";
	contentsArray[24] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>TITLE II, Part D (Technology) </strong></p> <p>This federal grant provides funding through an application process for formula-funded grants for education technology.  The formula is based upon the percentage of Title I funds received.<br>San Marcos currently utilizes these funds to purchase Edusoft, a technology program that allows teachers to create student assessments aligned to state content standards and track student progress based on these assessments.  Teachers are also able to track student performance on state tests and district assessments.  Teachers use this student performance data to design instruction to meet the academic needs of their students. </p> </div></td> </tr> </table>";
	contentsArray[25] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title II, Part A (Preparing, Training, and Recruiting High Quality Teachers and Principals) </strong></p> <p>This federal program provides grants to local educational agencies to increase student academic achievement by improving teacher and principal quality, and increasing the number of highly qualified teachers and principals in the schools. </p> </div></td> </tr> </table>";
	contentsArray[26] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title V, Part A (Innovative Programs) </strong></p> <p>This federal program is designed to support local education programs that are consistent with statewide education reform efforts and to provide for innovation and educational improvement; to meet the needs of all students including special needs of at-risk students. </p> </div></td> </tr> </table>";
	contentsArray[27] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Regional Occupational Program (ROP)</strong></p> <p>The Regional Occupational Program offers tuition-free career and technical training to the residents of San Diego County.  The courses are designed to provide students with entry-level skills for employment and to improve existing skills.  The following courses are offered to high school students and adults in San Marcos:</p> <ul> <li> Cabinetmaking</li> <li>Computer Applications</li> <li>Criminal Justice</li> <li>Culinary Arts</li> <li>Drafting</li> <li>Fire Technology</li> <li>Floriculture</li> <li>Healthcare Career Essentials</li> <li>Machine Tool Technology</li> <li>Multimedia Productions</li> <li>Retail Marketing</li> <li>TV/Video Communications</li> <li>Virtual Enterprise</li> </ul> <p>San Diego County ROP web site: <a href=\"http://www.sdcoe.net/rop\">http://www.sdcoe.net/rop</a></p> </div></td> </tr> </table>";
	contentsArray[28] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Vocational and Applied Technology Education Act (VATEA) - Perkins 131 </strong></p> <p>Vocational and Applied Technology Education Act:  Authorizes Federal assistance to secondary, post-secondary, and adult vocational education programs.<br>This funding supports several of our vocational education programs:  woodworking, computer assisted drafting, agriculture, child development, business and computer applications, multimedia, and retail marketing. </p> </div></td> </tr> </table>";
	contentsArray[29] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Vocational and Applied Technology Education Act (VATEA)  - Perkins 132 </strong></p> <p>Vocational and Applied Technology Education Act:  Authorizes Federal assistance to secondary, post-secondary, and adult vocational education programs. </p> </div></td> </tr> </table>";
	contentsArray[30] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>10th Grade Counseling </strong></p> <p>This state program was established to ensure that each pupil, upon reaching the age of 16 or prior to the end of the 10th grade, whichever occurs first, has received a systematic review of his or her academic progress and counseling regarding the educational options available to the pupil during the final two years of high school.<br>This service is provided at all of our high schools. </p> </div></td> </tr> </table>";
	contentsArray[31] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title IV, Part A (Safe and Drug-Free Schools & Communities (SDFS&C))</strong></p> <p>This federal program provides funding to create learning environments that are free of violence and drugs. </p> </div></td> </tr> </table>";
	contentsArray[32] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Tobacco Use Prevention Education (TUPE) </strong></p> <p>The Tobacco-Use Prevention Education (TUPE) Program provides funding for tobacco-specific student instruction, reinforcement activities, special events, and cessation programs for students.</p> <p>(These programs are managed by Charles Fitzgerald and the Language Assessment Center) </p> </div></td> </tr> </table>";
	contentsArray[33] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title III, Limited English Proficient Students</strong></p> <p> This federal program provides funding for supplementary programs and services for Limited English Proficient (LEP) students. </p> </div></td> </tr> </table>";
	contentsArray[34] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Title III, Immigrant Education Program</strong></p> <p>This federal program provides funding to pay for enhanced instruction opportunities to Immigrant students and their families.    </p> </div></td> </tr> </table>";
	contentsArray[35] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Community Based English Tutoring Program  (CBET)</strong></p> <p>The purpose of this state grant is to provide free or subsidized adult English language instruction to parents or other community members who pledge to provide English language tutoring to California school children with limited English proficiency.<br>We currently provide evening ESL classes for parents at Twin Oaks High School,  San Marcos Middle School, and Mission Hills High School<br>For more information contact Rosa Buelna at <a href=\"mailto:rosa.buelna@smusd.org\">rosa.buelna@smusd.org</a></p> </div></td> </tr> </table>";
	contentsArray[36] = "<table width=\"365\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\"> <tr> <td width=\"365\" align=\"left\" valign=\"top\" scope=\"col\"><div title=\"programDescriptions\" align=\"left\"> <p><strong>Limited English Proficient Program (EIA/LEP) </strong></p> <p>This program provides services to limited-English-proficient students from the time their home language surveys are prepared until these students are re-designated fluent-English proficient.  It is the intent of this program to place these students in mainstream English programs as quickly, efficiently and effectively as possible.</p> <p>English Language Acquisition Program (ELAP)<br>English Language Acquisition Program (ELAP) funds improve the English proficiency of California students and prepare them to meet the state content standards. Funds may be used to supplement activities such as regular school programs, newcomer centers, tutorial services, mentors, purchase of special materials, or other related program services.</p> </div></td> </tr> </table>";

	var contents = contentsArray[divNumber];
	//alert(contents);
	return contents;
}



