﻿function GetSiteSearchResults(newWindow,frameObject,frameObjectName,fontFace,fontSize,fontColour,linkFace,linkSize,linkColour)
{
var sTerms="";
var iDepth = 0;
var sURL = new String(document.location);
if (sURL.indexOf("?") > 0)
{
var arrParams = sURL.split("?");
var arrURLParams = arrParams[1].split("&");
for (var i=0;i<arrURLParams.length;i++)
{
var sParam = arrURLParams[i].split("=");
var sValue = unescape(sParam[1]);
if( sParam[0] == frameObjectName)
	sTerms = sValue;
if( sParam[0] == "depth")
	iDepth = parseInt(sValue);
}
}
var d=frameObject.document;
if (sTerms=="") {d.open(); d.write("<html><head></head><body style=\"background: transparent;\"></body></html>"); d.close();return;}
var sBack=""; for (i=0; i<iDepth; i++) sBack+='..\\\\';
d.open();
d.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
d.write("<html lang=\"en\">");
d.write("<head>");
d.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">");
d.write("</head>");
d.write("<body style=\"margin: 0px 0px 0px 0px; font-family: "+fontFace+"; font-size: "+fontSize+"; color: "+fontColour+"; background: transparent;\">");
d.write("<div id=\"wpSearchResults\"></div>");
d.write("<script type=\"text/javascript\">");
d.write("var wordMap = new Array(\" industrial experimental design analysis biotechnology process research factor screening optimization comparisons production pilot data presentation results in-house technical newsletters contact have store much information show disappointed with return your dollar? answers that need hidden existing data? field surveys expensive they give? sampling designs statistically valid? should look problem from different point view? peer review second opinion? field survey experiments organization statistical population dynamics ecosystem modelling forest growth yield documentation ecosystems biotechnology expertise useful biometrics providing experienced consulting services bio-technology enterprises resource management companies government programs concentrate making biometrics useful name e-mail address comments \",\" stephen smith profile experienced organized innovative careful biometrician biostatistician quantitative analyst providing complete range services experimental design sampling data analysis organization mining quality management worked natural resources canada india asia private industry government university sectors agricultural bio-technology scope responsibilities •	ceo managing partner professional service firms resource company •	design analytical methods techniques experiments industrial designs factor screening optimization processes inventory samples statistical mathematical models physiological process modelling monitoring •	statistical logical conclusions reporting graphical presentation results reports technical newsletters •	application develop forest growth yield •	organizing manipulating large databases •	biometrics consulting donaldson reliable analyst photo interpreter vegetative ecosystems habitats other surveys translating research into interpretation criteria highly skilled compilation documentation ecosystem based forest dimensions long established full spectrum vegetation complete state interpretations digital classification mapping technologies including stereo softcopy digital classification orthophoto updates cascading control monorestitution expertise 		associates contact located southern vancouver island british columbia \",\" standard industrial strategy starts with screening design understand which process factors have biggest effect necessary there follow optimization that let's lets model response surface function most important some processes this approach takes long case orthogonal array designs combine exploration into single step bio-technology biotechnology industry primary goal research extract maximum amount unbiased information about affecting production from costly observations possible experimental when each level every factor found combination other practice more complex situations lose data constraints like expense whose columns completely general rule better independent extracted uncertainty prediction dependent variable depends variability points main want extracts leaves least future values designs best meet these criteria called rotatable orthogonality rotatability depend upon number centre axial distance minimum levels will improve calculated many specific relationship between sample size probability achieving statistical significance fixed error rate population descriptors power calculations tell correct achieve test achievable experimental strategy design fundamentals contact \",\" ecosystems unbiased ecosystem surveys give information that needed manage terrain water habitat vegetation animal life together form quantitative analysis these data gives understanding ecosystem's ecosystems dynamics this turn enables objective forecasts changes ecosystem tell large aggregate area fragments distributed what quantities exist healthy system resource component parts changing	 simple stratified random selective systematic horizontal point sampling ratio regression estimates phase multi-stage line intersect quadrat transect capture recapture direct inverse vegetation forest fish wildlife variance covariance linear non-linear principal components cluster discriminant non-parametric tests geostatistics •		population surveys sampling methods analytical contact practical business which calls several skills defining population sampled determining collect measurement methods organizing field work proper application theory produce unbiased parameters \",\" links site search results contact useful biometrics applies statistical techniques that transform data into essential information real-world enterprises \",\" links sigma science news economist science technology comprehensive directory greater victoria community forest dimensions high quality forest inventory services link exchange your ultimate resource link exchange lens offers huge online brand name contact lenses with reasonably priced prices services include order shipping straight delivering blue chip service affordable price \");");
d.write("var pageMap = new Array(\"useful biometrics\",\"expertise\",\"bio-tech\",\"ecosystems\",\"links & site search results\",\"links\");");
d.write("var linkMap = new Array(\"index.html\",\"expertise.html\",\"bio_tech.html\",\"ecosystems.html\",\"search_results.html\",\"links.html\");");
d.write("var preMap = new Array(\" Industrial experimental design and analysis for biotechnology process research; factor screening; process optimization; process comparisons; analysis of production pilot data; presentation of results\",\"    Stephen Smith PROFILE:  An experienced, organized, innovative and careful Biometrician/Biostatistician and Quantitative Analyst providing a complete range of services in experimental design, sampl\",\"A standard industrial strategy starts with a screening design to understand which process factors have the biggest effect. If necessary, there is a follow up with an optimization design that let’s us \",\"Ecosystems  Unbiased ecosystem surveys give information that is needed to manage the terrain, water, habitat, vegetation and animal life that  together form an ecosystem. Quantitative analysis of thes\",\"    Links & Site Search Results  Contact Useful biometrics applies statistical techniques that transform data into essential  information for real-world enterprises. \",\"                          LINKS                                                   Sigma Xi Science News                                                             Economist science & technology      \");");
d.write("function doNav(ind)");
d.write("{");
if (newWindow)
d.write("		 window.open(\""+sBack+"\"+linkMap[ind],\"_blank\");");
else
d.write("		 parent.window.location.href=linkMap[ind];");
d.write("}");
d.write("function wpDoSearch(searchTerms){");
d.write("var terms = searchTerms.split(\" \");");
d.write("if (terms==\"\") return;");
d.write("var results = \"\";");
d.write("var resultscount = 0;");
d.write("for (var i=0; i<wordMap.length; i++)");
d.write("{");
d.write("			var found=true;");
d.write("			for (var j=0; j<terms.length; j++)");
d.write("					if (wordMap[i].indexOf(terms[j].toLowerCase())==-1) found=false;");
d.write("			if (found)");
d.write("			{");
d.write("				 results+=\"<a style=\\\"cursor: pointer; font-family: "+linkFace+"; font-size: "+linkSize+"; color: "+linkColour+"; \\\" onclick=\\\"doNav(\"+i+\");\\\"><u>\"+pageMap[i]+\"</u></a><br>\"+preMap[i]+\"...<br><br>\";");
d.write("				 resultscount++;");
d.write("			}");
d.write("}");
d.write("document.getElementById(\"wpSearchResults\").innerHTML=resultscount+\" result(s) found for search term: \"+searchTerms+\"<br><br>\"+results;");
d.write("}");
d.write("wpDoSearch(\""+sTerms+"\");");
d.write("</script>");
d.write("</body></html>");
d.close();
}