﻿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(\" more>> 6100 system 9100 hplc aquamax series welcome website name richard have been industry more then years working technician manager director service engineer specialty sciex mass spectrometers thermo quantum surveyor system waters 2695 2795 agilent shimadzu systems young line water purification \",\" started career 1992 phoenix international support technician ordering supplies assisting analysts maintenance laboratory equipment column packing implication interest promoted analyst performing sample extraction data analysis instrument operation reporting 1993 acquired brand apiii triple quad mass spectrometers 1999 made radical change since child always draw technology learning machines work taking them apart rebuilding took position instrument service technician responsible maintaining calibrating repairing finally found exactly what wanted repair troubleshooting spent spare time asking questions first operators eric david ardeshir khadang became mentor fascinating world spectrometry ardy hired 1994 operator sciex department 1995 manager instrumentation team specialists chromatography technicians scheduling method drawned 2001 joined applied biosystems engineer factory trained api2000 3000 4000 voyager maldi 2003 left join pharma services automation application specialist responsibilities were train personnel operations automate methods after months feel comfortable this environment decided move 2004 warnex analytical analytical departments calibration equipments 2006 director quest better improve myself 2008 join scientific engineer zefsci covers wide variety from such thermo agilent waters hplc shimadzu perkin elmer themo young also qualifications about life sciences \",\" sciex mass spectrometers thermo instruments waters api2000 qtrap api1xx api3000 api4000 api5000 vogager api5500 agilent 6100 series 1100 1200 series expertise shimadzu sil-hta lc10-at lc10advp prominence lc20-ad over years learn kinds which makes very challenging with more then working with products quite refreshing totallly different architecture software great diagnostics package recently returned from korea after being factory trained product line that offering canada young hplc water purification systems discovery quantum ultra vantage surveyor accella pumps 2690 alliance 2487 detector autosampler prep pump perkin elmer system \",\" contact thank visiting site please feel free leave comment questions have concerning instrumentation comments e-mail address name rbrunet lcms-tech \",\" search results \",\" contact thank comments e-mail rbrunet lcms-tech \");");
d.write("var pageMap = new Array(\"Home\",\"About Me\",\"My Expertise\",\"Contact Me\",\"Search Results\",\"Thank you\");");
d.write("var linkMap = new Array(\"index.html\",\"aboutme.html\",\"myexpertise.html\",\"contact.html\",\"page5.html\",\"page6.html\");");
d.write("var preMap = new Array(\"More>> YL 6100 GC System YL 9100 HPLC System AquaMAX  370 series Welcome to my Website. My name is Richard, I have been in the industry for more then 18 years working as a lab technician, Manager, Dir\",\"I started my career in 1992 at Phoenix International as a Lab support technician, ordering supplies, assisting Analysts, maintenance of laboratory equipment and column packing. My implication and inte\",\"Sciex Mass spectrometers Thermo Instruments Waters API2000/Qtrap API1XX/3XX API3000 API4000/Qtrap API5000 Vogager DE/PRO and STR API5500/Qtrap Agilent Agilent MSD and 6100 series 1100 and 1200 Series \",\"Contact Me Thank you for visiting my site, please feel free to leave a comment or any questions you may have concerning Instrumentation. Comments E-mail Address Name E-mail: rbrunet@lcms-tech.com \",\"Search Results \",\"Contact Me Thank you for you comments. E-mail: rbrunet@lcms-tech.com \");");
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();
}