var textForCrumbItemZhTw = new Array() 
// Replaced the env variable in each of the URL 

textForCrumbItemZhTw[0]  = ""
textForCrumbItemZhTw[1]  = "<a href='http://www.intel.com/index.htm#/zh_TW_01'>台灣主頁</a>" 
textForCrumbItemZhTw[2]  = "<a href='http://www.intel.com/cd/corporate/education/APAC/zht/282222.htm'>Intel 教育創見計畫在台灣</a>" 
textForCrumbItemZhTw[3]  = "<a href='http://www.intel.com/education/teach/index.htm'>Intel® Teach Program</a>"
textForCrumbItemZhTw[4]  = "<a href='http://www3.intel.com/cd/corporate/education/apac/zht/tools/340844.htm'>K-12 教學工具</a>"
textForCrumbItemZhTw[5]  = "<a href='http://www3.intel.com/cd/corporate/education/apac/zht/resources/396339.htm'>K–12 教學資源</a>"
textForCrumbItemZhTw[6]  = "<a href='http://www.intel.com/education/sections/section3/index.htm'>Science and Math</a>"
textForCrumbItemZhTw[8]  = "<a href='http://www.intel.comdefault.htm'>Reserved for new Top Level</a>"
textForCrumbItemZhTw[9]  = "<a href='http://www.intel.com/education/communityed/index.htm'>Community Education</a>"
textForCrumbItemZhTw[10] = "<a href='http://www.intel.com/education/icc/index.htm'>ICCN</a>"
textForCrumbItemZhTw[11] = "<a href='http://www.intel.com/education/learn/index.htm'>Intel® Learn</a>"
textForCrumbItemZhTw[12] = "<a href='http://www.intel.com/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
textForCrumbItemZhTw[13] = "<a href='http://www.intel.com/education/isef/index.htm'>ISEF</a>"
textForCrumbItemZhTw[14] = "<a href='http://www.intel.com/education/sts/index.htm'>STS</a>"
textForCrumbItemZhTw[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='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(""+textForCrumbItemZhTw[0]+""+""); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+textForCrumbItemZhTw[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+textForCrumbItemZhTw[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(textForCrumbItemZhTw[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

document.write("</td></tr></table>");

								
