/* 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 Wednesday, 29 August 2007 at 03:12:21 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=\"control.cfm?page=Home%5F1&amp;langID=1\" 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=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=Technical%5FSupport&amp;langID=1\" class=\"DHTMLMenu\">Technical 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=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.. 16%"
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.. 20%"
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.. 27%"
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.. 28%"
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=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\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=Gel%2DScan&amp;langID=1\" class=\"DHTMLMenu\">Gel-Scan</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%5F1&amp;langID=1\" class=\"DHTMLMenu\">Probes and Primers</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.. 29%"
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=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.. 37%"
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.. 48%"
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.. 58%"
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%5F3&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=Product%5FInformation&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=Cross%5FContamination&amp;langID=1\" class=\"DHTMLMenu\">Contamination 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=Specifications&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=Customer%5FExperience&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=Accessories&amp;langID=1\" class=\"DHTMLMenu\">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=Multimedia&amp;langID=1\" class=\"DHTMLMenu\">Multimedia</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=Commercial%5FKits&amp;langID=1\" class=\"DHTMLMenu\">Commercial Kits</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&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.. 60%"
str="";if (document.getElementById || document.all) { str+="<span id=\"menu_12180\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12180\" 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%5F1&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=Product%5FInformation%5F2&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=Product%5FInformation%5F3&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<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_12190\" style=\"visibility: hidden; position: absolute; top: 0px; left: 0px;\" onmouseenter=\"unhide()\" onmouseleave=\"hide(); activeLayer='aLayer';\">" } else if (document.layers) { str+="<layer name=\"menu_12190\" 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=Sigma%2DAldrich&amp;langID=1\" class=\"DHTMLMenu\">Sigma-Aldrich</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=Macherey%2DNagel&amp;langID=1\" class=\"DHTMLMenu\">Macherey-Nagel</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=Qiagen&amp;langID=1\" class=\"DHTMLMenu\">Qiagen</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=Invitek&amp;langID=1\" class=\"DHTMLMenu\">Invitek</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_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.. 75%"
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.. 77%"
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.. 79%"
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=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=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\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<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.. 80%"
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\">6-Colour 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=Analysis%5FOptions&amp;langID=1\" class=\"DHTMLMenu\">Analysis 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=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=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.cfm?page=Transportability&amp;langID=1\" 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=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.. 84%"
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<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.. 97%"
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<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.. 99%"

*/
status="DHTML Interface Loaded."

setTimeout("status=\"\"",1000)
/* END PAGES SCRIPT */

