﻿function GetSiteSearchResults(newWindow,frameObject,frameObjectName,fontFace,fontSize,fontColour,linkFace,linkSize,linkColour,resultsText)
{
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 having trouble explaining problems caused government officials? your timber supply being reduced made more expensive policies? disappointed with return dollar? field surveys answers that they give? sampling designs statistically valid? need peer review second opinion? timber survey experiments organization statistical population dynamics ecosystem modelling forest growth yield documentation forests biotechnology expertise useful biometrics providing experienced consulting services resource assessment management companies bio-technology enterprises 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 \",\" surveys unbiased ecosystem surveys give information that needed manage timber terrain water habitat vegetation animal life together form quantitative analysis these data gives understanding ecosystem's ecosystems dynamics including forest growth yield 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 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 delivering blue chip service affordable price book month freedom greatest addiction richard fernandez \",\" climate topography soil latitude elevation determine general forest type each ecosystem changes with seasons passage time process called succession where early structures composition transition into forms matures eventually breaks apart trees reach their life span dramatic events like fires windstorms wipe nature's natures canvas clean cycle begins anew forest harvesting through clear-cutting also prepares successional patterns paint over first young selective cutting slows down holding structure mixing middle aged same hectare this maintained repeated forests develop there average temperature greater than warmest months annual precipitation equivalent least rain copyright© 2011 stephen smith rights reserved form buffer earth against full impact wind snow whatever evergreen deciduous tropical boreal temperate provide special environments other vegetation animals birds reptiles insects fungi these different parts together ecosystems \",\" estimating effect government policies area reductions additions growth yield assumptions harvest rates logging costs operational flexibilty availabilty timber conducting reviews supply studies developing responses building estimates economically viable supplies timber supply cutting down forest trees processing them into other products creates great wealth renewed future generations simply regenerating stands after available from time depends economic demand existing structure rate produce contact services \");");
d.write("var pageMap = new Array(\"useful biometrics\",\"expertise\",\"bio-tech\",\"surveys\",\"links & site search results\",\"links\",\"forests\",\"timber supply\");");
d.write("var linkMap = new Array(\"index.html\",\"expertise.html\",\"bio_tech.html\",\"surveys.html\",\"search_results.html\",\"links.html\",\"forests.html\",\"timber supply.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 \",\"Surveys Unbiased ecosystem surveys give information that is needed to manage the timber, terrain, water, habitat, vegetation and animal life that  together form an ecosystem. Quantitative analysis of \",\"    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      \",\"Climate, topography, soil, latitude and elevation determine the general forest type. Each forest ecosystem changes with the seasons. Each forest ecosystem changes with the passage of time in a process\",\"  Estimating the effect of Government policies, area reductions and additions, growth and yield assumptions on:   - harvest rates  - logging costs  - operational flexibilty  - availabilty of timber  C\");");
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+\" "+resultsText+" \"+searchTerms+\"<br><br>\"+results;");
d.write("}");
while(sTerms.indexOf("\"") != -1 ) {
sTerms = sTerms.replace("\"","");
};
d.write("wpDoSearch(\""+sTerms+"\");");
d.write("</script>");
d.write("</body></html>");
d.close();
}
