/* START MENU SCRIPT */
lastLayer="xLayer"
activeLayer="aLayer"
function showMenuFaster (menuName,obj,fromName) {
	if ((document.getElementById && document.getElementById(menuName)) || (document.all && document.all[menuName]) || (document.layers && document.layers[menuName])) {
		showMenu (menuName,getX(obj)+getW(obj),getY(obj)-1,fromName)
	}
}
function showMenu (menuName,x,y,fromName) {
	showed=0;
	if (document.all && document.all[menuName]) {
		document.all[menuName].style.visibility = "visible";
	//	if (document.all[menuName].offsetLeft != x) {
	//		document.all[menuName].style.left = x;
			if (document.all[menuName].offsetWidth) {
				oldX=x;
				if (x + getW(document.all[menuName]) > document.body.clientWidth && document.all[fromName]) {
					x = x - getW(document.all[menuName]) - getW(document.all[fromName]) + 2;
				}
//				document.all[menuName].style.left = x;
				document.all[menuName].style.left = Math.min(x,document.body.clientWidth - getW(document.all[menuName]));
//				status=oldX+"Math.min("+x+","+(document.body.clientWidth - getW(document.all[menuName]))+")"
			} else {
				document.all[menuName].style.left = x;
			}
			if (document.all[menuName].offsetHeight) {
				document.all[menuName].style.top = Math.min((document.body.clientHeight + document.body.scrollTop - document.all[menuName].offsetHeight),y);
			} else {
				document.all[menuName].style.top = y;
			}
	//	}
		showed=1;
	} else if (document.getElementById && document.getElementById(menuName)) {
		document.getElementById(menuName).style.visibility = "visible";
		document.getElementById(menuName).style.left = x;
		document.getElementById(menuName).style.top = y;
		showed=1;
	} else if (document.layers && document.layers[menuName]) {
		document.layers[menuName].visibility = "show";
		document.layers[menuName].left = x;
		document.layers[menuName].top = y;
		showed=1;
	}
	activeLayer = menuName;
	if (fromName && lastLayer.indexOf(fromName) >= 0) {
		theLastLayer=lastLayer.split(",")[lastLayer.split(",").length-1]
		if (theLastLayer != fromName && theLastLayer != menuName) {
			hideLayers(theLastLayer)
		}
		if (showed) {
			lastLayer = lastLayer + "," + menuName
		}
	} else {
		hideLayers ("all")
		if (showed) {
			lastLayer = menuName
		}
	}
//	status="Math.min("+(document.body.clientHeight + document.body.scrollTop - document.all[menuName].offsetHeight)+","+y+")";
//	status=document.body.clientHeight + " + " + document.body.scrollTop + " = " + (document.body.clientHeight + document.body.scrollTop) + " // "
//	status=lastLayer
}
function hideLayers (menuName) {
	layersToHide = lastLayer.split(",");
	for (var i = 0; i < layersToHide.length; i++) {
		if ((menuName == "all" && layersToHide[i] != activeLayer) || menuName == layersToHide[i] || menuName == "all_no_exception") {
			if (document.all && document.all[layersToHide[i]]) {
				document.all[layersToHide[i]].style.visibility = "hidden";
			} else if (document.getElementById && document.getElementById(layersToHide[i])) {
				document.getElementById(layersToHide[i]).style.visibility = "hidden";
			} else if (document.layers && document.layers[layersToHide[i]]) {
				document.layers[layersToHide[i]].visibility = "hide";
			}
		}
	}
}
function getX (obj) {
	if (obj.x && false) {
		return obj.x;
	} else if (document.getElementById || document.all) {
		x=obj.offsetLeft;
		targetObj = obj;
		while((targetObj = targetObj.offsetParent) != null) { 
			x += targetObj.offsetLeft;
		}
		obj.x=x;
		return x;
//	} else if (document.layers) {
//		return obj.x;
	}
}
function getY (obj) {
	if (obj.y) {
		return obj.y;
	} else if (document.getElementById || document.all) {
		y=obj.offsetTop;
		targetObj = obj;
		while((targetObj = targetObj.offsetParent) != null) { 
			y += targetObj.offsetTop;
		}
		obj.y=y;
		return y;
//	} else if (document.layers) {
//		return obj.y;
	}
}
function getW (obj) {
	if (document.getElementById || document.all) {
		w = obj.offsetWidth;
		return w;
	} else if (document.layers) {
		return obj.clip.width;
	}
}
function getH (obj) {
	if (document.getElementById || document.all) {
		h = obj.offsetHeight;
		return h;
	} else if (document.layers) {
		return obj.clip.height;
	}
}
function hide () {
	document.hTimeout = setTimeout("hideLayers ('all')",150)
}
function unhide () {
	if (document.hTimeout) {
		clearTimeout(document.hTimeout)
	}
}
/* END MENU SCRIPT */
/* START PAGES SCRIPT */
status="Loading DHTML Interface.."
function showModified() { status = 'Script last modified Monday, 05 January 2009 at 10:18:27 PM' }
str = "";

/*
if (document.getElementById || document.all) { str+="<span id=\"menu_5078\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_5078\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"index.html\" class=\"DHTMLMenu\">Home</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Corporate&amp;langID=1\" class=\"DHTMLMenu\">About Us</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Products%5F1&amp;langID=1\" class=\"DHTMLMenu\">Technology</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Distributors&amp;langID=1\" class=\"DHTMLMenu\">Sales</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Media%5FCentre&amp;langID=1\" class=\"DHTMLMenu\">News</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Events&amp;langID=1\" class=\"DHTMLMenu\">Events</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Contact&amp;langID=1\" class=\"DHTMLMenu\">Contact</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Support&amp;langID=1\" class=\"DHTMLMenu\">Support</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Customer%5FLogin&amp;langID=1\" class=\"DHTMLMenu\">Customer Login</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 1%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_5080\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_5080\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Privacy&amp;langID=1\" class=\"DHTMLMenu\">Privacy Policy</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 8%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6500\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6500\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=About%5FUs&amp;langID=1\" class=\"DHTMLMenu\">Corbett Life Science</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Corbett%5FResearch%5F1&amp;langID=1\" class=\"DHTMLMenu\">Corbett Research (Australia)</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Corbett%5FRobotics%5F1&amp;langID=1\" class=\"DHTMLMenu\">Corbett Research (UK)</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Dir%5FExec&amp;langID=1\" class=\"DHTMLMenu\">Corbett Robotics (Australia)</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Clients&amp;langID=1\" class=\"DHTMLMenu\">Corbett Robotics (USA)</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Quality%5FAccreditation&amp;langID=1\" class=\"DHTMLMenu\">Quality Management</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 9%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6503\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6503\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Customer%5FRegistration&amp;langID=1\" class=\"DHTMLMenu\">Customer Registration</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 14%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6505\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6505\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=News%5FPublic&amp;langID=1\" class=\"DHTMLMenu\">View all articles</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 15%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6506\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6506\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Head%5FOffice&amp;langID=1\" class=\"DHTMLMenu\">Head Office</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Cont%5FDistr&amp;langID=1\" class=\"DHTMLMenu\">Sales</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Links&amp;langID=1\" class=\"DHTMLMenu\">Links</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Employment&amp;langID=1\" class=\"DHTMLMenu\">Employment</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 15%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6507\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6507\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FNORTH%5FAMERICA&amp;langID=1\" class=\"DHTMLMenu\">North America</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FSOUTH%5FAMERICA&amp;langID=1\" class=\"DHTMLMenu\">South America</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FUK&amp;langID=1\" class=\"DHTMLMenu\">United Kingdom</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FEUROPE&amp;langID=1\" class=\"DHTMLMenu\">Europe</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FMIDDLE%5FEAST&amp;langID=1\" class=\"DHTMLMenu\">Middle East</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FAFRICA&amp;langID=1\" class=\"DHTMLMenu\">Africa</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FASIA&amp;langID=1\" class=\"DHTMLMenu\">Asia</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=DISTRIBUTORS%5FOCEANIA&amp;langID=1\" class=\"DHTMLMenu\">Oceania</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 19%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_6537\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_6537\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Register&amp;langID=1\" class=\"DHTMLMenu\">Register</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 25%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_7261\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_7261\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Home%5FPage&amp;langID=1\" class=\"DHTMLMenu\">Home Page</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 26%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_10967\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_10967\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=HRM%5F%28High%5FResolution%5FMelt%29%5F1&amp;langID=1\" class=\"DHTMLMenu\">HRM (High Resolution Melt)</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Rotor%2DGene%5F6000%5F6&amp;langID=1\" class=\"DHTMLMenu\">Rotor-Gene 6000</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Vapor%2DLock&amp;langID=1\" class=\"DHTMLMenu\">Vapor-Lock</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=X%2Dtractor%5FGene&amp;langID=1\" class=\"DHTMLMenu\">X-tractor Gene</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=CAS%2D1200&amp;langID=1\" class=\"DHTMLMenu\">CAS-1200</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=CAS%2D4200&amp;langID=1\" class=\"DHTMLMenu\">CAS-4200</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=CAS%2D4800%5F1&amp;langID=1\" class=\"DHTMLMenu\">CAS-4800</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Palm%2DCycler&amp;langID=1\" class=\"DHTMLMenu\">Palm-Cycler</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 27%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_11000\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_11000\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F1&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F2&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=A%5FPractical%5FSolution&amp;langID=1\" class=\"DHTMLMenu\">A Practical Solution</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=A%5FRobot%5FThat%5FWorks%5FLike%5FYou%5FDo&amp;langID=1\" class=\"DHTMLMenu\">It Works Like You</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Normalization%5F1&amp;langID=1\" class=\"DHTMLMenu\">Normalization</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=qPCR%5FSetup&amp;langID=1\" class=\"DHTMLMenu\">qPCR Setup</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=All%5FFormats%2C%5FAll%5FInstruments&amp;langID=1\" class=\"DHTMLMenu\">All Formats, All Instruments</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Versatility&amp;langID=1\" class=\"DHTMLMenu\">Versatility</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consumables%5F2&amp;langID=1\" class=\"DHTMLMenu\">Consumables</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Parts%5F%26%5FAccessories%5F1&amp;langID=1\" class=\"DHTMLMenu\">Parts & Accessories</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Easy%5FSoftware&amp;langID=1\" class=\"DHTMLMenu\">Easy Software</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Models%5F%26%5FOptions&amp;langID=1\" class=\"DHTMLMenu\">Models & Options</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Images%5F3&amp;langID=1\" class=\"DHTMLMenu\">Images</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Case%5FStudies%5FCAS&amp;langID=1\" class=\"DHTMLMenu\">Case Studies</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Resources&amp;langID=1\" class=\"DHTMLMenu\">Training Resources</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 33%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_11001\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_11001\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F2&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F3&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Palmtop%5FPC%5FInterface&amp;langID=1\" class=\"DHTMLMenu\">Palmtop PC Interface</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Models%5F%26%5FTube%5FFormats&amp;langID=1\" class=\"DHTMLMenu\">Models & Tube Formats</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=True%5FLinear%5FGradient&amp;langID=1\" class=\"DHTMLMenu\">True Linear Gradient</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Real%2DTime%5FGraphs&amp;langID=1\" class=\"DHTMLMenu\">Real-Time Graphs</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Interface%5F%26%5FControl&amp;langID=1\" class=\"DHTMLMenu\">Interface & Control</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Touchdown%5F%26%5FLong%5FRange&amp;langID=1\" class=\"DHTMLMenu\">Touchdown & Long Range</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Oligo%5FCalculator&amp;langID=1\" class=\"DHTMLMenu\">Oligo Calculator</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Design%5FUtility&amp;langID=1\" class=\"DHTMLMenu\">Design Utility</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Images%5FPC&amp;langID=1\" class=\"DHTMLMenu\">Images</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 45%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_11002\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_11002\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Product%5FInformation%5FGS&amp;langID=1\" class=\"DHTMLMenu\">Product Information</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Publications%5F2&amp;langID=1\" class=\"DHTMLMenu\">Publications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 54%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12154\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12154\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F6&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F6&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Why%5FAutomate%3F&amp;langID=1\" class=\"DHTMLMenu\">Why Automate?</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Instrumentation%5F1&amp;langID=1\" class=\"DHTMLMenu\">Instrumentation</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Easy%2Dto%2Duse%5FSoftware&amp;langID=1\" class=\"DHTMLMenu\">Easy-to-use Software</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consolidated%5FChemistry&amp;langID=1\" class=\"DHTMLMenu\">Consolidated Chemistry</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=CorProtocols&amp;langID=1\" class=\"DHTMLMenu\">CorProtocols</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Example%5FData&amp;langID=1\" class=\"DHTMLMenu\">Example Data</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Customer%5FExperience&amp;langID=1\" class=\"DHTMLMenu\">Example Applications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=OnCor%5FTips&amp;langID=1\" class=\"DHTMLMenu\">OnCor Tips</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consumables&amp;langID=1\" class=\"DHTMLMenu\">Consumables</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Parts%5F%26%5FAccessories&amp;langID=1\" class=\"DHTMLMenu\">Parts & Accessories</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Images&amp;langID=1\" class=\"DHTMLMenu\">Images</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=MSDS%5F1&amp;langID=1\" class=\"DHTMLMenu\">MSDS</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 56%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12189\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12189\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Third%5FParty%5FProtocols&amp;langID=1\" class=\"DHTMLMenu\">Third Party Protocols</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 67%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12286\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12286\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Robotic%5FSoftware%5FModule&amp;langID=1\" class=\"DHTMLMenu\">Robotic Software Module</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=CAS%2D1200%5FSpecifications&amp;langID=1\" class=\"DHTMLMenu\">CAS-1200 Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 68%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12305\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12305\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Ultra%5FCool%5FGel%5FControl&amp;langID=1\" class=\"DHTMLMenu\">Ultra Cool Gel Control</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=System%5FSpecifications&amp;langID=1\" class=\"DHTMLMenu\">System Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 69%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12349\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12349\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Events%5F1&amp;langID=1\" class=\"DHTMLMenu\">Events</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 71%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_13650\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_13650\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F4&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=HRM%5Fwith%5FSYBR%5FGreen&amp;langID=1\" class=\"DHTMLMenu\">HRM with SYBR Green</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Publications%5F3&amp;langID=1\" class=\"DHTMLMenu\">Publications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Instrumentation&amp;langID=1\" class=\"DHTMLMenu\">Instrumentation</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Why%5Fnot%5Fa%5Fblock%3F%5F1&amp;langID=1\" class=\"DHTMLMenu\">Why not a block?</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Reagents&amp;langID=1\" class=\"DHTMLMenu\">Reagents</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 72%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_13652\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_13652\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str += "\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F1&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Why%5FNot%5FA%5FBlock%3F&amp;langID=1\" class=\"DHTMLMenu\">Why Not A Block?</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Rotary%5FDesign&amp;langID=1\" class=\"DHTMLMenu\">Rotary Design</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Reaction%5FTube%5FFormat&amp;langID=1\" class=\"DHTMLMenu\">Reaction Tube Formats</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=6%2DColour%5FMultiplexing&amp;langID=1\" class=\"DHTMLMenu\">Multiplexing</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Two%2DFold%5FQuantification&amp;langID=1\" class=\"DHTMLMenu\">Two-Fold Quantification</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Reproducibility%5F%26%5FROX&amp;langID=1\" class=\"DHTMLMenu\">Reproducibility & ROX</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Concentration%5FAnalysis&amp;langID=1\" class=\"DHTMLMenu\">Concentration Analysis</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Real%2DTime%5FMetabolic%5FAnalysis&amp;langID=1\" class=\"DHTMLMenu\">Real-Time Metabolic Analysis</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Protein%5FMelt%5FAnalysis&amp;langID=1\" class=\"DHTMLMenu\">Protein Melt Analysis</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=OTV&amp;langID=1\" class=\"DHTMLMenu\">OTV Testing & Calibration</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control-Transportability-148d.html\" class=\"DHTMLMenu\">Transportability</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consumables%5F1&amp;langID=1\" class=\"DHTMLMenu\">Consumables</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Kits%5FParts%5FAccessories&amp;langID=1\" class=\"DHTMLMenu\">Kits, Parts & Accessories</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Instrument%5FColours&amp;langID=1\" class=\"DHTMLMenu\">Instrument Colours</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Image%5FGallery&amp;langID=1\" class=\"DHTMLMenu\">Image Gallery</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Publications%5F4&amp;langID=1\" class=\"DHTMLMenu\">Publications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 77%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_14087\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_14087\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F5&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F4&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consumables%5F4&amp;langID=1\" class=\"DHTMLMenu\">Consumables</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Parts%5F%26%5FAccessories%5F2&amp;langID=1\" class=\"DHTMLMenu\">Parts & Accessories</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 91%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_14088\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_14088\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Introduction%5F7&amp;langID=1\" class=\"DHTMLMenu\">Introduction</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F5&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Consumables%5F3&amp;langID=1\" class=\"DHTMLMenu\">Consumables</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Parts%5F%26%5FAccessories%5F3&amp;langID=1\" class=\"DHTMLMenu\">Parts & Accessories</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 94%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_14261\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_14261\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=MSDS%5F%2D%5FAustralia&amp;langID=1\" class=\"DHTMLMenu\">MSDS - Australia</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=MSDS%5F%2D%5FEurope&amp;langID=1\" class=\"DHTMLMenu\">MSDS - Europe</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=MSDS%5F%2D%5FUnited%5FStates&amp;langID=1\" class=\"DHTMLMenu\">MSDS - United States</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 98%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_14304\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_14304\" visibility=\"hide\" onmouseenter=\"unhide()\" onmouseleave=\"hide()\">" }
str+="\n\n<table width=\"163\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n\n\n<tr class=\"DHTMLMenu\">\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n\t<td height=\"18\" NOWRAP>- <a href=\"control.cfm?page=Specifications%5F7&amp;langID=1\" class=\"DHTMLMenu\">Specifications</a></td>\n\t<td width=\"6\" height=\"18\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/spacer.gif\" width=\"6\" height=\"18\" border=\"0\"></td>\n</tr>\n\n\n<tr>\n\t<td width=\"6\" height=\"6\" align=\"left\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_l.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n\t<td width=\"151\" height=\"6\" align=\"center\" background=\"shared/images/group_124/DHTML_m.gif\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_m.gif\" width=\"151\" height=\"6\" border=\"0\"></td>\n\t<td width=\"6\" height=\"6\" align=\"right\"><img alt=\"\" src=\"/shared/images/group_124/DHTML_r.gif\" width=\"6\" height=\"6\" border=\"0\"></td>\n</tr>\n</table>\n\n"
if (document.getElementById || document.all) { str+="</span>" } else if (document.layers) { str+="</layer>" }
if (document.getElementById || document.all || document.layers) { document.write(str) }
status="Loading DHTML Interface.. 100%"
*/
status="DHTML Interface Loaded."
setTimeout("status=\"\"",1000)
/* END PAGES SCRIPT */
