<!--

var thisEle = null;

var ttTxtArr = new Array(
	[295,310,"Keyword","Te conum ip eliquisl ut nibh ero od molore dolorecong ea feum enit at. Duip eum alis elis dit adionse quamcommy nos nonullum iusciduisi."],
	[295,340,"Organism","Common name for typical model organisms and research: i.e. bacteria, fish, rat..."],
	[295,372,"Tissue Type","Tissue where the RNA was extracted from. When the RNA is not limited to a single tissue, the <B>Whole</B> nomination is used."],
	[295,405,"Sample Type","Type of samples preparation. One of the following: Cell Culture, Fresh, Frozen tissue or Formalin-fixed, paraffin-embedded (FFPE) samples."],
	[295,438,"Extraction Method","RNA isolation or extraction method used to prepare the RNA. If modified from a standard/commercial method, please provide link to a reference in <B>Weblink describing Extraction</B> field. i.e. Trizol extraction."],
	[116,210,"Genus","Higher taxonomic classification. Searchable using keywords: Vertebrates-Mammalian, Vertebrates-Others; Invertebrates; Plants; Fungi; Protists; Prokaryotes; Viruses."],
	[126,230,"Species","Taxonomic name for the species the RNA is extracted from. i.e. Arabidopsis thaliana. Searchable using keywords"],
	[126,250,"Disease","Disease state of the tissue that the RNA was extracted from. i.e. Normal, Tumor, Normal Adjacent, Alzheimer's, Parkinson's..."],
	[408,210,"Common Organism","Common name for typical model organisms and research: i.e. bacteria, fish, rat..."],
	[330,230,"Tissue","Tissue where the RNA was extracted from. When the RNA is not limited to a single tissue, the <B>Whole</B> nomination is used."],
	[375,250,"Sample Type","Type of samples preparation. One of the following: Cell Culture, Fresh, Frozen tissue or Formalin-fixed, paraffin-embedded (FFPE) samples."],
	[210,321,"Quality of Extraction","Representativity of the current entry relative to similar extractions with the same extraction protocol and a similar sample type. Can be either <B>Excellent</B>, <B>Good</B> or <B>Poor</B> as judged by the submitter."],
	[425,321,"RNA Isolation Method","RNA isolation or extraction method used to prepare the RNA. If modified from a standard/commercial method, please provide link to a reference in <B>Weblink describing Extraction</B> field. i.e. Trizol extraction."],
	[100,341,"RIN","RNA Integrity Number, a number provided by the 2100 bioanalyzer expert software that classifies sample by its relative integrity in classes 10 to 1, being 10 a non degraded sample class and 1 highly degraded sample class. For more information see: http://www.agilent.com/chem/RIN."],
	[180,363,"Ribosomal Ratio","Area Ratio between the two major ribosomal bands/peaks in typical total RNA samples. It can be used to compare integrity of similar samples. This is measured between the 28S and 18S ribosomal peaks for eukaryotic RNA and is automatically calculated by the 2100 bioanalyzer expert software."],
	[168,383,"UV:206/208nm:","Spectroscopy measurement of the RNA samples. Lower ratio can indicate contamination by DNA, proteins or other chemicals in the RNA preparation."],
	[168,403,"UV:260/230nm:","Spectroscopy measurement of the RNA samples. Lower ratio can indicate contamination by solvents or other chemicals in the RNA preparation."],
	[180,423,"RNA conc (ng/&micro;l):","Calculated or nominal RNA concentration of the sample in nanograms per microliter."],
	[440,341,"Downstream experiment:","Experiment performed with the RNA preparation. i.e. Agilent Microarray e-Array, rtRT-PCR or Northern."],
	[403,362,"Electropherogram","Graphic display of the RNA profile. Not searchable."],
	[160,590,"Error code(s)","errors and warnings associated to the file. RIN warnings are commonly found in non mammalian RNA traces."],
	[295,438,"Electropherogram","Graphic display of the RNA profile. Not searchable."],
	[180,610,"Target Gene List","(Optional information)List of gene or group of genes targeted by the experiment."],
	[228,160,"Keyword","Te conum ip eliquisl ut nibh ero od molore dolorecong ea feum enit at. Duip eum alis elis dit adionse quamcommy nos nonullum iusciduisi."],
	[228,192,"Organism","Common name for typical model organisms and research: i.e. bacteria, fish, rat..."],
	[228,224,"Tissue Type","Tissue where the RNA was extracted from. When the RNA is not limited to a single tissue, the <B>Whole</B> nomination is used."],
	[228,258,"Sample Type","Type of samples preparation. One of the following: Cell Culture, Fresh, Frozen tissue or Formalin-fixed, paraffin-embedded (FFPE) samples."],
	[228,290,"Extraction Method","RNA isolation or extraction method used to prepare the RNA. If modified from a standard/commercial method, please provide link to a reference in <B>Weblink describing Extraction</B> field. i.e. Trizol extraction."]
);

function toggleEntry(togVal) {
	document.forms[0].action = "?";
	document.getElementById("toggleEntry").value = togVal;
	document.forms[0].submit();
}

function sP(type) {
	posx = ttTxtArr[type][0];
	posy = ttTxtArr[type][1];
	
	thisEle = document.getElementById("dd3");
	
	if (navigator.appName.indexOf("Explorer") > 1) {
		if (type < 5) posy += 14;
	    else posy += 4;
	} 
	
	thisEle.style.top = posy + "px";
	thisEle.style.left = posx + "px";
	thisEle.style.cursor = "help";
	document.getElementById("innerBD").innerHTML = "<span class='popupTitle'>" + ttTxtArr[type][2] + "</span><hr size=1 width=190 bgcolor='#597bc2' align=left>" + ttTxtArr[type][3];
	thisEle.style.visibility = "visible";
	document.getElementById("popupRO_" + type).style.cursor = "help";
}

function hP(){
	document.getElementById("dd3").style.visibility = "hidden";
}

function sPIE(type,xOffset) {
	
	posx = ttTxtArr[type][0]-xOffset;
	posy = ttTxtArr[type][1];
		
	var isU = "";
	if (type < 3 || (type > 22 && type < 26)) { 
		thisEle = document.getElementById("dd4");
	} else { 
		thisEle = document.getElementById("dd5");
		posy -= 130;
		posx -= 3;
		isU = "_u";
	}
	
	if (navigator.appName.indexOf("Explorer") > 1) {
		posy += 14;
	}
	
	thisEle.style.top = posy + "px";
	thisEle.style.left = posx + "px";
	thisEle.style.height = "200px";
	thisEle.style.cursor = "help";
	document.getElementById("innerBDIE" + isU).innerHTML = "<span class='popupTitle'>" + ttTxtArr[type][2] + "</span><hr size=1 width=130 bgcolor='#597bc2' align=left>" + ttTxtArr[type][3];
	thisEle.style.visibility = "visible";
	document.getElementById("popupRO_" + type).style.cursor = "help";
}

function hPIE(){
	if (thisEle) thisEle.style.visibility = "hidden";
}

-->