var arProducts = new Array()
var arSolutions = new Array()
var arServices = new Array()

// species value list for reference only
// 1=dog
// 2=cat
// 3=livestock cow/calf
// 7=livestock feedlot
// 8=livestock dairy
// 4=swine
// 5=horses
// 6=avian

arProducts = [
[ -1,'', 'Select a Product'],
[ 1,'/pet_owners/dogs/product_eurican.asp','EURICAN'],
[ 1,'/pet_owners/dogs/product_frontline_spot.asp','FRONTLINE Spot On'],
[ 1,'/pet_owners/dogs/product_frontline_spray.asp','FRONTLINE Spray'],
[ 1,'/pet_owners/dogs/product_heartgard_plus.asp','HEARTGARD Plus'],
[ 1,'/pet_owners/dogs/product_immiticide.asp','IMMITICIDE'],
[ 1,'/pet_owners/dogs/product_pneumodog.asp','PNEUMODOG'],
[ 1,'/pet_owners/dogs/product_primodog.asp','PRIMODOG'],
[ 1,'/pet_owners/dogs/product_rabisin.asp','RABISIN'],
[ 1,'/pet_owners/dogs/product_recombitek.asp','RECOMBITEK'],
[ 2,'/pet_owners/cats/product_feliniffa.asp ','FELINIFFA'],
[ 2,'/pet_owners/cats/product_frontline_spot_on.asp','FRONTLINE Spot On'],
[ 2,'/pet_owners/cats/product_frontline_spray.asp','FRONTLINE Spray'],
[ 2,'/pet_owners/cats/product_leucorifelin.asp ','LEUCORIFELIN'],
[ 2,'/pet_owners/cats/product_rabisin.asp ','RABISIN'],
[ 4,'/swine/products.asp','BIOLOGICALS'],
[ 4,'/swine/products.asp','PHARMACEUTICALS'],
[ 5,'/equine/products.asp','EQVALAN Paste'],
[ 6,'/poultry/product_amprol_12.asp','AMPROL'],
[ 6,'/poultry/product_imequyl_20.asp','IMEQUYL '],
[ 6,'/poultry/products.asp','INACTIVATED VACCINES'],
[ 6,'/poultry/products.asp','LIVE VACCINES'],
[ 6,'/poultry/product_biologicals.asp','Biologicals'],
[ 6,'/poultry/product_pharmaceuticals.asp ','Pharmaceuticals'],
[ 6,'/poultry/product_isbi_vaccines.asp','ISBI Vaccines']
		  ]


arServices = [
[ -1,'', 'Select a Service'],
[ 1, '/pet_owners/vet_locator_search.asp', 'Find a Veterinarian'],
[ 1, '/pet_owners/login.asp', 'Reminder Services'],
[ 2, '/pet_owners/vet_locator_search.asp', 'Find a Veterinarian'],
[ 2, '/pet_owners/login.asp', 'Reminder Services'],
[ 3, '/producers/vet_locator_search.asp', 'Find a Veterinarian'],
[ 3, 'http://us.igenity.com', 'Genetic Testing'],
[ 4, '/producers/vet_locator_search.asp', 'Find a Veterinarian'],
[ 5, '/equine/vet_locator_search.asp', 'Find a Veterinarian'],
[ 6, '/producers/vet_locator_search.asp', 'Find a Veterinarian'],
[ 7, '/producers/vet_locator_search.asp', 'Find a Veterinarian'],
[ 7, 'http://us.igenity.com', 'Genetic Testing'],
[ 8, '/producers/vet_locator_search.asp', 'Find a Veterinarian'],
[ 8, 'http://us.igenity.com', 'Genetic Testing']
		  ]

arSolutions = [
[ -1,'', 'Select a Healthcare Solution'],
[ 1,'/pet_owners/dogs/product_heartgard_plus.asp', 'Heartworms, Intestinal Parasites'],
[ 1,'/pet_owners/dogs/product_frontline_spot.asp ', 'Fleas, Ticks, Other Parasites'],
[ 1,'/pet_owners/dogs/products.asp', 'Vaccines'],
[ 2,'/pet_owners/cats/product_frontline_spot_on.asp', 'Fleas, Ticks, Other Parasites'],
[ 2,'/pet_owners/cats/products.asp ', 'Vaccines'],
[ 4,'/swine/products.asp','Parasite Control'],
[ 5,'/equine/products.asp', 'Parasite Control'],
[ 6,'/poultry/products.asp','Vaccines'],
[ 6,'/poultry/product_biologicals.asp','Biologicals'],
[ 6,'/poultry/product_pharmaceuticals.asp','Pharmaceuticals']

		  ]


