<% myvar = request("xvar") xview = request("xview") if myvar = "111100" then instname = "HEAD OFFICE" address = "709 Citystate Centre, Shaw Bflvd, Pasig City Metro Manila (South), NCR-South" elseif myvar = "111110" then instname = "NCR SOUTH" address = "709 Citystate Centre, Shaw Blvd, Pasig City Metro Manila (South), NCR-South" elseif myvar = "111120" then instname = "NCR CENTRAL" address = "F.R. Estuar Bldg., 880 Quezon Avenue, Quezon City Metro Manila (Central), NCR-Central" elseif myvar = "111130" then instname = "NCR NORTH" address = "G/F REMCOR Building, L5 B172 Rizal Ave. Ext. (bet. 10th & 11th Ave.), Caloocan City (North), NCR-North" elseif myvar = "110010" then instname = "PRO I - DAGUPAN" address = "Esperacion Bldg., #23 M.H. Del Pilar St., Dagupan City Pangasinan, Region I" elseif myvar = "110020" then instname = "PRO II - TUGUEGARAO" address = "The Builders Place, Del Rosario St., Tuguegarao City Cagayan, Region II" elseif myvar = "110310" then instname = "PRO III-A - SAN FERNANDO" address = "G/F PhilHealth Bldg., Lazatin Blvd., San Fernando Pampanga, Region III-A" elseif myvar = "" then instname = "PRO III-B - MALOLOS" address = "The Cabanas Mall of Malolos 2nd and 3rd floors N4 Bldg. Km. 44/45 MacArthur Highway Longos, Malolos City, Bulacan, Region III-B" elseif myvar = "110410" then instname = "PRO IV-A - LUCENA" address = "Lucena Grand Central Terminal Brgy., Ilayang Dupay, Lucena City, Quezon, Region IV-A" elseif myvar = "110420" then instname = "PRO IV-B - BATANGAS" address = "Caedo Commercial Center Calicanto, Batangas City 4200, Region IV-B" elseif myvar = "110050" then instname = "PRO V - LEGASPI" address = "ANST Bldg., Alternate Road, Legazpi City Albay, Region V" elseif myvar = "110060" then instname = "PRO VI - ILOILO" address = "Gaisano City Capital-Iloilo in Luna St., La Paz, Iloilo City Iloilo, Region VI" elseif myvar = "110070" then instname = "PRO VII - CEBU" address = "Golden Peak Hotel and Suites, Gorordo Ave., Cor. Escario St., Cebu City, Cebu, Region VII" elseif myvar = "110080" then instname = "PRO VIII - TACLOBAN" address = "PhilHealth Building 167 P. Burgos St. Tacloban City, Leyte, Region VIII, Region VIII" elseif myvar = "110090" then instname = "PRO IX - ZAMBOANGA" address = "BGIDC Corporate Center, Gov. Lim Ave., Zamboanga City Zamboanga Del Sur, Region IX" elseif myvar = "110100" then instname = "PRO X - CAGAYAN DE ORO" address = "G/F Trinidad Bldg., Yacapin-Corrales St., Cagayan De Oro City Misamis Oriental, Region X" elseif myvar = "110110" then instname = "PRO XI - DAVAO" address = "R.C. Reyes Bldg., Quimpo Blvd., Davao City Davao Del Sur, Region XI" elseif myvar = "110120" then instname = "PRO XII - KORONADAL" address = "CSA I Building Cor. Zulueta Street, General Santos Drive, Koronadal City, South Cotabato, Region XII" elseif myvar = "110130" then instname = "PRO CAR - BAGUIO" address = "SN Oriental Traders Building, No. 19 Leonard Wood Road, Baguio City, Benguet, Region CAR" elseif myvar = "110140" then instname = "PRO CARAGA - BUTUAN" address = "766 Lynzees Building, J. Rosales St., Butuan City Agusan Del Norte, Region CARAGA" elseif myvar = "110150" then instname = "PRO ARMM - MARAWI" address = "Noramis Building, Congressman Omar Dianalan Blvd., Lilod Saduc, Marawi City, Lanao Del Sur, Region ARMM" elseif myvar = "110500" then instname = "PRO NCR" address = "10th Floor, Sunny Mede Center IT Building, 1614 Quezon Avenue, Quezon City NCR" end if response.write "
" response.write "" response.write "" response.write "" if len(xview)=0 then xview = "00000001" end if response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "
ThumbnailsInstitution
" response.write "" response.write "" response.write "Name: " & instname & "
" response.write "" response.write "" response.write "
Address: " & address & "
" response.write "" response.write "
" response.write "" response.write "
" response.write "
" %>