var textForCrumbItemMsMy = new Array() 
textForCrumbItemMsMy[0] = "<a href='http://www.intel.com/cd/corporate/home/apac/eng/365644.htm'>Home</a>" 
textForCrumbItemMsMy[1] = "<a href='http://www.intel.com/cd/corporate/education/APAC/ENG/239090.htm'>Intel&#174; Education Initiative</a>" 
textForCrumbItemMsMy[2] = "<a href='http://www.intel.com/cd/corporate/education/APAC/ENG/my/265467.htm'>Intel&#174; Education Initiative, Malaysia </a>"
textForCrumbItemMsMy[3] = "<a href='/education/teach/index.htm'>Intel® Teach Program</a>"
textForCrumbItemMsMy[4] = "<a href='http://www3.intel.com/cd/corporate/education/apac/eng/my/tools/386737.htm'>K-12 Teaching Tools</a>"
textForCrumbItemMsMy[5] = "<a href='http://www3.intel.com/cd/corporate/education/apac/eng/my/resources/386738.htm'>K-12 Teaching Resources</a>"
textForCrumbItemMsMy[6] = "<a href='/education/sections/section3/index.htm'>Science and Math</a>"
textForCrumbItemMsMy[8] = "<a href='default.htm'>Reserved for new Top Level</a>"
textForCrumbItemMsMy[9] = "<a href='/education/communityed/index.htm'>Community Education</a>"
textForCrumbItemMsMy[10] = "<a href='/education/icc/index.htm'>ICCN</a>"
textForCrumbItemMsMy[11] = "<a href='/education/learn/index.htm'>Intel® Learn</a>"
textForCrumbItemMsMy[12] = "<a href='/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
textForCrumbItemMsMy[13] = "<a href='/education/isef/index.htm'>ISEF</a>"
textForCrumbItemMsMy[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 ** -->

document.write(""+textForCrumbItemMsMy[0]+""+"&nbsp;&rsaquo;&nbsp;"); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+textForCrumbItemMsMy[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+textForCrumbItemMsMy[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(textForCrumbItemMsMy[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

document.write("</td></tr></table>");

								
