﻿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(\" treetrek what adventure educational tree climbing? training rogue climbing products sometimes called technical method tree climbing that non-destructive spikes used involves special ropes well harnesses designed especially life safety equipment used manufactured specifically applications please note climbers attached rope times when they also offer specialize training people either research environment different types 20-hour basic course 18-hour beyond basics 36-hour rain forest cloud researcher's researchers tropical ecology information courses found page sell gear brand gear dedicated bringing innovation community most popular items leather rope sleeve which reduce wear limb being recent addition store getting rigged introductory book doubled-rope we're were always working something find products online here trek bookings welcome company primarily operating north georgia mountains focuses recreation provide facilitated climbs including organized through sawnee preserve birthday parties other groups private forsyth county park details about securing both recreational contact \",\" about bill maher jeff newman been climbing over years spent many more pursuing other outdoor activities north central america runs several facilitated climbs each month well teaching basic advanced tree adventurers researchers educators also volunteers regularly with georgia department natural resources chapter american chestnut association nature-related projects treetrek office phone 706-216-2402 cell 706-974-1630 hiking camping since scouts recreational tree climbing 770-886-0300 rope than forty into trees past twelve wilderness spends almost half year rainforests panama canopy access techniques graduate students working that require canopy access treetrek \",\" tree trek offers variety training recreation educational research applications courses include hour basic climbing course beyond basics courses resources treetrek rain forest cloud researcher's researchers tropical ecology details each class offered below taught lake lanier contact info \",\" what ‘challenge choice?' choice? each individual climber allowed goals without interference from facilitators peer pressure other climbers while going into that slightly uncomfortable zone somewhere between safety panic where greatest opportunity exists learning personal growth involves chance potentially difficult frightening challenge atmosphere support caring back when performance pressures self-doubt become strong knowing future attempt will always available tasks recognizing effort more important than actual result final respect everyone group ideas choices effect facilitator criticize tease participant high climbing fast others bookings treetrek book climbs sawnee preserve contacting carrie toth here \",\" search results treetrek \",\" treetrek coming soon \",\" treetrek coming soon \",\" treetrek welcome online catalog rogue brand products products manufactured climbers please note shipping charges generated during sales continental united states only please contact international shipping charges rope climbing basics forest canopy introduction doubled rope climbing bill maher this manual should used learn non-invasive tree rather reference those climb from competent instructor getting rigged manual item price quantity throw constructed tubular webbing treated seams with polymer prevent fraying extend service life soft side design little more climber friendly times when your both sizes suitable sidewinder hand throwing throw here benefits line storage reel quickly efficiently flake line allowing reel spin free thumb while pull reels much like fishing therefore does introduce twist into occurs wind greatly reduces number tangles firing amount time spend stowing simply limb savers made high quality leather designed reduce wear well reducing friction limb equipped attachment loop easy harness saver extra long \",\" treetrek treeclimbers' treeclimbers coalition tree climbing blue ridge climbers sawnee mountain preserve tribe forestry suppliers wesspur institute tropical ecology conservation rara avis rainforest center canopy clouds leave trace association outdoor recreation education arborquest mighty company japan sunny island society taiwan ohio links \",\" treetrek media \",\" treetrek events \");");
d.write("var pageMap = new Array(\"Home\",\"About Us\",\"Training\",\"Bookings\",\"Search Results\",\"Photo Gallery\",\"Resources\",\"Store\",\"Links\",\"Media\",\"Events\");");
d.write("var linkMap = new Array(\"index.html\",\"page2.html\",\"page3.html\",\"page4.html\",\"page9.html\",\"page8.html\",\"page80.html\",\"page81.html\",\"page82.html\",\"page83.html\",\"page84.html\");");
d.write("var preMap = new Array(\"TREETREK What is Adventure & Educational Tree Climbing?  Training  ROGUE Climbing Products Adventure & Educational Tree Climbing, sometimes called “Technical Tree Climbing” is a method of tree climbin\",\"about us Bill Maher Jeff Newman Joe Maher Bill has been climbing over 10 years and has spent many more years pursuing other outdoor activities in North and Central America. He runs several facilitated\",\"  Tree Trek offers a variety of training for recreation, educational, and research applications. Our courses include: The 20 Hour Basic Tree Climbing Course The 18 Hour Beyond the Basics  Course train\",\"  WHAT IS ‘CHALLENGE BY CHOICE?’ Each individual climber is allowed to set his or her own goals without interference from facilitators or peer pressure from other climbers, while going into that sligh\",\"search results TREETREK \",\"TREETREK Coming Soon \",\"TREETREK Coming Soon \",\"TREETREK Welcome to our online catalog of ROGUE Brand products. ROGUE  Products are manufactured by climbers, for climbers.  PLEASE NOTE: All shipping charges generated during sales are for  continent\",\"TREETREK The Treeclimbers’ Coalition Tree Climbing USA Blue Ridge Tree Climbers Sawnee Mountain Preserve New Tribe Inc. Forestry Suppliers Inc. Wesspur Institute for Tropical Ecology and Conservation \",\"TREETREK media \",\"TREETREK events \");");
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();
}