<!-- hide JavaScript from non-JavaScript browsers
var agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_minor = parseFloat(navigator.appVersion);
var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) && (agt.indexOf('webtv')==-1));
var is_nav2 = (is_nav && (is_major == 2));
var is_nav3 = (is_nav && (is_major == 3));
var is_badnav4 = (is_nav && (parseFloat(navigator.appVersion) == 4.02));
var is_oldnav4 = (is_nav && (parseFloat(navigator.appVersion) < 4.06));
var is_nav4 = (is_nav && (is_major == 4));
var is_nav4up = (is_nav && (is_major >= 4));
var is_nav6 = (is_nav && (is_major == 5));
var is_nav6up = (is_nav && (is_major >= 5));
var is_ie   = (agt.indexOf("msie") != -1);
var is_ie3  = (is_ie && (is_major < 4));
var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")==-1));
var is_ie4up  = (is_ie  && (is_major >= 4));
var is_ie5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1));
var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);
var is_aol   = (agt.indexOf("aol") != -1);
var is_aol3  = (is_aol && is_ie3);
var is_aol4  = (is_aol && is_ie4);
var is_aol5up  = (is_aol && is_ie5up);
var is_opera = (agt.indexOf("opera") != -1);
var is_opera4 = (is_opera && (is_major == 4));
var is_opera5 = (is_opera && (is_major == 5));
var is_opera5up = (is_opera && (is_major >= 5));
var is_webtv = (agt.indexOf("webtv") != -1);
var is_domcom = ((is_nav6up)||(is_ie5up)||(is_opera5up))
var is_mac    = (agt.indexOf("mac")!=-1);
var is_mac68k = (is_mac && ((agt.indexOf("68k")!=-1) || (agt.indexOf("68000")!=-1)));
var is_macppc = (is_mac && ((agt.indexOf("ppc")!=-1) || (agt.indexOf("powerpc")!=-1)));
var dhtmlnav=0;
var dhtmlBrowser=0;
if ((is_nav4up)||(is_ie4up)) dhtmlBrowser=1;

var table_template_front_array1 = new Array();
var table_template_front_array2 = new Array();
var table_template_end_array = new Array();
var row_template_front_array = new Array();
var parent_layer_array = new Array();
var child_layer_array = new Array();
var last_button_name = "";
var last_parent_layer = "";
var last_child_layer = "";
var last_image_name = "";
var image_pointer = "";
var TimerID = "";
var TimerIDLink = "";
var table_width = 185; // Changes the width of all menu tables. Set to widest menu.
var IsLink = "NO";
var PrevLayer = "NO";
var WaitLink = 0;
var LinkLayer = "";
var TimeLinkOut = 800;
var TimeLayerOut = 800;

if (document.images) {
    var arrow = new Image();
    var blank = new Image();
//    arrow.src = "dscript113/arrow.gif";
//    blank.src = "dscript113/blank.gif";
/*
    var I1on = new Image(); 
    I1on.src = "dscript113/learning_on.gif";
    var I1off = new Image();
    I1off.src = "dscript113/learning_off.gif";
 
    var I2on = new Image(); 
    I2on.src = "dscript113/professional_on.gif";
    var I2off = new Image();
    I2off.src = "dscript113/professional_off.gif";
    var I3on = new Image(); 
    I3on.src = "dscript113/science_on.gif";
    var I3off = new Image();
    I3off.src = "dscript113/science_off.gif";
    var I4on = new Image(); 
    I4on.src = "dscript113/learningany_on.gif";
    var I4off = new Image();
    I4off.src = "dscript113/learningany_off.gif";
    var I5on = new Image(); 
    I5on.src = "dscript113/learningabout_on.gif";
    var I5off = new Image();
    I5off.src = "dscript113/learningabout_off.gif";
    
    var I6on = new Image(); 
    I6on.src = "dscript113/intelglobal_on.gif";
    var I6off = new Image();
    I6off.src = "dscript113/intelglobal_off.gif";
    var I7on = new Image(); 
    I7on.src = "dscript113/sitesupport_on.gif";
    var I7off = new Image();
    I7off.src = "dscript113/sitesupport_off.gif";
 */
 
 
    var I1on = new Image(); 
    I1on.src = "/education/sections/pix/learning_on.gif";
    var I1off = new Image();
    I1off.src = "/education/sections/pix/learning_off.gif";
 
    var I2on = new Image(); 
    I2on.src = "/education/sections/pix/professional_on.gif";
    var I2off = new Image();
    I2off.src = "/education/sections/pix/professional_off.gif";
    var I3on = new Image(); 
    I3on.src = "/education/sections/pix/science_on.gif";
    var I3off = new Image();
    I3off.src = "/education/sections/pix/science_off.gif";
    var I4on = new Image(); 
    I4on.src = "/education/sections/pix/learningany_on.gif";
    var I4off = new Image();
    I4off.src = "/education/sections/pix/learningany_off.gif";
    var I5on = new Image(); 
    I5on.src = "/education/sections/pix/learningabout_on.gif";
    var I5off = new Image();
    I5off.src = "/education/sections/pix/learningabout_off.gif";
    
    var I6on = new Image(); 
    I6on.src = "/education/sections/pix/intelglobal_on.gif";
    var I6off = new Image();
    I6off.src = "/education/sections/pix/intelglobal_off.gif";
    var I7on = new Image(); 
    I7on.src = "/education/sections/pix/sitesupport_on.gif";
    var I7off = new Image();
    I7off.src = "/education/sections/pix/sitesupport_off.gif"; 
    var I8on = new Image(); 
    I8on.src = "/education/sections/pix/thinking_on.gif";
    var I8off = new Image();
    I8off.src = "/education/sections/pix/thinking_off.gif"; 
}

function changeImages() {
//var valuehere
  if (document.images) {
  
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
//      valuehere = document[changeImages.arguments[i]].src
//alert(valuehere)
      //alert(document[changeImages.arguments[i]].src)
    }
  }
}

function Layer(name, visibility, zindex, table_template, left, top) {
    this.name = name;
    this.left = left;
    this.top = top;
    this.width = table_width;
    this.visibility = visibility;
    this.zindex = zindex;
    this.table_template = table_template;
    this.ar = ar;
    this.fl = fl;

    if (this.table_template == 1) {
        this.left = this.left + this.width - 7;
    }

    if ((is_domcom)||(is_ie4)) {  
      if (is_mac) { //changed the navigator.appVersion.indexOf("Macintosh") to is_mac
            this.top += 7;
            this.left += 2;
        }
        this.layer_content = '<div id="' + this.name + '" style="position: absolute; left: ' + this.left + '; top: ' + this.top + '; width: ' + this.width + '; visibility: ' + (this.visibility ? 'visible' : 'hidden') + '; z-index: ' + this.zindex + ';">';
    } else if (is_nav4) { 
        this.layer_content = '<layer name="' + this.name + '" left=' + this.left + ' top=' + this.top + ' width=' + this.width + ' visibility=' + (this.visibility ? '"show"' : '"hide"') + ' z-index=' + this.zindex + '>';
    }
	   this.layer_content += table_template_front_array1[this.table_template];
	   this.layer_content += name
	   this.layer_content += table_template_front_array2[this.table_template];
		if (this.table_template == 0) { 
			parent_layer_array[parent_layer_array.length] = this.name;
		} else {
		child_layer_array[child_layer_array.length] = this.name;
	    }
}

function ar(row_template, row_content) {  
    this.layer_content += row_template_front_array[row_template] + row_content + row_end;
}

function fl() {  
    this.layer_content += table_template_end_array[this.table_template];
    if ((is_domcom)||(is_ie4)) {
      this.layer_content += '</div>'; 
    } else if (is_nav4) {
        this.layer_content += '</layer>';
        ;
    } document.write(this.layer_content)
}

function define_table(tw) {
 /*
    table_template_front_array1[0] = '<table width="' + tw + '" cellspacing="0" cellpadding="0" border="0" onmouseover="TableOver(\'';
    table_template_front_array2[0] = '\');" onmouseout="TableOut();"><tr><td colspan="2" width="7"><img src="dscript113/corner_ul.gif" width=7 height=8 border="0"></td><td width="' + (tw-7) + '" background="dscript113/line_top.gif"><img src="dscript113/blank.gif" width=' + (tw-7) + ' height=1 border="0"></td><td colspan="2" width="7"><img src="dscript113/corner_ur.gif" width=7 height=8 border="0"></td></tr><tr><td width="1" background="dscript113/vert_line.gif"><img src="dscript113/vert_line.gif" width=1 height=1 border="0"></td><td width="6" bgcolor="FFFFCE"><img src="dscript113/blank.gif" width=6 height=1 border="0"></td><td width="' + (tw-7) + '" valign="top" bgcolor="FFFFCE"><table width="' + (tw-7) + '" cellspacing="0" cellpadding="1" border="0">';
    table_template_end_array[0] = '</table></td><td width="6" bgcolor="FFFFCE"><img src="dscript113/blank.gif" width=6 height=1 border="0"></td><td width="1" background="dscript113/vert_line.gif"><img src="dscript113/vert_line.gif" width=1 height=1 border="0"></td></tr><tr><td colspan="2" width="7"><img src="dscript113/corner_ll.gif" width=7 height=8 border="0"></td><td width="' + (tw-7) + '" background="dscript113/line_bot.gif"><img src="dscript113/blank.gif" width=' + (tw-7) + ' height=1 border="0"></td><td colspan="2" width="7"><img src="dscript113/corner_lr.gif" width=7 height=8 border="0"></td></tr></table>';

    table_template_front_array1[1] = '<table width="' + tw + '" cellspacing="0" cellpadding="0" border="0" onmouseover="TableOver(\'';
    table_template_front_array2[1] = '\');" onmouseout="TableOut();"><tr><td colspan="2" width="7"><img src="dscript113/corner_ul.gif" width=7 height=8 border="0"></td><td width="' + (tw-14) + '" background="dscript113/line_top.gif"><img src="dscript113/blank.gif" width=' + (tw-14) + ' height=1 border="0"></td><td colspan="2" width="7"><img src="dscript113/corner_ur.gif" width=7 height=8 border="0"></td></tr><tr><td width="1" background="dscript113/vert_line.gif"><img src="dscript113/vert_line.gif" width=1 height=1 border="0"></td><td width="6" bgcolor="FFFFCE"><img src="dscript113/blank.gif" width=6 height=1 border="0"></td><td width="' + (tw-14) + '" valign="top" bgcolor="FFFFCE"><table width="' + (tw-14) + '" cellspacing="0" cellpadding="1" border="0">';
    table_template_end_array[1] = '</table></td><td width="6" bgcolor="FFFFCE"><img src="dscript113/blank.gif" width=6 height=1 border="0"></td><td width="1" background="dscript113/vert_line.gif"><img src="dscript113/vert_line.gif" width=1 height=1 border="0"></td></tr><tr><td colspan="2" width="7"><img src="dscript113/corner_ll.gif" width=7 height=8 border="0"></td><td width="' + (tw-14) + '" background="dscript113/line_bot.gif"><img src="dscript113/blank.gif" width=' + (tw-14) + ' height=1 border="0"></td><td colspan="2" width="7"><img src="dscript113/corner_lr.gif" width=7 height=8 border="0"></td></tr></table>';

    row_template_front_array[0] = '<tr><td width=11 valign="top"><img src="dscript113/bullet.gif" width=11 height=11 border="0"></td><td width=' + (tw-25) + '>';
    row_template_front_array[1] = '<tr><td width=' + (tw-14) + ' COLSPAN="2"><font face="Verdana, sans-serif" size=1>';
    row_template_front_array[2] = '<tr><td width=' + (tw-14) + ' ALIGN="right" COLSPAN="2"><font face="Verdana, sans-serif" size=1>';
*/

////	table_template_front_array1[0] = '<table width="' + tw + '" cellspacing="0" bgcolor="#E6E6E6" cellpadding="0" border="0" onmouseover="TableOver(\'';
////    table_template_front_array2[0] = '\');" onmouseout="TableOut();"><tr><td colspan="2" width="7"></td><td><img src="/education/pix/spacer.gif" width="10" height=5 border="1"></td><td colspan="2" width="7"></td></tr><tr><td ></td><td width="6" bgcolor="#E6E6E6"><img src="/education/pix/spacer.gif" width=6 height=1 border="0"></td><td width="' + (tw-7) + '" valign="top" bgcolor="#E6E6E6"><table width="' + (tw-7) + '" cellspacing="0" cellpadding="1" border="0">';
////    table_template_end_array[0] = '</table></td><td width="6" ></td><td></td></tr><tr><td colspan="2" width="7"></td><td><img src="/education/pix/spacer.gif" width="17" height=10 border="0"></td><td colspan="2" width="7"></td></tr></table>';

	//table_template_front_array1[0] = '<table width="' + tw + '" cellspacing="0" bgcolor="#E6E6E6" cellpadding="0" border="0" onmouseover="TableOver(\'';
    //table_template_front_array2[0] = '\');" onmouseout="TableOut();"><tr><td ><b><img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="1"></b></td><td width="' + (tw-7) + '" valign="top" bgcolor="#E6E6E6"><table width="' + (tw-7) + '" cellspacing="0" cellpadding="0" border="0">';
    //table_template_end_array[0] = '</table></td><td width="6" ></td><td></td></tr><tr><td colspan="2" width="7"></td><td><img src="/education/pix/spacer.gif" width="17" height=10 border="0"></td><td colspan="2" width="7"></td></tr></table>';
    
    table_template_front_array1[0] = '<table width="' + tw + '" cellspacing="0" cellpadding="0" border="0" onmouseover="TableOver(\'';
    table_template_front_array2[0] = '\');" onmouseout="TableOut();"><tr><td colspan="2" width="7"><img src="/education/pix/sp0033gg.gif" width=7 height=1 border="0"></td><td  background="/education/pix/sp0033gg.gif"><img src="/education/pix/sp0033gg.gif"  height=1 border="0"></td><td colspan="2" width="7"><img src="/education/pix/sp0033gg.gif" width=7 height=1 border="0"></td></tr><tr><td width="1" background="/education/pix/sp0033gg.gif"><img src="/education/pix/sp0033gg.gif" width=1 height=1 border="0"></td><td width="6" bgcolor="#E6E6E6"><img src="/education/pix/spacer.gif" width=6 height=1 border="0"></td><td width="' + (tw-7) + '" valign="top" bgcolor="#E6E6E6"><table width="' + (tw-7) + '" cellspacing="0" cellpadding="1" border="0">';
	table_template_end_array[0] = '</table></td><td width="6" bgcolor="#E6E6E6"><img src="/education/pix/spacer.gif" width=6 height=1 border="0"></td><td width="1" background="/education/pix/sp0033gg.gif"><img src="/education/pix/sp0033gg.gif" width=1 height=1 border="0"></td></tr><tr><td colspan="2" width="7"><img src="/education/pix/sp0033gg.gif" width=7 height=1 border="0"></td><td width="' + (tw-7) + '" background="/education/pix/sp0033gg.gif"><img src="/education/pix/sp0033gg.gif" width=' + (tw-7) + ' height=1 border="0"></td><td colspan="2" width="7"><img src="/education/pix/sp0033gg.gif" width=7 height=1 border="0"></td></tr></table>';
    

    row_template_front_array[0] = '<tr><td width=11 valign="top"></td><td width=' + (tw-25) + '>';
    row_template_front_array[1] = '<tr><td width=' + (tw-14) + ' COLSPAN="2"><font face="Verdana, sans-serif" size=1>';
    row_template_front_array[2] = '<tr><td width=' + (tw-14) + ' ALIGN="right" COLSPAN="2"><font face="Verdana, sans-serif" size=1>';

    row_end = '</tr>';
}

define_table(table_width);

var l = new Layer("L1", 0, 4, 0, 187, 114);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/unitplans/" onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">Unit & Project Plans</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href='+sScriptPath+'odyssey/ onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">An Innovation Odyssey</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/projects/wildride/" onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">It\'\s a Wild Ride</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/handhelds/" onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">Learning With Handhelds</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="7"></td>');
/*
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="15"><a href="http://planmagic.com/feedback.html" onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">Feedback</a></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="15"><a href="http://planmagic.com/contact.html" onmouseout="LinkOut(\'L1\');" onmouseover="LinkOver(\'L1-0\');" class="gnav1">Contact details</a></td>');
*/
l.fl();

var l = new Layer("L2", 0, 4, 0, 187, 127);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href='+sScriptPath+'education/teach/ onmouseout="LinkOut(\'L2\');" onmouseover="LinkOver(\'L2-0\');" class="gnav1">Intel&#174; Teach to the Future</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/institutes/" onmouseout="LinkOut(\'L2\');" onmouseover="LinkOver(\'L2-0\');" class="gnav1">Intel Innovation in Education Institutes</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/math/" onmouseout="LinkOut(\'L2\');" onmouseover="LinkOver(\'L2-0\');" class="gnav1">Improving Algebra Teaching with TIMSS</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="7"></td>');
l.fl();

var l = new Layer("L2-1", 0, 5, 1, 137, 167);
/*
l.ar(1, '<b><font class=MenuHead1>Business planning</b></font>');
l.ar(0, '<a href="http://planmagic.com/business_planning.html" onmouseover="TableOver(\'L2-1\');" class="MenuLink"><font face=Verdana, sans-serif>Features</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/tourbiz/tourbiz.htm" onmouseover="TableOver(\'L2-1\');" class="MenuLink"><font face=Verdana, sans-serif>Online demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L2-1\');" class="MenuLink"><font face=Verdana, sans-serif>Download demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/register.html" onmouseover="TableOver(\'L2-1\');" class="MenuLink"><font face=Verdana, sans-serif>How to order</font></a></td>');
*/
l.fl();

var l = new Layer("L2-2", 0, 5, 1, 137, 182);
/*
l.ar(1, '<b><font class=MenuHead1>Marketing planning</b></font>');
l.ar(0, '<a href="http://planmagic.com/marketing_planning.html" onmouseover="TableOver(\'L2-2\');" class="MenuLink"><font face=Verdana, sans-serif>Features</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/tourmar/tourmar.htm" onmouseover="TableOver(\'L2-2\');" class="MenuLink"><font face=Verdana, sans-serif>Online demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L2-2\');" class="MenuLink"><font face=Verdana, sans-serif>Download demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/register.html" onmouseover="TableOver(\'L2-2\');" class="MenuLink"><font face=Verdana, sans-serif>How to order</font></a></td>');
*/
l.fl();

var l = new Layer("L2-3", 0, 5, 1, 137, 198);
/*
l.ar(1, '<b><font class=MenuHead1>Financial planning</b></font>');
l.ar(0, '<a href="http://planmagic.com/financial_planning.html" onmouseover="TableOver(\'L2-3\');" class="MenuLink"><font face=Verdana, sans-serif>Features</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L2-3\');" class="MenuLink"><font face=Verdana, sans-serif>Download demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/register.html" onmouseover="TableOver(\'L2-3\');" class="MenuLink"><font face=Verdana, sans-serif>How to order</font></a></td>');
*/
l.fl();

var l = new Layer("L2-4", 0, 5, 1, 137, 213);
/*
l.ar(1, '<b><font class=MenuHead1>Web marketing planning</b></font>');

l.ar(0, '<a href="http://planmagic.com/webquest.html" onmouseover="TableOver(\'L2-4\');" class="MenuLink"><font face=Verdana, sans-serif>Features</font></a></td>');
l.ar(0, '<a href="http://webquestpro.com" onmouseover="TableOver(\'L2-4\');" class="MenuLink"><font face=Verdana, sans-serif>Online demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L2-4\');" class="MenuLink"><font face=Verdana, sans-serif>Download demo</font></a></td>');
l.ar(0, '<a href="http://planmagic.com/register.html" onmouseover="TableOver(\'L2-4\');" class="MenuLink"><font face=Verdana, sans-serif>How to order</font></a></td>');
*/
l.fl();

var l = new Layer("L3", 0, 4, 0, 187, 160);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/isef/" onmouseout="LinkOut(\'L3\');" onmouseover="LinkOver(\'L3-0\');" class="gnav1">Intel International Science and Engineering Fair</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/sts/" onmouseout="LinkOut(\'L3\');" onmouseover="LinkOver(\'L3-0\');" class="gnav1">Intel Science Talent Search</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="7"></td>');
l.fl();
//l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L3\');" class="bodysmall"><font face=Verdana, sans-serif>Business planning</font></a></td>');
//l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L3\');" class="bodysmall"><font face=Verdana, sans-serif>Marketing planning</font></a></td>');
//l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L3\');" class="bodysmall"><font face=Verdana, sans-serif>Financial planning</font></a></td>');
//l.ar(0, '<a href="http://planmagic.com/download.html" onmouseover="TableOver(\'L3\');" class="bodysmall"><font face=Verdana, sans-serif>Web marketing planning</font></a></td>');



var l = new Layer("L4", 0, 4, 0, 187, 182);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/icc/" onmouseout="LinkOut(\'L4\');" onmouseover="LinkOver(\'L4-0\');" class="gnav1">Intel Computer Clubhouse</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/design/" onmouseout="LinkOut(\'L4\');" onmouseover="LinkOver(\'L4-0\');" class="gnav1">Design and Discovery</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="7"></td>');
l.fl();

var l = new Layer("L5", 0, 4, 0, 187, 199);
//l.ar(1, '<b><font></b></font>');

l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/emergingtech/" onmouseout="LinkOut(\'L5\');" onmouseover="LinkOver(\'L5-0\');" class="gnav1">Emerging Technologies</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<img SRC="" bgcolor="#E6E6E6" width="0" height="0" border="0"><a href="/education/journey/" onmouseout="LinkOut(\'L5\');" onmouseover="LinkOver(\'L5-0\');" class="gnav1">The Journey Inside</a><sup><font class="body">SM</font></sup></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="7"></td>');
l.fl();


var l = new Layer("L6", 0, 4, 0, 187, 212);
//l.ar(1, '<b><font></b></font>');

//l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="15"><a href="/education/projects/news/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">The Intel&#174; Innovator</a></td>');
//l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="15"><a href="/education/projects/global_tour/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">Global Tour of Intel in Education</a></td>');
//l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="15"><a href="/education/projects/contributions/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">Contributions</a></td>');

l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/projects/news/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">The Intel&#174; Innovator</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/projects/global_tour/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">Global Tour of Intel in Education</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/projects/contributions/" onmouseout="LinkOut(\'L6\');" onmouseover="LinkOver(\'L6-0\');" class="gnav1">Contributions</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="7"></td>');
l.fl();

var l = new Layer("L7", 0, 4, 0, 187, 194);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href="/education/site_support/contents.htm" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">Site Map</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/site_support/recommendations.htm" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">Site Recommendations</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="http://server.iad.liveperson.net/hc/s-77025620/cmd/kbresource/front_page!PAGETYPE?VisitorProfile=Education&category=2" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">FAQs</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="http://search.intel.com/education/search.asp?isoCode=en&Category=education&Category=tji&source=http%3A%2F%2Fsearch.intel.com%2Feducation%2Fsearch.asp&version=2.0&mh=200&SearchCrit=ALL&MimeType=ALL&q1=" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">Education Keyword Search</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/site_support/news_registration.htm" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">Subscribe to Newsletter</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/site_support/aboutus.htm" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">About Us</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/site_support/contactus.htm" onmouseout="LinkOut(\'L7\');" onmouseover="LinkOver(\'L7-0\');" class="gnav1">Contact Education</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="7"></td>');

l.fl();

var l = new Layer("L8", 0, 4, 0, 187, 124);
//l.ar(1, '<b><font></b></font>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="5">');
l.ar(0, '<layer><a href='+sScriptPath+'discover/WebTools/VisualRanking/VR_Landing/default.aspx onmouseout="LinkOut(\'L8\');" onmouseover="LinkOver(\'L8-0\');" class="gnav1">Visual Ranking</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href='+sScriptPath+'scripts-seeingreason/ onmouseout="LinkOut(\'L8\');" onmouseover="LinkOver(\'L8-0\');" class="gnav1">Seeing Reason</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="0" height="3" border="0">');
l.ar(0, '<layer><a href="/education/tools/benefits.htm" onmouseout="LinkOut(\'L8\');" onmouseover="LinkOver(\'L8-0\');" class="gnav1">Benefits of Thinking Tools</a></layer></td>');
l.ar(0, '<img SRC="/education/pix/spacer.gif" bgcolor="#E6E6E6" width="2" height="7"></td>');
l.fl();

var numOfMenus = 1; // Number of the Main menus
var numOfImages = 8; // Number of rollover button images


layersList = new Array("L1","L2","L2-1","L2-2","L2-3","L2-4","L3","L4","L5","L6","L7","L8");


var layerCount = 12; // Total number of the Main and the Sub menus

//--> end hide JavaScript
