var text = new Array() 
text[0] = "<a href='http://www.intel.com/'>Inicio</a>" 
text[1] = "<a href='http://www.intel.com/espanol/intel/index.htm'>Acerca de Intel</a>" 
text[2] = "<a href='http://www.intel.com/education/la/es/index.htm'>Iniciativa Intel&#174; Educación</a>"
text[3] = "<a href='/education/teach/index.htm'>Intel® Teach Program</a>"
text[4] = "<a href='http://www.intel.com/education/la/es/tools/index.htm'>Herramientas y recursos</a>"
text[5] = "<a href='http://www.intel.com/education/la/es/tools/index.htm'>Herramientas y recursos</a>"
text[6] = "<a href='/education/sections/section3/index.htm'>Science and Math</a>"
text[8] = "<a href='default.htm'>Reserved for new Top Level</a>"
text[9] = "<a href='/education/communityed/index.htm'>Community Education</a>"
text[10] = "<a href='/education/icc/index.htm'>ICCN</a>"
text[11] = "<a href='/education/learn/index.htm'>Intel® Learn</a>"
text[12] = "<a href='/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
text[13] = "<a href='/education/isef/index.htm'>ISEF</a>"
text[14] = "<a href='/education/sts/index.htm'>STS</a>"


<!-- *** Footprint *** -->
document.write("<table border='0' cellspacing='0' cellpadding='0' width='760' ID='Table15'>");
document.write("<tr><td width='760' class='crumb'>");
<!-- ** FP Items ** -->

// Added By Kilambi਍ഀ

/*if (toolType == 'SR' || toolType == 'VR' || toolType == 'SE')
    var crouton = new Array("1","2","4","15"); 
else
   var  crouton= new Array("1","2","5","15"); 
*/

document.write(""+text[0]+""+"&nbsp;&rsaquo;&nbsp;"); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+text[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+text[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(text[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

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

								

