	// Foxboro Pull-Down Menu
	// Last Updated: October 2000
	
	var nStyle = new Array;
	var hStyle = new Array;
	var nLayer = new Array;
	var hLayer = new Array;
	var NSLayerCW = 0;
	var NSLayerCH = 0;
	var LastNSCmd;
	var cLayer = '';

	var l = ll = '';
	var t = lt = '';
	var w = lw = '';
	var h = lh = '';
	var ParentMenu = '';
	var LastMenu = '';
	var AnimStep = 0;
	var as = 0;
	var DoFormsTweak = false;

	var fx = 2;



	var BrowserVersion = parseInt(navigator.appVersion);
	var IsMac = (navigator.userAgent.indexOf("Mac")!=-1)?true:false;
	var Opera = (navigator.userAgent.indexOf("Opera")!=-1)?true:false;
	NS = (document.layers && (BrowserVersion=4) && !IsMac)?true:false;
	NS6 = (document.layers && (BrowserVersion>=6) && !IsMac)?true:false;
	IE = ((document.all && (BrowserVersion>=4) && !IsMac) || NS6)?true:false;

	nStyle[0]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[0]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[1]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[1]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[2]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[2]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[3]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[3]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[4]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[4]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[5]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[5]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[6]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[6]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[7]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[7]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[8]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[8]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[9]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[9]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[10]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[10]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[11]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[11]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[12]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[12]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nStyle[13]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; background-color: #9F9F9F; cursor: hand";
	hStyle[13]="border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FC6603; background-color: #9F9F9F; cursor: hand;";
	nLayer[1]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">iastore.com</font>";
	hLayer[1]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">iastore.com</font>";
	nLayer[2]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">MeasurementExpress.com</font>";
	hLayer[2]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">MeasurementExpress.com</font>";
	nLayer[3]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Foxboro Home</font>";
	hLayer[3]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Foxboro Home</font>";
	nLayer[4]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">About Foxboro</font>";
	hLayer[4]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">About Foxboro</font>";
	nLayer[5]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series System</font>";
	hLayer[5]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">I/A Series System</font>";
	nLayer[6]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series Suites</font>";
	hLayer[6]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">I/A Series Suites</font>";
	nLayer[7]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series SCADA</font>";
	hLayer[7]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">I/A Series SCADA</font>";
	nLayer[8]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">IA Series Instruments</font>";
	hLayer[8]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">IA Series Instruments</font>";
	nLayer[9]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Industry Tune-Ups</font>";
	hLayer[9]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Industry Tune-Ups</font>";
	nLayer[10]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Industry Solutions</font>";
	hLayer[10]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Industry Solutions</font>";
	nLayer[11]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">LifeTime Services</font>";
	hLayer[11]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">LifeTime Services</font>";
	nLayer[12]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Customer Center</font>";
	hLayer[12]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Customer Center</font>";
	nLayer[13]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Employment</font>";
	hLayer[13]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Employment</font>";
	nLayer[14]="<font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Training</font>";
	hLayer[14]="<font face=\"Verdana\" point-size=\"9\" color=\"#FC6603\">Training</font>";


	function HoverSel(mode, imgName) {
		var mc = event.srcElement;
		while(mc.id == "")
			mc = mc.parentElement;
		var img = new Image;
		var imgRsc = new Image;
		
		with(mc) {
			if(mode) {
				style.cssText = nStyle[id];
				if(imgName!=''){imgRsc = eval(imgName+"Off");}
			} else {
				style.cssText = hStyle[id];
				if(imgName!=''){imgRsc = eval(imgName+"On");}
			}
		}
		if(imgName!='') {
			img = eval("document.images."+imgName);
			img.src = imgRsc.src;
		}
	}

	function NSHoverSel(dLayer, mode, n, bcolor, w, h) {
		cNSCmd = dLayer;

		if(dLayer.parentLayer.name!=LastMenu && (LastNSCmd!=cNSCmd))
			Hide(LastMenu);

		if(mode)
			var LayerHTM = nLayer[n];
		else
			var LayerHTM = hLayer[n];

		if(LastNSCmd!=cNSCmd || mode) {
			cNSCmd.document.open();
			cNSCmd.document.write(LayerHTM);
			cNSCmd.document.close();
			if(!mode)
				cNSCmd.bgColor = bcolor;
			else
				if(dLayer.parentLayer.background.src!="")
					cNSCmd.bgColor = null;
				else
					cNSCmd.bgColor = bcolor;
			cNSCmd.resizeTo(w,h);
		}

		if(LastNSCmd!=cNSCmd)
			LastNSCmd=cNSCmd;
	}

	function Hide(menuId) {
		if(menuId != ParentMenu && menuId != '') {
			if(IE)
				var Menu = document.all(menuId).style;
			
			if(NS)
				var Menu = document.layers[menuId];

			with(Menu) {
				visibility = "hidden";
				left = 0;
				top = 0;
			}
			if(ParentMenu!='') {
				LastMenu = ParentMenu = '';
				l = ll; ll = '';
				t = lt; lt = '';
				w = lw; lw = '';
				h = lh; lh = '';
			}
		}
	}

	function HideAll() {
		if(!as) {
			Hide('BuyOnline');
			Hide('Home');
		}

	}



	function ShowMenu(menuId, x, y, isCascading, pMenu) {
		if(as) {
			window.clearTimeout(as);
			as = 0;
		}
		if(isCascading) {
			Hide(LastMenu);
			LastMenu = menuId;
			ParentMenu = pMenu;
			ll = l;
			lt = t;
			lw = w;
			lh = h;
		} else {
			ParentMenu = '';
			LastMenu = '';
			HideAll();
		}
		if(IE) {
			var Menu = document.all(menuId).style;
			if(typeof(pMenu)!="undefined")
				var subMenu = document.all(pMenu).style;
			with(Menu) {
				left = x;
				top =  y;
				l = left;
				t = top;
				w = width;
				h = height;
				if(!IsMac)
					clip = "rect(0 0 0 0)";
			}
		}
		if(NS) {
			var Menu = document.layers[menuId];
			var subMenu = document.layers[pMenu];
			with(Menu.clip) {
				NSLayerCW = width;
				NSLayerCH = height;
			}
			if(isCascading) {
				x = subMenu.left + subMenu.clip.width;
				y = subMenu.top + LastNSCmd.top;
			} else {
				x = parseInt(x);
				y = parseInt(y);
			}
			Menu.moveToAbsolute(x,y);
		}
		Menu.visibility = "visible";
		if(isCascading) {
			Menu.zIndex = (subMenu.zIndex*1) + 1;
		}
		if(IE && !IsMac) {
			var fcn = "Animate('" + menuId + "')"; 
			as = window.setTimeout(fcn, 10);
		}
		FormsTweak("hidden");
	}

	function Animate(menuId) {
		var fcn = "Animate('" + menuId + "')";
		var r = '';
		var nw = nh = 0;
		switch(fx) {
			case 1:
				if(IE) {r = "0 " + AnimStep + "% " + AnimStep + "% 0";}
				if(NS) {nw = AnimStep; nh = AnimStep;}
				break;
			case 2:
				if(IE) {r = "0 100% " + AnimStep + "% 0";}
				if(NS) {nw = 100; nh = AnimStep;}
				break;
			case 3:
				if(IE) {r = "0 " + AnimStep + "% 100% 0";}
				if(NS) {nw = AnimStep; nh = 100;}
				break;
			case 0:
				if(IE) {r = "0 100% 100% 0";}
				if(NS) {nw = 100; nh = 100;}
				break;
		}
		if(IE) {document.all(menuId).style.clip =  "rect(" + r + ")";}
		if(NS) {
			with(document.layers[menuId].clip) {
				width = NSLayerCW*(nw/100);
				height = NSLayerCH*(nh/100);
			}
		}
		AnimStep += 20;
		if(AnimStep<=100)
			as = window.setTimeout(fcn,25);
		else {
			window.clearTimeout(as);
			as = 0;
			AnimStep = 0;
		}
	}
	
	function chkLayer(e) {
		var OverLayer = FindLayer(e.pageX, e.pageY);
		if(OverLayer!=null)
			cLayer = OverLayer.name;
	}

	function FindLayer(x, y) {
		for (var i=0; i<document.layers.length; i++)
			if(document.layers[i].visibility!="hide")
				if ((x > document.layers[i].left+document.layers[i].clip.left) && 
				    (x < ((document.layers[i].left+document.layers[i].clip.left) + document.layers[i].clip.width)) && 
				    (y > document.layers[i].top+document.layers[i].clip.top) && 
				    (y < ((document.layers[i].top+document.layers[i].clip.top)+ document.layers[i].clip.height)) ) {
					return (document.layers[i]);
				}
		return (null);
	}

	function HideMenus(force) {
		if((event.srcElement.tagName=="IMG") || ((event.srcElement.tagName=="TD") && (event.srcElement.id!="")))
			return true;
		if(!force) {
			var x1 = parseInt(l);
			var y1 = parseInt(t);
			var x2 = parseInt(w) + x1;
			var y2 = parseInt(h) + y1;
			var cx = event.clientX + document.body.scrollLeft;
			var cy = event.clientY + document.body.scrollTop;
			if(cx<=x1 || cy<=y1 || cx>=x2 || cy>=y2) {
				if(ParentMenu!='') {
					if(!as) {
						Hide(LastMenu);
						HideMenus(false);
					}
				} else {
					HideAll();
				}
				if(!as)
					FormsTweak("");
			}
		} else {
			HideAll();
		}
	}
	
	function GetLeftPos(menuId) {
		var x = '';
		if(IE) {
			with(document.all(menuId).style) {
				x = left;
				return x.substr(0,x.indexOf('px'))*1;
			}
		}
		if(NS) {
			with(document.layers[menuId]) {
				return left;
			}
		}
	}
	
	function FormsTweak(str) {
		if(DoFormsTweak)
			for(var i = 0; i <= (document.forms.length - 1); i++)
				document.forms[i].style.visibility = str;
	}

	function execURL(url) {
		window.setTimeout("execURL2('" + url + "')", 100);
	}

	function execURL2(url) {
		var tmp;
		tmp = url.split("\x1E");
		url = tmp.join("'");
		tmp = url.split("\x1D");
		url = tmp.join("\x22");
		tmp = url.split("\x1C");
		url = tmp.join(",");
		if(url.indexOf("javascript")!=url.indexOf("vbscript"))
			eval(url);
		else
			location.href = url;
	}

	if(IE) {
		document.open();
		document.write("<div id=\"BuyOnline\" style=\"position: absolute; top: 0%; left: 0%; width: 210; height: 46; z-index: 100; visibility: hidden;\"><table background=\"\" border=\"0\" cellpadding=\"2\" cellspacing=\"2\" style=\"background-color: #9F9F9F; color: #000000; border-left: #9F9F9F solid 1; border-right: 1 solid #9F9F9F; border-top: 1 solid #9F9F9F; border-bottom: 1 solid #9F9F9F\" width=\"168\"><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"0\" OnClick=\"HideAll();execURL(\'http://www.iastore.com\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'iastore.com \';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">iastore.com</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"1\" OnClick=\"HideAll();execURL(\'http://www.measurementexpress.com\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'MeasurementExpress.com\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">MeasurementExpress.com</td></tr></table></div><div id=\"Home\" style=\"position: absolute; top: 0%; left: 0%; width: 168; height: 266; z-index: 100; visibility: hidden;\"><table background=\"\" border=\"0\" cellpadding=\"2\" cellspacing=\"2\" style=\"background-color: #9F9F9F; color: #000000; border-left: #9F9F9F solid 1; border-right: 1 solid #9F9F9F; border-top: 1 solid #9F9F9F; border-bottom: 1 solid #9F9F9F\" width=\"165\"><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"2\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Foxboro Home\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Foxboro Home</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"3\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/about\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'About Foxboro\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">About Foxboro</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"4\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/iasolutions\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'I/A Series System\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">I/A Series System</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"5\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/suites\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'I/A Series Suites \';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">I/A Series Suites</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"6\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/scada\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'I/A Series SCADA\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">I/A Series SCADA</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"7\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/measurement\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'IA Series Instruments\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">IA Series Instruments</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"8\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/tune-ups\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Industry Tune-Ups\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Industry Tune-Ups</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"9\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/industries\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Industry Solutions\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Industry Solutions</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"10\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/lifetime\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'LifeTime Services\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">LifeTime Services</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"11\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/csc\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Customer Center\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Customer Center</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"12\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/jobs\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Employment\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Employment</td></tr><tr><td nowrap height=\"19\" align=\"left\" style=\"border: none; font-family: Verdana; font-size: 9pt; font-weight: none; font-style: none; color: #FFFFFF; cursor: hand; background-color: #9F9F9F;\" id=\"13\" OnClick=\"HideAll();execURL(\'http://www.foxboro.com/training\');;\" OnMouseOver=\"HoverSel(0,\'\');window.status=\'Training\';\" OnMouseOut=\"HoverSel(1,\'\');window.status=\'\';\">Training</td></tr></table></div>");
		document.close();
	}

	if(NS) {
		document.open();
		document.write("<layer name=\"BuyOnline\" background=\"\" top=\"0%\" left=\"0%\" clip=\"0,0,210,40\" z-index=100 bgColor=\"#9F9F9F\" visibility=\"hidden\" OnMouseOut=\"Hide(\'BuyOnline\');\"><layer top=\"1\" left=\"2\" width=\"210\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'BuyOnline\'].layers[\'MC01\'],1,1,\'#9F9F9F\',210,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'BuyOnline\'].layers[\'MC01\'],0,1,\'#9F9F9F\',210,17);window.status=\'iastore.com \';\" OnFocus=\"HideAll();execURL(\'http://www.iastore.com\');\"></layer><layer name=\"MC01\" top=\"1\" left=\"2\" width=\"210\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">iastore.com</font></layer><layer top=\"20\" left=\"2\" width=\"210\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'BuyOnline\'].layers[\'MC02\'],1,2,\'#9F9F9F\',210,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'BuyOnline\'].layers[\'MC02\'],0,2,\'#9F9F9F\',210,17);window.status=\'MeasurementExpress.com\';\" OnFocus=\"HideAll();execURL(\'http://www.MeasurementExpress.com\');\"></layer><layer name=\"MC02\" top=\"20\" left=\"2\" width=\"210\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">MeasurementExpress.com</font></layer></layer><layer name=\"Home\" background=\"\" top=\"0%\" left=\"0%\" clip=\"0,0,167,230\" z-index=100 bgColor=\"#9F9F9F\" visibility=\"hidden\" OnMouseOut=\"Hide(\'Home\');\"><layer top=\"1\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC03\'],1,3,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC03\'],0,3,\'#9F9F9F\',163,17);window.status=\'Foxboro Home\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com\');\"></layer><layer name=\"MC03\" top=\"1\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Foxboro Home</font></layer><layer top=\"20\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC04\'],1,4,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC04\'],0,4,\'#9F9F9F\',163,17);window.status=\'About Foxboro\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/about\');\"></layer><layer name=\"MC04\" top=\"20\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">About Foxboro</font></layer><layer top=\"39\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC05\'],1,5,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC05\'],0,5,\'#9F9F9F\',163,17);window.status=\'I/A Series System\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/iasolutions\');\"></layer><layer name=\"MC05\" top=\"39\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series System</font></layer><layer top=\"58\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC06\'],1,6,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC06\'],0,6,\'#9F9F9F\',163,17);window.status=\'I/A Series Suites \';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/suites\');\"></layer><layer name=\"MC06\" top=\"58\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series Suites</font></layer><layer top=\"77\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC07\'],1,7,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC07\'],0,7,\'#9F9F9F\',163,17);window.status=\'I/A Series SCADA\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/scada\');\"></layer><layer name=\"MC07\" top=\"77\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">I/A Series SCADA</font></layer><layer top=\"96\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC08\'],1,8,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC08\'],0,8,\'#9F9F9F\',163,17);window.status=\'IA Series Instruments\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/measurement\');\"></layer><layer name=\"MC08\" top=\"96\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">IA Series Instruments</font></layer><layer top=\"115\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC09\'],1,9,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC09\'],0,9,\'#9F9F9F\',163,17);window.status=\'Industry Tune-Ups\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/tune-ups\');\"></layer><layer name=\"MC09\" top=\"115\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Industry Tune-Ups</font></layer><layer top=\"134\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC10\'],1,10,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC10\'],0,10,\'#9F9F9F\',163,17);window.status=\'Industry Solutions\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/industries\');\"></layer><layer name=\"MC10\" top=\"134\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Industry Solutions</font></layer><layer top=\"153\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC11\'],1,11,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC11\'],0,11,\'#9F9F9F\',163,17);window.status=\'LifeTime Services\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/lifetime\');\"></layer><layer name=\"MC11\" top=\"153\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">LifeTime Services</font></layer><layer top=\"172\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC12\'],1,12,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC12\'],0,12,\'#9F9F9F\',163,17);window.status=\'Customer Center\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/csc\');\"></layer><layer name=\"MC12\" top=\"172\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Customer Center</font></layer><layer top=\"191\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC13\'],1,13,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC13\'],0,13,\'#9F9F9F\',163,17);window.status=\'Employment\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/jobs\');\"></layer><layer name=\"MC13\" top=\"191\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Employment</font></layer><layer top=\"\" left=\"2\" width=\"163\" height=\"17\" z-index=101 OnMouseOut=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC14\'],1,14,\'#9F9F9F\',163,17);window.status=\'\';\" OnMouseOver=\"NSHoverSel(frames.top.document.layers[\'Home\'].layers[\'MC14\'],0,14,\'#9F9F9F\',163,17);window.status=\'Training\';\" OnFocus=\"HideAll();execURL(\'http://www.foxboro.com/training\');\"></layer><layer name=\"MC14\" top=\"210\" left=\"2\" width=\"163\" height=\"17\" z-index=100  bgcolor=\"#9F9F9F\"><font face=\"Verdana\" point-size=\"9\" color=\"#FFFFFF\">Training</font></layer></layer>");
		document.close();
	}


	if(NS) {
		window.captureEvents(Event.MOUSEMOVE);
		onmousemove = chkLayer;
	}
	document.onmouseover = HideMenus;

