

// ---------- script properties ----------

var include_num = 1;
var bold = 0;

// ---------- sites ----------


var s = new Array();

s[0] = "HomePage^index.html^HomePage^ Medicinal Plants, Medicinal Herbs, Indian Spices, Bio Fertilizer, Essential Oil, Agricultural Commodities like Rice & Pulses, Coffee beans Manufacturer & Wholesale Distributors, We are also into Research & Developer of Herbs & Health, Medicinal plants etc, medicinal plants, medicinal herbs, indian spices, herbs, bio fertilizer, agricultural commodities, essential oil, herbal extracts, coffee,  bio synthetics herbs, herbal, medicinal plant, organic spices, cultivation, rice, pulses, herbs farming, ayurdeva, cultivation zone, india, manufacturers, suppliers, wholesale, distribution, biosynherb.com, mumbai, manufacturers, Suppliers, webwork";
s[1] = "Bio Syn Herbs^biosynherbs.html^About-us^Bio-Syn herbs India Pvt. Ltd - Raw Medicinal Plants, Standardized Herbal Extract, Essential Oils Organic Herbs, Organic fertilizers, Coffee and Agricultural products, raw medicinal plant, herbal extract, spices, wholesaler spices India, basmati rice, pulse, medicainal plants, herbs, bio fertilizer, agricultural commodities, essential oil, herbal extracts, coffee,  bio synthics herbs, herbal, india, biosynherb.com, mumbai, manufacturers, Suppliers, webwork";
s[2] = "Products/human_use.htm^products/human_use.htm^Humana Use API's^ RAMIPRIL EP / BP, RAMIPRIL BP, RAMIPRIL, FRUSEMIDE EP / BP / USP, FRUSEMIDE EP, FRUSEMIDE BP, FRUSEMIDE USP, FRUSEMIDE, GLIPIZIDE, PRO / CHLORPROGUANIL HYDROCHLORIDE, CHLORPROGUANIL HYDROCHLORIDE, GABAPENTIN, CETIRIZINE DI HCL EP/BP, CETIRIZINE BP, LAMOTRIGINE, PENTAMIDINE ISETHIONATE / DI HCL, PENTAMIDINE ISETHIONATE";
s[3] = "Products/future_products.htm^products/future_products.htm^Products of Future^ PRAZIQUENTEL, NICARBAZIN, SULPHACHLORPYRAZINE, NIFURTIMOX, PROPETAMPHOS, HOMEDIUM BROMIDE / CHLORIDE, CHLORIDE, IMIDOCARB, TOLTRAZURIL, FLUNIXIN (MEGLUMINE SALT), MEGLUMINE SALT, FLUNIXIN, SULFACHLORPYRIDAZINE, PROCHLORPERAZINE, ISOMETAMEDIUM, VETERINARY, HUMAN, GLIMEPIRIDE, FELODIPINE, ISRADIPINE, OLMESARTAN, GLICLAZIDE, TOLTERODINE, MELARSOPROL, AMLODIPINE, NITRENDIPINE, ROPINIROLE, ERBISARTAN, ROSIGLUTAZONE, EFLORNITHINE, SURAMIN";
s[4] = "Products/ectoparaciticides.htm^products/ectoparaciticides.htm^ectoparaciticides^ CYROMAZINE, CYMIAZOLE, S-METHOPRENE, AZAMETHIOPHOS";
// ---------- 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('Your search did not match any documents.<p>Make sure all keywords are spelt correctly.<br>Try different or more general keywords.');
		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(a + 1, '. <a href="', os[1], '">', os[0], '</a><br>', os[2], '<p>');
		} else {
			document.write('<a href="', os[1], '">', os[0], '</a><br>', os[2], '<p>');
		}
	}

}

