﻿var textForCrumbItemArEg = new Array() 
// Replaced the env variable in each of the URL 

textForCrumbItemArEg[0]  = "<a href=''></a>" 
textForCrumbItemArEg[1]  = "<a href='http://www.intel.com/cd/corporate/middleeast/emea/ara/364108.htm'>الصفحة الرئيسة</a>" 
textForCrumbItemArEg[2]  = "<a href='http://www.intel.com/cd/corporate/education/EMEA/ARA/213634.htm'>مبادرة إنتل® التربوية</a>"
textForCrumbItemArEg[3]  = "<a href='http://www.intel.com/education/teach/index.htm'>Intel® Teach Program</a>"
textForCrumbItemArEg[4]  = "<a href='http://www.intel.com/cd/corporate/education/EMEA/ARA/egypt/index.htm'>مبادرة إنتل® التربوية، مصر</a>"
textForCrumbItemArEg[5]  = "<a href='http://www.intel.com/cd/corporate/education/EMEA/ARA/egypt/index.htm'>مبادرة إنتل® التربوية، مصر</a>"
textForCrumbItemArEg[6]  = "<a href='http://www.intel.com/education/sections/section3/index.htm'>Science and Math</a>"
textForCrumbItemArEg[8]  = "<a href='http://www.intel.comdefault.htm'>Reserved for new Top Level</a>"
textForCrumbItemArEg[9]  = "<a href='http://www.intel.com/education/communityed/index.htm'>Community Education</a>"
textForCrumbItemArEg[10] = "<a href='http://www.intel.com/education/icc/index.htm'>ICCN</a>"
textForCrumbItemArEg[11] = "<a href='http://www.intel.com/education/learn/index.htm'>Intel® Learn</a>"
textForCrumbItemArEg[12] = "<a href='http://www.intel.com/education/EvidenceOfImpact/StudentImpact.htm'>Evidence of Impact</a>"
textForCrumbItemArEg[13] = "<a href='http://www.intel.com/education/isef/index.htm'>ISEF</a>"
textForCrumbItemArEg[14] = "<a href='http://www.intel.com/education/sts/index.htm'>STS</a>"
textForCrumbItemArEg[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(""+textForCrumbItemArEg[0]+""+""); 
for (i = 0; i < crouton.length; i++){ 
if (i < crouton.length - 1) { 
	document.write(""+textForCrumbItemArEg[crouton[i]]+""+"&nbsp;&rsaquo;&nbsp;"); } 
else if (project.length > 0) {
     document.write(""+textForCrumbItemArEg[crouton[i]]+"&nbsp;&rsaquo;&nbsp;"); }
else
     document.write(textForCrumbItemArEg[crouton[i]]);
    
}
     
<!-- *** /Footprint *** -->
<!-- ** /FP Items ** -->
if(project.length > 0)
{
document.write("<a href='"+projectLink+"'>"+project+"</a>");
}

document.write("</td></tr></table>");

								
