

// ---------- script properties ----------

var include_num = 1;
var bold = 0;

// ---------- sites ----------


var s = new Array();

s[0] = "Business Furniture and Fixtures^business-furniture.html^Progressive Industries offers its customers the finest lines of business furniture and fixtures available.^business furniture, computer furniture, conference tables, discount office furniture, office chairs, office desks, office furniture, school furniture";
s[1] = "Industrial and Commercial Equipment and Supplies^industrial-commercial-supplies.html^Partnering in business with world class companies, Progressive Industries strives toward the highest standards for your Industrial and Commercial needs.^Industrial supplies, commercial supplies, facilities maintenance, metalworking, cutting tools, machine tool accessories, hand tools, power tools, measuring instruments, hvac, safety, janitorial, drills, end mills, reamers, taps, dies, counterbores, indexable, machinery Pumps, Power Tools, Nuts and Bolts, Dollies, Trucks, Tools and Fasteners, New and Used Equipment, Raw & semi-finished materials, Waste, Hydraulic lifts, Gloves, Grease & Oil, Goggles, equipment, industrial equipment";
s[2] = "Safety and First Aid Equipment and Supplies^safety-equipment-supplies.html^Progressive Industries has partnered with some of the world's leading manufacturers and marketers of personal protective equipment and energy-absorbing products distributing the ultimate in safety performance and comfort.^First Aid Kits, Biohazard Response Products, Eye, Face & Head Protection, Eye Wash Stations, Respiratory Protection, Hearing Protection, Protective Footwear, Filter Technology, Gas Detection, Warning Systems, Electrical Safety equipment, Safety Cabinets, Chemical Storage, Spill Response Products, Smoke Alarms, Safety Lights, Fire Escape Ladders, Motion Sensors, Radon Test Kits, Alarms, OSHA Signs, OSHA Products";
s[3] = "Janitorial Supplies and Equipment^janitorial-supplies-equipment.html^At Progressive Industries, our promise is to take care of the details so our clients don’t have to. We partner with many companies distributing only the highest quality products and supplies.^Mops, Brooms, Floor Cleaners, Paper Products & Dispensers, Trash Liners, Break Room Supplies, Cleaners & Disinfectants, Signs, Spray Bottles, Equipment, Polishers, Waste Baskets and Receptacles, Sanitary Products, Buckets, Carts, Floor Buffers";
s[4] = "Industrial and Medical Chemicals^chemicals.html^Progressive Industries distributes a complete line of top brand name or economy brand chemicals for all your industrial, commercial, janitorial, safety or medical needs.^Acids, Solvents, Neutralizers, Beakers, Tubes, Freezers, Dry Chemicals, Absorbents, Drums, Janitorial, janitorial supplies, Industrial, commercial supplies, industrial supplies";
s[5] = "Trucks, Vehicles, Equipment, Parts and Supplies^trucks-vehicles-equipment-parts.html^Progressive Industries, Inc. is your local source for all vehicles and vehicle parts and supplies.^Fleet Vehicles, Utility Trucks, Crane Trucks, Pickups, Truck Parts, Cab and Chassis, Bucket Trucks, Stepvans, commercial vehicles, trucks, vehicles, pickup, forklift";
s[6] = "Stainless Steel Fabrication/Machining^custom-stainless-steel.html^Our factories offer customers precision sheet metal fabrication, machined parts, mechanical and welded assemblies, electro-mechanical and pneumatic assembly and complete systems integration services.^Process Shells, Fume Hoods, Chemical Pass-Thru's, Fire rated Pass-Thru's, Garment Pass Thru's, Product Pass-Thru's, Machined Parts, Tanks, Cover Plates, Access Panels, Solvent Carts , Material Carts ,WIP Carts, Ingot Handling, Wet Stations, Work Stations , Ergonomic Handling Equipment,  WIP Racks, Cassette Platforms, Condensers, Manifold Systems, Frame Systems";
s[7] = "HVAC, Plumbing, Refrigeration Equipment and Supplies^hvac-plumbing-refrigeration.html^As distributors we focus on all aspects of the Residential, Commercial, and Mobile HVAC and Plumbing market.^Commercial Sinks, Flush Valves, Institutional Faucets, Laboratory faucets, Stops, Drains, Fountains, Water Coolers, Service Sinks, Toilets, Urinals, Carrier, Safety Equipment";
s[8] = "Medical and Hospital Equipment and Supplies^medical-hospital-equipment.html^Our primary mission is to provide quality products and cost containment solutions to health care providers while enhancing the quality of patient care.^Admissions, Apparel, Bed and Bath, Central Supply, Eteral Products, Equipment and Furnishings, Exam and Diagnostics, gloves, Housekeeping, Incontinence Products, Nursing, Patient Care, Rehabilitation, Respiratory, Skin Care, Surgery, OB, Urology, Wound Care";
s[9] = "Promotional Products and Printing^promotional-products-printing.html^Progressive can help you communicate your message with creative flair and lasting impact. We motivate and stimulate your employees, customers, consumers, and buyers with a total communication package.^ Marketing,Advertising Specialties,logo merchandise,wearables,awards, premiums,executive gifts,incentives,recongnition,contracts,WBE distribution Promotional Products,Coffee Mugs,Emery Boards,Highlighters,Keychains,Letter Openers,Magnets,Pens,Ad Specialties,Advertising,Awards,Consumer Offers,Deal Loaders,Executive Gifts,Fundraisers,Recognition,Premiums,Trade Show Give Aways";
s[10] = "Security Scanners and Detectors^security-scanners-detectors.html^Progressive Industries is a premier distributor of security scanners, weapon detectors and handheld x-ray scanners for airports, high schools and high-security areas.^security, security scanners, metal detectors, schools, airport, x-ray, handheld, weapon";
s[11] = "Contact Us^contact.html^Contact us for additional information.^contact, info, address, phone, email";
s[12] = "Contract Services^contract.htm^Whether it be a complete marketing strategy or simply a public bid opening, our capabilities have an 18 year proven track record.^contract, bid, distributor, contractor";
s[13] = "Industrial Floor Scrubbers, Sweepers and Vacuums^industrial-floor-scrubbers-sweepers.html^The industrial sweepers and scrubbers offered by Progressive Industries are recognized worldwide for their performance and reliability.^floor, scrubber, sweeper, floor scrubber, scrubber sweeper";
s[14] = "Uniforms and Work Clothes^uniforms-work-apparel.html^Think of us as your source for uniform apparel, hospital employee and patient apparel, and work clothes. We strive to provide you with clothing that works as hard as you do.^uniforms, uniform, clothing, clothes, corporate, accessories";
s[15] = "Computer Hardware and Software^computers.html^Computer hardware, software and peripherals.^computer, hardware, software, mouse, keyboard, monitor";

// ---------- end of script properties and sites ----------


var cookies = document.cookie;
var p = cookies.indexOf("d=");

if (p != -1) {
	var st = p + 2;
	var en = cookies.indexOf(";", st);
	if (en == -1) {
		en = cookies.length;
	}
	var d = cookies.substring(st, en);
	d = unescape(d);
}
var od = d;
var m = 0;
if (d.charAt(0) == '"' && d.charAt(d.length - 1) == '"') {
	m = 1;
}

var r = new Array();
var co = 0;

if (m == 0) {
	var woin = new Array();
	var w = d.split(" ");
	for (var a = 0; a < w.length; a++) {
		woin[a] = 0;
		if (w[a].charAt(0) == '-') {
			woin[a] = 1;
		}
	}
	for (var a = 0; a < w.length; a++) {
		w[a] = w[a].replace(/^\-|^\+/gi, "");
	}
	a = 0;
	for (var c = 0; c < s.length; c++) {
		pa = 0;
		nh = 0;
		for (var i = 0; i < woin.length; i++) {
			if (woin[i] == 0) {
				nh++;
				var pat = new RegExp(w[i], "i");
				var rn = s[c].search(pat);
				if (rn >= 0) {
					pa++;
				} else {
					pa = 0;
				}
			}
			if (woin[i] == 1) {
				var pat = new RegExp(w[i], "i");
				var rn = s[c].search(pat);
				if (rn >= 0) {
					pa = 0;
				}
			}
		}
		if (pa == nh) {
			r[a] = s[c];
			a++;
		}
	}
	co = a;
}

if (m == 1) {
	d = d.replace(/"/gi, "");
	var a = 0;
	var pat = new RegExp(d, "i");
	for (var c = 0; c < s.length; c++) {
		var rn = s[c].search(pat);
		if (rn >= 0) {
			r[a] = s[c];
			a++;
		}
	}
	co = a;

}


function return_query() {
	document.jse_Form.d.value = od;
}

function num_jse() {
	document.write(co);
}

function out_jse() {
	if (co == 0) {
		document.write('<p><strong>Your search did not match any documents.</strong> Make sure all keywords are spelled correctly. Try different or more general keywords.</p>');
		return;
	}
	for (var a = 0; a < r.length; a++) {
		var os = r[a].split("^");
		if (bold == 1 && m == 1) {
			var br = "<b>" + d + "</b>";
			os[2] = os[2].replace(pat, br);
		}
		if (include_num == 1) {
			document.write('<p>', a + 1, '. <a href="', os[1], '">', os[0], '</a><br>', os[2], '</p>');
		} else {
			document.write('<p><a href="', os[1], '">', os[0], '</a><br>', os[2], '</p>');
		}
	}

}
