var textForCrumbItemJaJp = new Array() 
// Replaced the env variable in each of the URL 

textForCrumbItemJaJp[0]  = "<a href='http://www.intel.co.jp/jp/index.htm'>ホーム</a>" 
textForCrumbItemJaJp[1]  = "<a href='http://www.intel.co.jp/jp/intel/index.htm'>インテルについて</a>" 
textForCrumbItemJaJp[2]  = "<a href='http://www.intel.co.jp/jp/education/'>インテル® 教育支援プログラム</a>"
textForCrumbItemJaJp[3]  = "<a href='http://www.intel.com/education/teach/index.htm'>Intel® Teach Program</a>"
textForCrumbItemJaJp[4]  = "<a href='http://www.intel.co.jp/jp/education/teach/index.htm'>教員研修</a>"
textForCrumbItemJaJp[5]  = "<a href='http://www.intel.co.jp/jp/education/teach/index.htm'>教員研修</a>"
textForCrumbItemJaJp[6]  = "<a href='http://www.intel.com/education/sections/section3/index.htm'>Science and Math</a>"
textForCrumbItemJaJp[8]  = "<a href='http://www.intel.comdefault.htm'>Reserved for new Top Level</a>"
textForCrumbItemJaJp[9]  = "<a href='http://www.intel.com/education/communityed/index.htm'>Community Education</a>"
textForCrumbItemJaJp[10] = "<a href='http://www.intel.com/education/icc/index.htm'>ICCN</a>"
textForCrumbItemJaJp[11] = "<a href='http://www.intel.com/education/learn/index.htm'>Intel® Learn</a>"
textForCrumbItemJaJp[12] = "<a href='http://www.intel.com/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
textForCrumbItemJaJp[13] = "<a href='http://www.intel.com/education/isef/index.htm'>ISEF</a>"
textForCrumbItemJaJp[14] = "<a href='http://www.intel.com/education/sts/index.htm'>STS</a>"
textForCrumbItemJaJp[15] = "<a href='http://www.intel.com/education/tools/index.htm'>K-12 Teaching Tools</a>"

<!-- *** Footprint *** -->
document.write("<table border='0' cellspacing='0' cellpadding='0' width='568' ID='Table15'>");
document.write("<tr><td width='568' 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(""+textForCrumbItemJaJp[0]+""+"&nbsp;&rsaquo;&nbsp;"); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+textForCrumbItemJaJp[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+textForCrumbItemJaJp[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(textForCrumbItemJaJp[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

document.write("</td></tr></table>");

								
