﻿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,'', '選擇產品'],
[ 1, '/products/frontline_plus_dog.asp', '蚤不到全效®滴劑 (FRONTLINE Plus®)'],
[ 1, '/products/frontline_dog.asp', '蚤不到®噴劑 (FRONTLINE® Spray)'],
[ 1, '/products/frontline_dog.asp', '蚤不到®滴劑 (FRONTLINE® Spot On)'],
[ 1, '/products/heartgard_plus.asp', '犬新寶® (HEARTGARD® Plus Chewables)'],
[ 1, '/products/heartgard_tablets.asp', '愛犬心寶® (HEARTGARD® Tablets)'],
[ 1, '/products/oravet_owner.asp', '保齒潔口腔保健系列 (OraVet)'],
[ 2, '/products/frontline_cat.asp', '蚤不到®噴劑 (FRONTLINE® Spray)'],
[ 2, '/products/frontline_cat.asp', '蚤不到®滴劑 (FRONTLINE® Spot On)'],
[ 2, '/products/heartgard_cat.asp ', '貓新寶® (HEARTGARD® Chewables for Cat)']
		  ]


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, '/products/immiticide.asp', '犬心絲蟲系列'],
[ 1, '/products/eurican.asp', '龍馬躍犬五合一疫苗'],
[ 1, '/products/primodog.asp', '龍馬躍超級腸炎疫苗'],
[ 1, '/products/rabisin.asp', '龍馬躍狂犬病疫苗'],
[ 1, '/products/leucorifelin.asp', '貓疫苗系列'],
[ 1, '/products/imalgene.asp', '靜鎮麻醉劑系列']
		  ]


