var textForCrumbItemTrTr = new Array() 
// Replaced the env variable in each of the URL 

textForCrumbItemTrTr[0]  = "<a href=''></a>" 
textForCrumbItemTrTr[1]  = "<a href='http://www.intel.com/cd/corporate/europe/emea/tur/364103.htm'>Ana Sayfa</a>" 
textForCrumbItemTrTr[2]  = "<a href='http://www.intel.com/cd/corporate/education/emea/tur/index.htm'>Intel® Eğitim Programları</a>"
textForCrumbItemTrTr[3]  = "<a href='http://www.intel.com/education/teach/index.htm'>Intel® Teach Program</a>"
textForCrumbItemTrTr[4]  = "<a href='http://www.intel.com/cd/corporate/education/emea/tur/elem_sec/teach/342581.htm'>Intel Öğretmen Programı – Temel Kursu</a>"
textForCrumbItemTrTr[5]  = "<a href='http://www.intel.com/cd/corporate/education/emea/tur/elem_sec/teach/342581.htm'>Intel Öğretmen Programı – Temel Kursu</a>"
textForCrumbItemTrTr[6]  = "<a href='http://www.intel.com/education/sections/section3/index.htm'>Science and Math</a>"
textForCrumbItemTrTr[8]  = "<a href='http://www.intel.comdefault.htm'>Reserved for new Top Level</a>"
textForCrumbItemTrTr[9]  = "<a href='http://www.intel.com/education/communityed/index.htm'>Community Education</a>"
textForCrumbItemTrTr[10] = "<a href='http://www.intel.com/education/icc/index.htm'>ICCN</a>"
textForCrumbItemTrTr[11] = "<a href='http://www.intel.com/education/learn/index.htm'>Intel® Learn</a>"
textForCrumbItemTrTr[12] = "<a href='http://www.intel.com/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
textForCrumbItemTrTr[13] = "<a href='http://www.intel.com/education/isef/index.htm'>ISEF</a>"
textForCrumbItemTrTr[14] = "<a href='http://www.intel.com/education/sts/index.htm'>STS</a>"
textForCrumbItemTrTr[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(""+textForCrumbItemTrTr[0]+""+""); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+textForCrumbItemTrTr[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+textForCrumbItemTrTr[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(textForCrumbItemTrTr[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

document.write("</td></tr></table>");

								
