var text = new Array()
text[0] = "<a href='http://www.intel.com/index.htm'>Home</a>"
text[1] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/index.htm')\">Education Home</a>"
text[2] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/competitions/')\">Competitions</a>"
text[3] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/teach/index.htm')\">Intel&reg; Teach Program</a>"
text[4] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/tools/index.htm')\">K&ndash;12 Tools</a>"
text[5] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/resources/index.htm')\">K&ndash;12 Resources</a>"
text[6] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/sts')\">Intel STS</a>"
text[7] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/isef')\">Intel ISEF</a>"
text[8] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/highered/')\">Higher Education</a>"
text[9] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/communityed/index.htm')\">Community Education</a>"
text[10] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/icc/index.htm')\">ICCN</a>"
text[11] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/learn/index.htm')\">Intel&reg; Learn</a>"
text[12] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/EvidenceOfImpact/index.htm?iid=teach+impact')\">Evidence of Impact</a>"
text[13] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/isef/index.htm')\">ISEF</a>"
text[14] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/sts/index.htm')\">STS</a>"
text[15] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/teach/us/index.htm')\">Intel&reg; Teach Program U.S.</a>"
text[16] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/highered/index.htm')\">Higher Education</a>"
text[17] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/highered/entrepreneur/index.htm?iid=highered+entrepreneur')\">Entrepreneurship</a>"
text[18] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/schoolsofdistinction/')\">Intel Schools of Distinction</a>"
text[19] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/communityed/')\">Education Beyond Classrooms</a>"
text[20] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/site_support/contactus.htm')\">Contact Education</a>"
text[21] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/tools/index.htm')\">Teaching Tools</a>"
text[24] = "<a href=\"javascript:window.location.href = (sScriptPath + 'education/K12/index.htm')\">K&ndash;12 Education</a>"
text[26] = "Intel STS"
text[27] = "Intel ISEF"
text[28] = "Higher Education"
text[30] = "ICCN"
text[33] = "Intel&reg; Teach Program"
text[34] = "Teaching Tools"
text[38] = "Intel Schools of Distinction"
text[39] = "Portfolio"
text[40] = "Stories of Impact"
text[41] = "Teacher Impact"
text[42] = "Student Impact"
text[43] = "Solutions for Leader"
text[44] = "Solutions Index"
text[45] = "Research in Context"
text[46] = "Reports"
text[47] = "Case Studies and White Papers"
text[48] = "References"
text[49] = "Intel&reg; Teach Program US"
text[50] = "Get Involved"
text[51] = "Student Profiles"
text[52] = "Event Summary"
text[53] = "Winners"
text[54] = "Getting Started"
text[55] = "Alumni Stories"
text[56] = "Winners"
text[57] = "Event Summary"
text[58] = "Online Application"
text[59] = "Winners and Finalists"
text[60] = "Star Innovator"
text[61] = "Sponsors"
text[63] = "Technology Curriculum"
text[64] = "Research With Universities"
text[65] = "Student Support Programs"
text[66] = "Entrepreneurship"
text[67] = "Curriculum"
text[68] = "IBTEC"
text[69] = "Resources"
text[70] = "Intel&reg; Learn Program"
text[71] = "Contact Education"

<!-- Style for breadcrumbs can be found in scripts\Education\js\left_nav\leftnav_dynamic_new.inc -->
document.write("<div style='width:100%;'>");

document.write('<ul id="crumb">');
document.write('<li>');
document.write(text[0]);
document.write('<span class="crumb-caret">&rsaquo;</span></li>');
for (i = 0; i < crouton.length; i++){ 
    document.write('<li>');
    document.write(text[crouton[i]]);
    if (i < crouton.length - 1) { 
        document.write('<span class="crumb-caret">&rsaquo;</span></li>');
    }
    else{
        document.write('</li>');
    }
}
document.write('</ul>');
document.write('<div style="clear:both;"></div>')
document.write("</div>");

