// JavaScript Document

<!-- Begin
var item = new Array();


/* Here is where all the magic happens.  
    Just enter as many additional pages that
    that you want to search, then fill in the
    additional listings for each page.
*/

// "Page Name","path","Page Title","Many,Key,Words","Descriptive Comments"

c=0; item[c]=new Array("index.php","","Oil and Water Limited - Home","oil,water,hazardous,waste,management,specialists,environment,dedicated,customer,service","Hazardous Waste Management Specialists");
c++; item[c]=new Array("about-us.php","","About Oil and Water Limited","about,author,contact,email,who","Oil and Water Limited specialise in the collection, treatment and transfer of Hazardous Waste");
c++; item[c]=new Array("case-studies.php","","Case Studies","Case,Study,Container,clean,Industrial,Cleaning,unaccompanied,truck,trailers,Thames,Europort,Illegal,immigrants,Kemsley,Mill,Paper,newsprint,Europe,recycled,burnt,Powergen,sand based,fluidised,residual,non,combustible,ash,hazardous,sealed,industrial,vacuum,environmental,requirement,engineering process,safe,disposal,waste,monitoring,controlling,cost,","Case Studies of tasks carried out by Oil and Water Ltd");
c++; item[c]=new Array("audit-pack.php","","Audit Pack","customs,environment,agency,permit,ewc,permitted,waste,streams,rdco,insurance,policy,health,safety,information,achilles,b2,uvdb,iso9001,chas,constructionline,iso14001,documentation,audit,pack,technical,documents","Technical documents available to view and download");
c++; item[c]=new Array("waste-collections-treatment-transfer.php","","Waste Collections Treatment and Transfer","IPPC,permitted,Waste,Treatment,Transfer,facility,Shaftesbury,Dorset,Oil,Water,waste,treatment,facility,Hazardous,special,waste,transfer,site,High,security,Efficient,Vehicle,Turnaround,Tanker,Dig,Out,wash,facility,chemist,Laboratory,Services,Legislative,compliance,Driver,friendly,facilities,Automated,weighbridge,Remote,marking,fuel,down,grading,HM,Customs,Excise,crane,vacuum,tanker,vehicles,ADR,specifications","Purpose built IPPC permitted Waste Treatment and Transfer facility");
c++; item[c]=new Array("decontamination-and-cleaning.php","","Decontamination and Cleaning Services","Specialist,qualified,tank,blige,cleaning,teams,Supplying,Industrial,Cleaning,Services,UK,Europe,24,hours,day,High,Ultra,Pressure,Jetting,decommissioning,dismantling,Oil,chemical,spill,containment,Confined,space,man-entry,Gas,free,certifications","Specialist qualified tank and blige cleaning teams. Supplying Industrial Cleaning Services throughout the UK and Europe 24 hours a day");
c++; item[c]=new Array("marpol-port-marine-waste.php","","Marpol Port and Marine Waste Management","Exclusive,Waste,Management,Contractors,Portland,Port,Poole,Portsmouth,Southampton,ports,Marpol,port,marine,services,Collection,hazardous,non,hazardous,ships,UK Ports,Dedicated,collection,vehicles,Oil,slop,collections,Drummed,packaged,Technical,advice,chemist,Full,consultancy","Exclusive Waste Management Contractors to Portland Port and working with Poole Portsmouth Southampton and many other ports");
c++; item[c]=new Array("garage-waste.php","","Garage Waste Services","Waste,Oil,Filters,Anti,Freeze,Brake,Fluid,Parts,Batteries,Paint,Solvents,Interceptor,cleaning,Maintenance,Fuel,Transfers","Dedicated fleet of vehicles for collection and management of garage waste");
c++; item[c]=new Array("news-renault-lorry.php","","News - New Renault vehicle joins the fleet - 2nd December 2008","winning,further,contracts,Utilities,Industry,vehicle,expanding,fleet,Renault,Premium,450,Euro5,engine,fully,automatic,44,tonnes","Due to winning further contracts within the Utilities Industry we have added a further vehicle to our ever expanding fleet");
c++; item[c]=new Array("news-14001-certification.php","","News - 14001 Certification - 2nd July 2008","company,achieved,gained,recognition,commitment,enhance,develop,modern,requirements,Waste,Environmental,Management,140001,certificate,certification,special,thanks,David,McFadyen","The company which has achieved much over the past year and has yet again gained recognition in a commitment to enhance and develop the company to meet the modern day requirements");
c++; item[c]=new Array("news-centrifuge-solves-sludge-problem.php","","News - Centrifuge solves sludge problem - 11th October 2006","Dorset,based,IPPC,permitted,Oil,Water,Ltd,specialises,treatment,hazardous,industrial,waste,sludges,water,mixtures,soluble,oils,centrifuge,introduced,sludge,produced,transported,plant,safe,disposal,cost,Stewart,Silvey,Centriquip,problem,equipment,practical,solution,effective,extracted,processing,recycling,cake,landfill,incineration,solids,reclassified,non,hazardous,reduces,material,site,developed,system,portable,Industrial,Services,Division,on,site,treatment,manufactures,dewatering,thickening,equipment,wastewater,decanter","Before the centrifuge was introduced, sludge produced during processing had to be transported by road to a plant in the midlands for safe disposal: a costly operation that was quickly becoming unsustainable");
c++; item[c]=new Array("news-entire-renault-fleet.php","","News - Entire Fleet moving to Renault - 11th October 2006","Hazardous,waste,management,specialist,Oil,Water,delivery,new,Renault,Premiums,Trucks,South,West,Premium,270.18,crane,320.26,tanker,dedicated,ADR,performance,service,received,440,Optidriver,II,gearbox,everyone,loved,hazardous,waste,carriers,company,health,safety,legal,regulations,specification,A E George,Bruton,entire,fleet,Simon,Mason,Magnum,Established,1998,hazardous,waste,management,services,Alfred,McAlpine,Brittany,Ferries,Waste,Services,UK,Honeywell,Cuddy,Demolition,Powergen,Shell,British,Gas,Serco,Portland,Port,2012,Olympics,IPPC,Shaftesbury,Dorset,Southampton,Rochester,oil,bilge,bulk,vacuum,tankers,high,pressure,jetting,confined,space,entry,factory,cleaning,tank,decommissioning,removal,drain,cleaning,services,24/7,service","Hazardous waste management specialist, Oil and Water Ltd., has taken delivery of two new Renault Premiums from Renault Trucks South West");



page="<html><head><title>Oil and Water Search</title><style>body{font-family:arial; font-size:12px; color:#63A656; background-image:url(../images/template-images/search-bg.jpg); margin-left:80px; background-repeat:repeat-y;}</style></head><body><h1>Search Results</h1>";

function search(frm) {
win = window.open("","","scrollbars=1,width=500,height=600");
win.document.write(page);
txt = frm.srchval.value.split(" ");
fnd = new Array(); total=0;
for (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
for (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "")
fnd[i] += (j+1);
}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.length; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, win, n);
fnd[w] = 0;
}
win.document.write("<br><br><b>Total found:</b> "+total+"<br></body></html>");
win.document.close();
}
function show(which,wind,num) {
link = item[which][1] + item[which][0]; 
line = "<a target='_blank' href='"+link+"'>"+item[which][2]+"</a> <b>Relevence:</b> "+num+"<br>";
line += item[which][4] + "<br>"+link+"<br><br>";
wind.document.write(line);
return 1;
}
//  End -->