var dom=document.getElementById;var ObjDescription=document.getElementById("Describe");var ObjMenuPos=window.top.document.getElementById("MenuPos");var text=new Array(5);text[0]="<h3><b>Our portfolio</b> includes more than a hundred validated assays and is constantly evolving as we build new assays for our clients each year.</h3>";text[1]="<h3><b>The first white paper</b> discussing the unique advantages of High Content Analysis in terms of its data output and also critiques some of the more exotic cell biology assays.</h3>";text[2]="<h3><b>This poster</b> was presented at a recent ELRIG meeting and contains a lot of good examples of HCA and how it can be used to address very different research questions.</h3>";text[3]="<h3>A useful extension to the ImageJ that allows you to rapidly convert In Cell image files into ImageJ hyperstacks.</h3>";text[4]="<h3><b>Company Presentation</b> showing our own internal research data from various assays we support.</h3>";	function ChangeDescription(pDescribe){	ObjDescription.innerHTML=text[pDescribe];}
function ChangeMenu(pLink){	if (!dom) return //not modern browser then do not execute script	OldObj=(ObjMenuPos.innerHTML!="") ? window.top.document.getElementById(ObjMenuPos.innerHTML) : false; 	NewObj=window.top.document.getElementById(pLink);	ChangeSelection(OldObj, NewObj);	ObjMenuPos.innerHTML=pLink;}function ChangeSelection(pOld, pNew){	var label, ObjImage;	if (pOld){		a=findchild(pOld,"#text");		a.nodeValue="";		a=findchild(pOld,"A");		a.style.display="inline";	}	if (pNew){		a=findchild(pNew,"A");		label=a.innerHTML;		a.style.display="none";		if (pNew.id=="Videos" || pNew.id=="Quote"){			objImage=document.createElement("img");			objImage.style.border="none";			if (pNew.id=="Videos"){				objImage.style.marginLeft="-1px";				objImage.src="img/Videos2.png";			}			else{				objImage.src="img/Email2.png";			}			pNew.appendChild(objImage);		}		else{			a=findchild(pNew,"#text");			if (a)				a.nodeValue=label;			else{				var TextNode=document.createTextNode(label);				pNew.appendChild(TextNode);			}		}	}}function findchild(obj,tag){	cn=obj.childNodes;	for (k=0; k<cn.length; k++){		if (cn[k].nodeName==tag) return cn[k];	}	return false;}
