﻿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
// 4=avian



arProducts = [
[ -1,'', 'Select a Product'],
[ 1,'/products/dogs_frontline_spot_on.asp','FRONTLINE Spot On'],
[ 1,'/products/dogs_frontline_plus.asp','FRONTLINE Plus'],
[ 1,'/products/dogs_heartgard_plus.asp','HEARTGARD Plus'],
[ 2,'/products/cats_heartgard_chewable.asp','HEARTGARD Chewable'],
[ 2,'/products/cats_frontline_plus.asp','FRONTLINE Plus'],
[ 3,'/livestock_producers/vacc.asp','양돈 백신'],
[ 3,'/products/ivomec_injection.asp','Ivomec 1% injection(이보멕 주사)'],
[ 3,'/products/ivomec_premix.asp','Ivomec-Premix 0.6% (이보멕-프리믹스)'],
[ 3,'/products/ivomec_f.asp','Ivomec-F (이보멕-F)'],
[ 3,'/products/ivomec_eprinex.asp','Eprinex (에프리넥스)'],
[ 3,'/livestock_producers/pharma.asp','기타 화학제품'],
[ 4,'/poultry_producers/live_vaccine.asp','생독백신 (Live Vaccine)'],
[ 4,'/poultry_producers/oil_vaccine.asp','사독백신 (Killed Oil Vaccine)'],
[ 4,'/poultry_producers/marek_vaccine.asp','마렉백신 (Marek Vaccine)'],
[ 4,'/poultry_producers/pharma.asp','화학제품 (Pharma Product)']
		  ]


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/other.asp', '기타제품'],
[ 2, '/pet_owners/cats/other.asp', '기타제품'],
[ 4, '/poultry_producers/equipment.asp', '메리알 백신 접종 기구서비스']
		  ]


