﻿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(\" welcome hello thanks taking time look website notice that some areas site still under construction have enquiry please contact using menu left range work including limited edition photography beautiful photographic tableware novelty giftware even items personalised with your images text best wishes karen looking something specific search tool below \",\" tableware this page still under construction basic information below have query please contact each photographs above available items each 11oz ceramic dishwasher safe coaster 9x9cm heat resistant wooden coaster wipe clean placemat 20x26cm placemat table centre 23x31cm table centre small serving tray 21x33 serving tray with natural wood sides incorporating handles large 28x43cm glass cutting board 5x20cm textured glass cutting board work saver also suitable cheeseboard hand wash only dishwasher 5x39cm oven 20x20cm teflon coated oven heatproof handling ovenware machine washable matching matching wipe photographic print 16x12 print 20x16 snow white mount prices would like order these contact 01494 513685 email karen karen-saunders \",\" photography each photograph digitally printed 16x12 then mounted using 20x16 snow white textured mount board complete with backing keep image secure cellophane protection limited edition photographs each numbered initialed please click thumbnails below left control right view name photograph shown enlarged images above photographs \",\" have enquiry please don't dont hesitate contact telephone 01494 513685 email karen karen-saunders some links that interest livecraftsshows ahayball contact links \",\" events diary 2011 september					~				live crafts show great missenden buckinghamshire hp16 october				~				gifts christmas live windsor racecourse berkshire november						~				gifts butterfly world chiswell green 																																											hertfordshire november		~			gifts chester cheshire 																																								2ly loseley park guildford surrey 																																						1hs further details these events please click here opens window \",\" event photography under construction \",\" giftware under construction \",\" personalised items under construction \");");
d.write("var pageMap = new Array(\"Home\",\"Tableware\",\"Photography\",\"Contact & Links\",\"Events Diary\",\"Event Photography\",\"Giftware\",\"Personalised Items\");");
d.write("var linkMap = new Array(\"index.html\",\"tableware.html\",\"photographic prints.html\",\"contact & links.html\",\"events.html\",\"event photography.html\",\"giftware.html\",\"personalised items.html\");");
d.write("var preMap = new Array(\"Welcome Hello, Thanks for taking the time to look at my website.  You may notice that some areas of the site are still under construction so if you have any enquiry please Contact Me. Using the menu o\",\"Tableware This page is still under construction but the basic information is below! If you have any query please Contact Me Each of the photographs above is available of the items below: MUG £7.50 eac\",\"Photography Each photograph is digitally printed at 16x12”, then mounted using 20x16” Snow White textured mount board.  Complete with backing board to keep the image secure and in a cellophane bag for\",\"If you have any enquiry please don’t hesitate to contact me... Telephone ~ 01494 513685 Email ~ karen@karen-saunders.co.uk Some links that may be of interest to you...  www.livecraftsshows.co.uk  www.\",\"Events Diary 2011 2/ 3/ 4 September					~				Live Crafts Show, Great Missenden, Buckinghamshire HP16 9AE 21/ 22/ 23 October				~				Gifts for Christmas & Live Crafts Show, Windsor Racecourse, Berkshir\",\"Event Photography Under construction! \",\"Giftware Under construction! \",\"Personalised Items Under construction! \");");
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();
}
