
var i = 0;

var j = 0;

var x = 0;

var y = 0;

var subs = Array("DX1Y0","DX1Y1","DX1Y2","DX1Y3");

var mls = Array("7","4","10","0","0","3","11","5","6");

var temp = 0;

var temp1 = "";
var temp2 = "";
var temp3 = "";

var timerTop = null;

var editing = false;

var actEdit = "";

var topedit = false;

var topTim = true;

var curMenu = -1;

var mn = "5";

var amn = "9";

var topTim = true;

var timer = null;

var TDevents = false;

if (document.layers) {
	window.onResize = reloadPage;
}

function reloadPage (e) {
	window.location = window.location;
}

//var curMenu = -1;

function show(num) {
	if(num == null) {
		debug("actually hiding");
		//setTopBack();
	} else {
		debug("showing (" + num + ")");
	}
	if(timer) clearTimeout(timer);
	if(!editing) {
		if(document.getElementById) {
			/*if(prevMenu != -1 && prevMenu != num && document.getElementById("Menu"+prevMenu).style.visibility != "hidden") {
									if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						setTimeout("document.getElementById('Menu"+prevMenu+"').style.visibility = 'hidden';", 1);
					} else {
						document.getElementById("Menu"+prevMenu).style.visibility = "hidden";					}
									}*/
			for (i=0; i<Math.floor(amn); i++)
			{
				if(document.getElementById("Menu"+i).style.visibility != "hidden" && num != i) {
										if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						setTimeout("document.getElementById('Menu"+i+"').style.visibility = 'hidden';", 1);
					} else {
						document.getElementById("Menu"+i).style.visibility = "hidden";					}
										}
			}
			if(num != null && document.getElementById("Menu"+num).style.visibility != "visible") {
				if(arguments.length == 1 && mls[num] > 0) {
				if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
					document.all["MenuTable"+num].style.filter = "progid:DXImageTransform.Microsoft.Pixelate(duration=.5) alpha(opacity=100);"
					document.all["MenuTable"+num].filters[0].Apply();
					document.all["MenuTable"+num].filters[0].Play();
				}
								if(!document.all || navigator.userAgent.indexOf("MSIE") == -1 || window.opera) {
											flyDir = 1; startFly(num); doFly(num); playEffectSound();									}
								}
									if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						if(arguments.length == 1 && mls[num] > 0) {
							setTimeout("document.getElementById('Menu"+num+"').style.visibility = 'visible'; playEffectSound();", 1);
						} else {
							setTimeout("document.getElementById('Menu"+num+"').style.visibility = 'visible';", 1);
						}
					} else {
												document.getElementById('Menu'+num).style.visibility = 'visible';
						if(arguments.length == 1 && mls[num] > 0) {
						playEffectSound();						}
											}
							}
		} else if(document.all) {
			/*if(prevMenu != -1 && prevMenu != num && document.all["Menu"+prevMenu].style.visibility != "hidden") {
									if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						setTimeout("document.all['Menu"+prevMenu+"'].style.visibility = 'hidden';", 1);
					} else {
						document.all["Menu"+prevMenu].style.visibility = "hidden";					}
									}*/
			for (i=0; i<Math.floor(amn); i++)
			{
				if(document.all["Menu"+i].style.visibility != "hidden" && num != i) {
										if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						setTimeout("document.all['Menu"+i+"'].style.visibility = 'hidden';", 1);
					} else {
						document.all["Menu"+i].style.visibility = "hidden";					}
										}
			}
			if(num != null && document.all["Menu"+num].style.visibility != "visible") {
				if(arguments.length == 1 && mls[num] > 0) {
				if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
					document.all["MenuTable"+num].style.filter = "progid:DXImageTransform.Microsoft.Pixelate(duration=.5) alpha(opacity=100);"
					document.all["MenuTable"+num].filters[0].Apply();
					document.all["MenuTable"+num].filters[0].Play();
				}
								if(!document.all || navigator.userAgent.indexOf("MSIE") == -1 || window.opera) {
											flyDir = 1; startFly(num); doFly(num);
									}
								}
									if(document.all && navigator.userAgent.indexOf("MSIE") != -1 && !window.opera) {
						if(arguments.length == 1 && mls[num] > 0) {
							setTimeout("document.all['Menu"+num+"'].style.visibility = 'visible'; playEffectSound();", 1);
						} else {
							setTimeout("document.all['Menu"+num+"'].style.visibility = 'visible';", 1);
						}
					} else {
												document.all['Menu'+num].style.visibility = 'visible';
						if(arguments.length == 1 && mls[num] > 0) {
						playEffectSound();						}
											}
							}
		} else if(document.layers) {
			/*if(prevMenu != -1 && prevMenu != num && document.layers["container"].document.layers["Menu"+prevMenu].visibility != "hidden") {
				document.layers["container"].document.layers["Menu"+prevMenu].visibility = "hidden";
			}*/
			for (i=0; i<Math.floor(amn); i++)
			{
				if(document.layers["container"].document.layers["Menu"+i].visibility != "hidden" && num != i) document.layers["container"].document.layers["Menu"+i].visibility = "hidden";
			}

			if(num != null && document.layers["container"].document.layers["Menu"+num].visibility != "visible") document.layers["container"].document.layers["Menu"+num].visibility = "visible";
		}
		if(num != null) curMenu = num; else curMenu = -1;
		if(num != null) prevMenu = num; else prevMenu = -1;
	}
}

var prevMenu = -1;

function hide() {
	debug("hiding");
	if(timer) {
		clearTimeout(timer);
	}
	if(!editing) {
		timer = setTimeout("show()", 500);
	}
}

var fade = 0;

var fly = 0;

var flyInc = 0;

var flyDir = 0;

var fadeTim = null;

var flyTim = null;


function startFly(num) {
	if(flyDir == 0 || flyDir == 2) {
		fly = ((25*(mls[num]))-(1*2)+(25*2));
	} else if(flyDir == 1) {
		fly = ((158)*((mls.length-2+num)*.5))
	} else if(flyDir == 3) {
		fly = ((158)*((mls.length-1-num)*.5))
	}
	flyInc = (fly + 1) / 3.5;
	if(flyDir == 0 || flyDir == 1) fly = 0-fly;
}

function doFly(num) {
	clearTimeout(flyTim);
	if(flyDir == 0) {
		if(fly < -1) {
			getId("MenuTable"+num).style.top = fly;
			fly = fly + flyInc;
			flyInc = flyInc - (flyInc / 5);
			flyTim = setTimeout("doFly("+num+");", 50);
		} else {
			getId("MenuTable"+num).style.top = -1;
		}
	} else if(flyDir == 1) {
		if(fly < 0) {
			getId("MenuTable"+num).style.left = fly;
			fly = fly + flyInc;
			flyInc = flyInc - (flyInc / 5);
			flyTim = setTimeout("doFly("+num+");", 50);
		} else {
			if(num < mn) {
				getId("MenuTable"+num).style.left = 0;
			} else {
				getId("MenuTable"+num).style.left = -1;
			}
		}
	} else if(flyDir == 2) {
		if(fly > -1) {
			getId("MenuTable"+num).style.top = fly;
			fly = fly - flyInc;
			flyInc = flyInc - (flyInc / 5);
			flyTim = setTimeout("doFly("+num+");", 50);
		} else {
			getId("MenuTable"+num).style.top = -1;
		}
	} else if(flyDir == 3) {
		if(fly > 0) {
			getId("MenuTable"+num).style.left = fly;
			fly = fly - flyInc;
			flyInc = flyInc - (flyInc / 5);
			flyTim = setTimeout("doFly("+num+");", 50);
		} else {
			if(num < mn) {
				getId("MenuTable"+num).style.left = 0;
			} else {
				getId("MenuTable"+num).style.left = -1;
			}
		}
	}
}


function doFade(num) {
	clearTimeout(fadeTim);
	//window.status += "doFade "+ (fade*100)+ " ";
	opacity = 1;
	//window.status = fade;
	if(opacity >= 1) opacity = .99999;
	if(fade < opacity) {
		if(document.all) {
			document.all["Menu"+num].style.visibility = "visible";
			document.all["MenuTable"+num].style.filter = "alpha(opacity="+(fade*100)+")";
			document.all["MenuTable"+num].style.opacity = fade;
			document.all["MenuTable"+num].style.MozOpacity = fade;
			document.all["MenuTable"+num].style.KHTMLOpacity = fade;
		} else if(document.getElementById) {
			document.getElementById("Menu"+num).style.visibility = "visible";
			document.getElementById("MenuDiv"+num).style.filter = "alpha(opacity="+(fade*100)+")";
			document.getElementById("MenuDiv"+num).style.opacity = fade;
			document.getElementById("MenuDiv"+num).style.MozOpacity = fade;
			document.getElementById("MenuDiv"+num).style.KHTMLOpacity = fade;
		}
		fade = fade + (opacity/5);
		fadeTim = setTimeout("doFade("+num+");", 50);
	} else {
		if(document.all) {
			document.all["Menu"+num].style.visibility = "visible";
			document.all["MenuTable"+num].style.filter = "alpha(opacity="+(opacity*100)+")";
			document.all["MenuTable"+num].style.opacity = opacity;
			document.all["MenuTable"+num].style.MozOpacity = opacity;
			document.all["MenuTable"+num].style.KHTMLOpacity = opacity;
		} else if(document.getElementById) {
			document.getElementById("Menu"+num).style.visibility = "visible";
			document.getElementById("MenuDiv"+num).style.filter = "alpha(opacity="+(opacity*100)+")";
			document.getElementById("MenuDiv"+num).style.opacity = opacity;
			document.getElementById("MenuDiv"+num).style.MozOpacity = opacity;
			document.getElementById("MenuDiv"+num).style.KHTMLOpacity = opacity;
		}
	}
}

function debug(msg) {
	//document.getElementById("debugarea").value += msg + "\n";
}

function getId(id) {
	if(document.getElementById) {
		return document.getElementById(id);
	} else if(document.all) {
		return document.all[id];
	}
}

function pickColor(dest, color) {
	//alert(" " + dest + " " + color)
	eval("document.options."+dest).value = color;
	hidePickers();
}

function playEffectSound() {
	if(!window.opera && (navigator.appName == 'Microsoft Internet Explorer' || document.getElementById("sndEffect").Play)) {
		document.getElementById("sndEffect").Play();
	} else {
		//alert("Slow!");
		document.getElementById("sndDiv").innerHTML = '';
		document.getElementById("sndDiv").innerHTML = '<embed src="http://www.philtulga.com/MenuEffect.mp3" hidden="true" loop="false" autostart="true" width="0" height="0"></embed>';
	}
}

function playClickSound() {
	if(!window.opera && (navigator.appName == 'Microsoft Internet Explorer' || document.getElementById("sndDown").Play)) {
		document.getElementById("sndDown").Play();
	} else {
		//alert("Slow!");
		document.getElementById("sndDiv").innerHTML = '';
		document.getElementById("sndDiv").innerHTML = '<embed src="" hidden="true" loop="false" autostart="true" width="0" height="0"></embed>';
	}
}

var q_len = 4;
var q_items = Array();
i = 0;
while(i < q_len) {
	q_items[i] = "";
	i++;
}


function addToQ(id) {
	i = 0;
	while(i < q_len) {
		if(q_items[i] != "") {
			getId(q_items[i]).style.backgroundImage = ""; getId(q_items[i]).bgColor = "#E8E6E6";
		}
		i++;
	}
	i = 0;
	while(i < q_len-1) {
		if(q_items[i+1] != "") {
			q_items[i] = q_items[i+1];
		}
		i++;
	}
	q_items[q_len-1] = id;
}

function clearQ() {
	i = 0;
	while(i < q_len) {
		if(q_items[i] != "") {
			getId(q_items[i]).style.backgroundImage = ""; getId(q_items[i]).bgColor = "#E8E6E6";
		}
		i++;
	}
}


var opacity = 1;


var webtv = false;
if(navigator.userAgent.indexOf("WebTV") != -1) {
	webtv = true;
}

var wtw = "";

document.write('<style>  /*body { font-size: 10pt; font-family: Verdana, Helvetica, Arial, sans-serif; }  td { font-size: 10pt; border: 0px; }*/  a.nav:link, a.nav:visited, a.nav:active 	{ color: #000000; text-decoration: none; font-style: normal; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif, sans-serif; font-size: 13px;} a.nav:hover 	{ color: #000000; text-decoration: underline; font-style: normal; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif, sans-serif; font-size: 13px;}  td.menuTD { font-size: 10pt; border: 1px solid #2061A3; /*text-align: left;*/ vertical-align: middle; white-space: nowrap; }  .menuLink { 	font-family: Arial, Helvetica, Verdana, sans-serif, sans-serif; font-size: 13px; color: #000000; }  </style>');

if(document.layers) {
	document.write('<layer position="relative" id="container">');
} else {
	document.write('<div style="position: relative;">');
}


if(document.layers) {
	/*wtw = '<layer onmouseout="hide();" position="absolute" visibility="hidden" style="';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	//wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu0">';
	document.write(wtw);*/
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu0">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw + '" id="Menu0">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"3\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top0M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M0opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top0M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M0opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top0M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M0opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top0M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M0opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top0M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M0opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>	<!--rowspan=\"7\"-->				<td align=\"left\">		<script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv0\" style=\"position: relative;\">'); }</script>		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" id=\"MenuTable0\" width=\"159\"><!--width=\"100%\"-->								<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y0' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Virtual&#160;Field&#160;Trips</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y1' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/Fractions.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Musical&#160;Fractions</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y2' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/Math.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Math&#160;and&#160;Music</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y3' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/ScienceSound.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Math,&#160;Science&#160;and&#160;Sound</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y4' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/reading.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Reading&#160;Fluency</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y5' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/Drumming%20Workshops.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">In-Class&#160;Field&#160;Trips&#160;<img src=\"http://www.philtulga.com/new1.gif\" border=\"0\"></a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX0Y6' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/pricing.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(0); }\">Pricing</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>										</table>		<script type=\"text/javascript\">if(!document.all) { document.write(\"</div>\"); }</script>		<td onmouseover=\"hide();\" width=\"632\" height=\"174\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"632\" height=\"174\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	/*wtw = '<layer onmouseout="hide();" position="absolute" visibility="hidden" style="';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	//wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu1">';
	document.write(wtw);*/
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu1">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw + '" id="Menu1">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"3\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top1M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M1opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top1M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M1opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top1M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M1opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top1M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M1opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top1M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M1opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>	<td onmouseover=\"hide();\" width=\"158\" height=\"99\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"99\"></td><!--rowspan=\"4\"-->				<td align=\"left\">		<script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv1\" style=\"position: relative;\">'); }</script>		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" id=\"MenuTable1\" width=\"159\"><!--width=\"100%\"-->								<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; addToQ(\"TDX1Y0\"); show(5);' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX1Y0' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"#\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Virtual&#160;Field&#160;Trips</a>				<font size=\"2\">&nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; addToQ(\"TDX1Y1\"); show(6);' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX1Y1' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math&#160;and&#160;Science&nbsp;Activities</a>				<font size=\"2\">&nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; addToQ(\"TDX1Y2\"); show(7);' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX1Y2' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Language&#160;Arts&nbsp;Activities</a>				<font size=\"2\">&nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; addToQ(\"TDX1Y3\"); show(8);' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX1Y3' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"/HomemadeMusic.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Homemade&#160;Instrument&nbsp;Projects</a>				<font size=\"2\">&nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>							</tr>										</table>		<script type=\"text/javascript\">if(!document.all) { document.write(\"</div>\"); }</script>		<td onmouseover=\"hide();\" width=\"474\" height=\"99\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"474\" height=\"99\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	/*wtw = '<layer onmouseout="hide();" position="absolute" visibility="hidden" style="';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	//wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu2">';
	document.write(wtw);*/
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu2">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw + '" id="Menu2">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"3\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top2M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M2opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top2M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M2opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top2M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M2opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top2M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M2opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top2M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M2opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>	<td onmouseover=\"hide();\" width=\"316\" height=\"249\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"249\"></td><!--rowspan=\"10\"-->				<td align=\"left\">		<script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv2\" style=\"position: relative;\">'); }</script>		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" id=\"MenuTable2\" width=\"159\"><!--width=\"100%\"-->								<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y0' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-aztec%20rhythms.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Cantares&#160;Mexicanos&#160;Rhythms</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y1' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-morse.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Morse&#160;Code&#160;Mambo</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y2' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-tuboungus.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Talking&#160;Tuboungus</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y3' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-didgeritubes.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Didgeritubes</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y4' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-glock.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Tubular&#160;Glockenspiel</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y5' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-tubedrums.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Melodic&#160;Tube&#160;Drums</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y6' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-panpipes.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Panpipes</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y7' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-bottles.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Water&#160;Bottle&#160;Xylophone</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y8' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/products-fractiontubes.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">Fraction&#160;Tubes</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>														<tr>						<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; ' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX2Y9' style='height: 24px;' align=\"left\" valign=\"middle\"  height=\"24\"  bgcolor=\"#E8E6E6\">				<nobr>				<font size=\"2\">&nbsp;</font>				<a href=\"http://www.philtulga.com/sos.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(2); }\">2008&#160;Science&#160;Olympiad&#160;Songbook</a>				<font size=\"2\">&nbsp;</font></nobr></td>							</tr>										</table>		<script type=\"text/javascript\">if(!document.all) { document.write(\"</div>\"); }</script>		<td onmouseover=\"hide();\" width=\"316\" height=\"249\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"249\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	/*wtw = '<layer onmouseout="hide();" position="absolute" visibility="hidden" style="';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	//wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu3">';
	document.write(wtw);*/
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu3">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw + '" id="Menu3">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"3\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top3M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M3opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top3M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M3opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top3M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M3opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top3M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M3opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top3M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M3opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>	<td onmouseover=\"hide();\" width=\"474\" height=\"-1\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"474\" height=\"-1\"></td><!--rowspan=\"0\"-->				<td align=\"left\">		<script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv3\" style=\"position: relative;\">'); }</script>		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" id=\"MenuTable3\" width=\"159\"><!--width=\"100%\"-->				</table>		<script type=\"text/javascript\">if(!document.all) { document.write(\"</div>\"); }</script>		<td onmouseover=\"hide();\" width=\"158\" height=\"-1\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"-1\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	/*wtw = '<layer onmouseout="hide();" position="absolute" visibility="hidden" style="';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	//wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu4">';
	document.write(wtw);*/
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu4">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	//onMouseOver="clearTimeout(timer);" onMouseOut="hide();"
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw + '" id="Menu4">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"3\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top4M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M4opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top4M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M4opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top4M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M4opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top4M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M4opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top4M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M4opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>	<td onmouseover=\"hide();\" width=\"632\" height=\"-1\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"632\" height=\"-1\"></td><!--rowspan=\"0\"-->				<td align=\"left\">		<script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv4\" style=\"position: relative;\">'); }</script>		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" id=\"MenuTable4\" width=\"159\"><!--width=\"100%\"-->				</table>		<script type=\"text/javascript\">if(!document.all) { document.write(\"</div>\"); }</script>		<td onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"6\" height=\"-1\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu5">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu5">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"4\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top5M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top5M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M5opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top5M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top5M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M5opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top5M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top5M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M5opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top5M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top5M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M5opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top5M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top5M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M5opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>			<td onmouseover=\"hide();\" width=\"158\" height=\"100\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"100\"></td>				<td align=\"left\">		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" >										<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ5X1Y0\"); show(5);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ5X1Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"#\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Virtual&#160;Field&#160;Trips</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<!--count($subitems[$suboffset]);-->			<td rowspan=\"5\" valign=\"top\"><script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv5\" style=\"position: relative;\">'); }</script><table style=\"position: relative; top: -1px; left: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"159\" style=\"border: 0px;\" id=\"MenuTable5\"><tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX5Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Aztec%20Music.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Aztec&#160;Drum&#160;Rhythms</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX5Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Drum%20Language.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Drum&#160;Language&#160;in&#160;Ghanaian&#160;Schools</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX5Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"http://www.philtulga.com/Talking%20with%20Drums.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Drum&#160;Language&#160;of&#160;the&#160;Congo</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr></table><script type=\"text/javascript\">if(!document.all) { document.write('</div>'); }</script></td>			</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ5X1Y1\"); show(6);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ5X1Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math&#160;and&#160;Science&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ5X1Y2\"); show(7);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ5X1Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Language&#160;Arts&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ5X1Y3\"); show(8);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ5X1Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/HomemadeMusic.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Homemade&#160;Instrument&nbsp;Projects</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>								<tr>			<!--<tr>-->		<td height=\"2\" width=\"157\" onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"157\" height=\"2\"></td>									</tr>		</table>		<!--</div>-->		</td>		<td onmouseover=\"hide();\" width=\"316\" height=\"100\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"100\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu6">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu6">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"4\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top6M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top6M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M6opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top6M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top6M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M6opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top6M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top6M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M6opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top6M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top6M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M6opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top6M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top6M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M6opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>			<td onmouseover=\"hide();\" width=\"158\" height=\"300\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"300\"></td>				<td align=\"left\">		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" >										<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ6X1Y0\"); show(5);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ6X1Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"#\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Virtual&#160;Field&#160;Trips</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ6X1Y1\"); show(6);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ6X1Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math&#160;and&#160;Science&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<!--count($subitems[$suboffset]);-->			<td rowspan=\"12\" valign=\"top\"><script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv6\" style=\"position: relative;\">'); }</script><table style=\"position: relative; top: -1px; left: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"159\" style=\"border: 0px;\" id=\"MenuTable6\"><tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/unifix.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Unifix&#160;Drum&#160;Machine&nbsp;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/pie.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Playing&#160;Fraction&#160;Pies&#160;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/counter.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Counting&#160;Music&nbsp;<img src=\"http://www.philtulga.com/new1.gif\" border=\"0\"></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/fractionbars.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Musical&#160;Fraction&#160;Bars&nbsp;<img src=\"http://www.philtulga.com/new1.gif\" border=\"0\"></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y4' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/harmonics.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Hearing&#160;Fractions</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y5' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/patternblock.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Pattern&nbsp;Block&nbsp;Rock</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y6' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/MSSActivities.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math,&nbsp;Science&nbsp;&&nbsp;Sound&#160;Activities</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y7' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/thunder.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Thunderstorm&nbsp;Stopwatch</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y8' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Frequencies.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Frequency&nbsp;Listening</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y9' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/subtraction.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Hearing&nbsp;Subtraction</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX6Y10' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/origami.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Origami&nbsp;Popper</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr></table><script type=\"text/javascript\">if(!document.all) { document.write('</div>'); }</script></td>			</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ6X1Y2\"); show(7);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ6X1Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Language&#160;Arts&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ6X1Y3\"); show(8);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ6X1Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/HomemadeMusic.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Homemade&#160;Instrument&nbsp;Projects</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>								<tr>			<!--<tr>-->		<td height=\"2\" width=\"157\" onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"157\" height=\"2\"></td>									</tr>		</table>		<!--</div>-->		</td>		<td onmouseover=\"hide();\" width=\"316\" height=\"300\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"300\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu7">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu7">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"4\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top7M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top7M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M7opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top7M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top7M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M7opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top7M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top7M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M7opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top7M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top7M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M7opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top7M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top7M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M7opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>			<td onmouseover=\"hide();\" width=\"158\" height=\"175\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"175\"></td>				<td align=\"left\">		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" >										<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ7X1Y0\"); show(5);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ7X1Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"#\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Virtual&#160;Field&#160;Trips</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ7X1Y1\"); show(6);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ7X1Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math&#160;and&#160;Science&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ7X1Y2\"); show(7);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ7X1Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Language&#160;Arts&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<!--count($subitems[$suboffset]);-->			<td rowspan=\"6\" valign=\"top\"><script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv7\" style=\"position: relative;\">'); }</script><table style=\"position: relative; top: -1px; left: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"159\" style=\"border: 0px;\" id=\"MenuTable7\"><tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX7Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Peter.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Peter&#160;and&#160;the&#160;Wolf&#160;Introduction&#160;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX7Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/morse.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Morse&#160;Code&#160;Music</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX7Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Sequence.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Sequencing&nbsp;with&nbsp;Simon</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX7Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Meter.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Cucumber&#160;Pickle&#160;Machine</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX7Y4' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Prediction.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Picture&nbsp;Puzzle&nbsp;Prediction</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr></table><script type=\"text/javascript\">if(!document.all) { document.write('</div>'); }</script></td>			</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ7X1Y3\"); show(8);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ7X1Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/HomemadeMusic.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Homemade&#160;Instrument&nbsp;Projects</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>								<tr>			<!--<tr>-->		<td height=\"2\" width=\"157\" onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"157\" height=\"2\"></td>									</tr>		</table>		<!--</div>-->		</td>		<td onmouseover=\"hide();\" width=\"316\" height=\"175\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"175\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


if(document.layers) {
	document.write('<layer onmouseout="hide();" position="absolute" visibility="hidden" id="Menu8">');
} else {//onMouseOver="clearTimeout(timer);" 
	wtw = '<div onMouseOut="hide();" style="position: absolute; z-index: 32; visibility: hidden;';
	if(opacity >= 1) {
		//opacity == 99.999;
		opacity = 1;
	}
	if(webtv) {
		opacity = opacity;
	}
	wtw = wtw + ' opacity: ' + opacity + '; khtml-opacity: ' + opacity + '; KHTMLOpacity: ' + opacity + '; filter: alpha(opacity=' + opacity*100 + '); MozOpacity: ' + opacity + '; moz-opacity: ' + opacity + ';';
	wtw = wtw +  '" id="Menu8">';
	document.write(wtw);
}

document.write(" <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"overflow: visible;\">	<tr><td align=\"left\" valign=\"top\" colspan=\"4\"><table cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"position: relative; z-index: 33;\">			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top8M0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top8M0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M8opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top8M1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top8M1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M8opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top8M2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top8M2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M8opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top8M3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top8M3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M8opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top8M4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top8M4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"M8opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			</table></td></tr>	<tr>			<td onmouseover=\"hide();\" width=\"158\" height=\"225\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"158\" height=\"225\"></td>				<td align=\"left\">		<table style=\"position: relative; top: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" style=\"border: 0px;\" onmouseout=\"hide();\" onmouseover=\"if(timer) clearTimeout(timer);\" >										<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ8X1Y0\"); show(5);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ8X1Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"#\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(5); }\">Virtual&#160;Field&#160;Trips</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ8X1Y1\"); show(6);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ8X1Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(6); }\">Math&#160;and&#160;Science&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ8X1Y2\"); show(7);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ8X1Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/resources.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(7); }\">Language&#160;Arts&nbsp;Activities</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; addToQ(\"TDZ8X1Y3\"); show(8);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDZ8X1Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/HomemadeMusic.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Homemade&#160;Instrument&nbsp;Projects</a><font size=\"2\"> &nbsp;<img src='http://www.philtulga.com/nav.gif'>&nbsp;</font></nobr></td>		<!--count($subitems[$suboffset]);-->			<td rowspan=\"7\" valign=\"top\"><script type=\"text/javascript\">if(!document.all) { document.write('<div id=\"MenuDiv8\" style=\"position: relative;\">'); }</script><table style=\"position: relative; top: -1px; left: -1px;\" cellpadding=\"0\" cellspacing=\"1\" border=\"0\" width=\"159\" style=\"border: 0px;\" id=\"MenuTable8\"><tr>			<td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y0' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"http://www.philtulga.com/Didgeridoo.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Didgeritubes&#160;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y1' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/glock.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Glockenspiel&nbsp;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y2' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"http://www.philtulga.com/MelodicTubeDrums.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Melodic&#160;Tube&#160;Drums&#160;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y3' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Panpipes.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Pan&#160;Pipes&#160;<IMG src=\"http://www.philtulga.com/new1.gif\" border=0></a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y4' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/water.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Water&#160;Bottle&#160;Xylophone</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr><tr><td class='menuTD' onmouseover='if(timer) clearTimeout(timer); TDevents = true; clearTimeout(timer);this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\";' onmouseout='clearQ(); TDevents = true; this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\";' id='TDX8Y5' align=\"left\" valign=\"middle\"  height=\"24\" bgcolor=\"#E8E6E6\"><nobr><font size=\"2\">&nbsp; </font><a href=\"/Fraction%20Tubes.html\" class=\"nav\" onmouseout=\"if(TDevents == false) { hide(); }\" onmouseover=\"if(timer) clearTimeout(timer); if(TDevents == false) { show(8); }\">Fraction&#160;Tubes</a><font size=\"2\"> &nbsp;</font></nobr></td>		</tr></table><script type=\"text/javascript\">if(!document.all) { document.write('</div>'); }</script></td>			</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>													<tr>			<td  width='157' align=\"left\" valign=\"middle\"  height=\"24\"onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"155\" height=\"22\"></td>					</tr>								<tr>			<!--<tr>-->		<td height=\"2\" width=\"157\" onmouseover=\"hide();\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"157\" height=\"2\"></td>									</tr>		</table>		<!--</div>-->		</td>		<td onmouseover=\"hide();\" width=\"316\" height=\"225\"><img alt=\"\" src=\"http://www.philtulga.com/menu/pixel.gif\" border=\"0\" width=\"316\" height=\"225\"></td>	</tr></table> ")

if(document.layers) {
	document.write('</layer>');
} else {
	document.write('</div>');
}


document.write(" <table cellpadding=\"0\" cellspacing=\"1\" border=\"0\"><!-- width=\"400\"--> 			            <tr>								<td class=\"menuTD\" onmouseover='addToQ(\"Top0\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(0);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top0\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"opDX0\">&nbsp;				<a href=\"/programs.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(0);\"><span id=\"opDX0S\">Programs</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top1\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(1);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top1\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"opDX1\">&nbsp;				<a href=\"/resources.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(1);\"><span id=\"opDX1S\">Activities</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top2\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(2);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top2\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"opDX2\">&nbsp;				<a href=\"/products.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(2);\"><span id=\"opDX2S\">Products</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top3\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(3);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top3\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"opDX3\">&nbsp;				<a href=\"http://www.philtulga.com/quotes.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(3);\"><span id=\"opDX3S\">Testimonials</span></a>				&nbsp;</div>								</td>										            								<td class=\"menuTD\" onmouseover='addToQ(\"Top4\"); topTim = false; clearTimeout(timerTop); clearTimeout(timer); this.style.backgroundImage = \"\"; this.bgColor = \"#EBF3FB\"; show(4);' onmouseout='clearQ(); clearTimeout(timer); topTim = true; if(topTim) { this.style.backgroundImage = \"\"; this.bgColor = \"#E8E6E6\"; } ' id=\"Top4\" align=\"center\" valign=\"middle\"  height=\"24\" width=\"155\" bgcolor=\"#E8E6E6\">								<div id=\"opDX4\">&nbsp;				<a href=\"/contact.html\" class=\"nav\" onmouseover=\"clearTimeout(timer); show(4);\"><span id=\"opDX4S\">Contact</span></a>				&nbsp;</div>								</td>							</tr>			 </table> ")
if(document.layers) {
	document.write('</layer>');
} else {
	document.write('<div style="position: absolute; visibility: hidden;"><div id="sndDiv"></div><embed src="http://www.philtulga.com/MenuEffect.mp3" hidden="true" loop="false" autostart="false" width="0" height="0" id="sndEffect"></embed></div>');
	document.write('</div>');
}

