
<?xml version="1.0"  encoding="utf-8" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<script language="JavaScript" type="text/JavaScript">
var myHTTP_USER_AGENT;
    myHTTP_USER_AGENT = "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
var ifFireFox;
    ifFireFox = "N";
if (myHTTP_USER_AGENT.indexOf("Firefox") > 0)
{
    ifFireFox = "Y";
    //alert("This is Firefox! ");
}
var ifMSIE6;
    ifMSIE6 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 6.0") > 0)
{
    ifMSIE6 = "Y";
    //alert("This is IE 6! ");
}
var ifMSIE7;
    ifMSIE7 = "N";
if (myHTTP_USER_AGENT.indexOf("MSIE 7.0") > 0)
{
    ifMSIE7 = "Y";
	//alert("This is IE 7! ");
}
</script>
<noscript><p>您的瀏覽器設定不支援Script, 但不影響您瀏覽資訊.<p></noscript>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DC.Title" content="Checklist of Schedule for Importation of Dogs and Cats from Rabies-infected Areas">
<meta name="DC.Subject" content="Checklist of Schedule for Importation of Dogs and Cats from Rabies-infected Areas">
<meta name="DC.Creator" content="Bureau of Animal and Plant Health Inspec">
<meta name="DC.Description" content="">
<meta name="DC.Publisher" content="Bureau of Animal and Plant Health Inspec">
<meta name="DC.Contributor" content="Bureau of Animal and Plant Health Inspec">
<meta name="DC.Date" content="2008/7/9">
<meta name="DC.Type" content="html">
<meta name="DC.Format" content="Text">
<meta name="DC.Identifier" content="Baphiq-345030000G">
<meta name="DC.Relation" content="CP-10018">
<meta name="DC.Source" content="Bureau of Animal and Plant Health Inspec">
<meta name="DC.Language" content="English">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="Bureau of Animal and Plant Health Inspec">
<meta name="Category.Theme" content="750">
<meta name="Category.Cake" content="A71">
<meta name="Category.Cake" content="A72">
<meta name="Category.Service" content="I42">
<meta name="Category.Service" content="I21">
<title>Bureau of Animal and Plant Health Inspection and Quarantine Council - Animal Quarantine</title>
<link rel="stylesheet" type="text/css" href="xslGip/style2/css/style_1.css"/>
</head>
<body><a title=":::Upper area:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22">:::</a><div id="headerSet">
<div class="WebTitle"><a href="mp.asp?mp=1"><img src="xslGip/style2eng/images/top.gif" alt="Top image"></a></div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="132"><param name="movie" value="xslGip/style2eng/swf/top.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"><embed src="xslGip/style2eng/swf/top.swf" width="100%" height="132" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed><div style="display:none ">Top area flash of Bureau of Animal and Plant Health Inspection and Quarantine Council</div></object><div class="Base"><a title=":::導覽列:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22"></a><span class="Accesskey">∣</span><a title="Go back to BAPHIQ" href="dp.asp?mp=2" accesskey="9">BAPHIQ</a><a title="Home" accesskey="0" href="mp.asp?mp=22">Home
                </a><a title="Sitemap" accesskey="1" href="sitemap.asp?mp=22">Sitemap
                </a><a href="mailto:baphiq@mail.baphiq.gov.tw ">Contact</a><a href="dp.asp?mp=12">
                    Chinese
                </a></div>
</div>
<div class="topMenu"><a title=":::Main menu:::" class="Accesskey" accesskey="U" href="np.asp?ctNode=1766&mp=22">:::</a></div>
<ul class="MainMenu" id="MainMenu">
<li><a href="dp.asp?mp=21" title="Keelung">Keelung</a></li>
<li><a href="dp.asp?mp=22" title="Hsinchu">Hsinchu</a></li>
<li><a href="dp.asp?mp=23" title="Taichung">Taichung</a></li>
<li><a href="dp.asp?mp=24" title="Kaohsiung">Kaohsiung</a></li>
</ul>
<table class="Layout" summary="layout table">
<tr>
<td class="Left"><a title=":::Left:::" class="Accesskey" accesskey="L" href="np.asp?ctNode=1766&mp=22">:::</a><script language="JavaScript" type="text/JavaScript">
            var nowshowSubMenuLeft = "X";
            
            function showSubMenuLeft(id)
            {
				if(nowshowSubMenuLeft != id && id.indexOf("X") >= 0 && nowshowSubMenuLeft.indexOf("X") >= 0)
                {                                  
                    //alert(nowshowSubMenuLeft + ":" + id);
                    //window.status = nowshowSubMenuLeft + ":" + id
                    unShowSubMenuLeft(nowshowSubMenuLeft);
                    nowshowSubMenuLeft = id;                 
                }
                
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu  = document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                var flaH     = document.getElementById("headerSet");                //flash所在div
                var LeftMenu = document.getElementById("LeftMenu");                 //左邊MenuBar
                
                //移動到新的座標位置
                var x = LeftMenu.offsetLeft + LeftMenu.offsetWidth; 
                var y = objEvent.offsetTop + objEvent.offsetHeight;  
                
                if (ifFireFox=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 120;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                    }
                }
                if (ifMSIE6=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 20;
                        y = y + 132;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 60;
                        y = y - 30;
                    }
                        
                }
                if (ifMSIE7=="Y")
                {
                    if (id.indexOf('X') > 0)
                    {
                        x = x - 10;
                        y = y + 140;
                    }
                    if (id.indexOf('X') < 0)
                    {
                        x = x - 50;
                        y = y - 30;
                    }
                }
                popmenu.style.left = x + "px";
                popmenu.style.top  = y + "px";
                popmenu.style.visibility = "visible";
            }
            
            function unShowSubMenuLeft(id)
            {
                if(id == "X")
                {
                    return;
                }
                var objEvent = document.getElementById(id);                         //被按下的按鈕
                var popmenu =  document.getElementById("underMenuCatLeft"+ id);     //要顯示的視窗
                popmenu.style.visibility = "hidden";
            }
        </script><ul class="Menu3"><span class="title" id="LeftMenu">Animal Quarantine</span><li tabindex="I1011"><a id="1993X" href="np.asp?ctNode=1993&amp;CtUnit=791&amp;BaseDSD=7&amp;mp=22" title="Brief">Brief</a></li>
<li tabindex="I1012"><a id="1994X" href="lp.asp?ctNode=1994&amp;CtUnit=792&amp;BaseDSD=7&amp;mp=22" title="Animal Quarantine">Animal Quarantine</a></li>
<li tabindex="I1013"><a id="1995X" href="lp.asp?ctNode=1995&amp;CtUnit=793&amp;BaseDSD=7&amp;mp=22" title="Plant Quarantine">Plant Quarantine</a></li>
<li tabindex="I1014"><a id="1996X" href="np.asp?ctNode=1996&amp;CtUnit=794&amp;BaseDSD=7&amp;mp=22" title="Meat Inspection">Meat Inspection</a></li>
<li tabindex="I1015"><a id="2294X" href="lp.asp?ctNode=2294&amp;CtUnit=1071&amp;BaseDSD=7&amp;mp=22" title="Passenger information">Passenger information</a></li>
<li tabindex="I1016"><a id="1997X" href="np.asp?ctNode=1997&amp;CtUnit=795&amp;BaseDSD=7&amp;mp=22" title="Inspection Stations">Inspection Stations</a></li>
<li tabindex="I1017"><a id="2185X" href="lp.asp?ctNode=2185&amp;CtUnit=1029&amp;BaseDSD=7&amp;mp=22" title="Regulations">Regulations</a></li>
<li tabindex="I1018"><a id="2186X" href="lp.asp?ctNode=2186&amp;CtUnit=1030&amp;BaseDSD=7&amp;mp=22" title="Application Forms">Application Forms</a></li>
<li tabindex="I1019"><a id="1999X" href="np.asp?ctNode=1999&amp;CtUnit=797&amp;BaseDSD=7&amp;mp=22" title="Contact Information">Contact Information</a></li>
<li tabindex="I1020"><a id="1998X" href="lp.asp?ctNode=1998&amp;CtUnit=796&amp;BaseDSD=7&amp;mp=22" title="Q&A">Q&A</a></li>
</ul>
<div class="S_Search">
<h3>Search：</h3>
<div class="Search">
<form name="xgils_search" method="GET" action="http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query" target="_nwGIP" onsubmit="JSCRIPT: return doSearch()"><input name="content" type="text" class="Text" value="keyword" size="20" accesskey="S" onFocus="JSCRIPT: this.value='';"><input type="submit" class="Button" value="Go" title="The results would display with new window."><a href="http://hysearch.baphiq.gov.tw/hysearch/dindex_en.htm" target="_blank" title="Advance search, opened with new window.">Advance search</a></form><script language="JavaScript" type="text/JavaScript">
		                function doSearch() {
			                window.open(encodeURI("http://hysearch.baphiq.gov.tw/hysearch/cgi/m_query.exe?query=home&home=home&item_no=10&lang=en&group=AB&check_group=yes&content="+xgils_search.content.value), "_blank");
			                return false;
		                }
		            </script><noscript>
<div>Your browser may not supprt script. You can search by <a href="http://hysearch.baphiq.gov.tw/hysearch/index_en.htm" title="HySearch web site, opened with new window." target="_HySaerch">HySearch web</a>.</div>
</noscript>
</div>
</div>
<div class="AD"><a href="ct.asp?xItem=15395&amp;ctNode=2209&amp;mp=22" title="On-line application for dog/cat import permit, opened with new window." target="_blank"><img src="public/Data/8102411262771.JPG" alt="On-line application for dog/cat import permit, opened with new window."></a><a href="content.asp?cuItem=492" title="AFA COA, opened with new window." target="_blank"><img src="public/Data/672411482771.jpg" alt="AFA COA, opened with new window."></a><a href="content.asp?cuItem=488" title="Forestry Bureau, opened with new window." target="_blank"><img src="public/Data/672411475371.jpg" alt="Forestry Bureau, opened with new window."></a><a href="content.asp?cuItem=490" title="SWCB, opened with new window." target="_blank"><img src="public/Data/67241148571.jpg" alt="SWCB, opened with new window."></a></div>
</td>
<td class="Center"><a title=":::Main contain:::" class="Accesskey" accesskey="C" href="np.asp?ctNode=1766&mp=22">:::</a><div class="Path"><a title="Home" href="mp.asp?mp=22">Hsinchu</a>Animal Quarantine</div>
<ul class="Function">
<li><a title="Print, opened with new window." target="_blank" class="Print" href="fp.asp?xItem=10018&ctNode=1994&mp=22">
                    Print
                </a></li>
<li><a title="Forward, opened with new window." target="_blank" class="Forward" href="forward.asp?xItem=10018&ctNode=1994&mp=22">
                    Forward
                </a></li>
<li><a title="Back" href="javascript:history.back();" class="Back">Back</a><noScript>
<p>Your browser may not support javascript. You can go back by 'Backspace'.</p>
</noScript>
</li>
</ul>
<div class="Article">
<h1>Checklist of Schedule for Importation of Dogs and Cats from Rabies-infected Areas</h1>
<div class="Body">
<p><U><STRONG>Checklist of Schedule for Importation of Dogs and Cats from Rabies-Infected Areas</STRONG></U> 
<P>Dogs/Cats to be imported via Taiwan Taoyuan International Airport: 
<P><STRONG>Between 180 days and 2 years prior to shipment:<BR></STRONG>• Become familiar with <A title="Regulations Concerning Import Quarantine of Dogs or Cats from Rabies-infcted areas(doc檔案下載;另開新視窗)" href="public/Attachment/87916344571.doc" target=_new>Regulations Concerning Import Quarantine of Dogs or Cats from Rabies-infcted areas(doc檔案)</A>.<BR>• Make sure the dog/cat has received microchip implantation which is readable by the scanner.<BR>• Make sure a blood sample has been taken from the dog/cat and tested at an OIE rabies reference laboratory or a <A title="BAPHIQ designated laboratory (pdf檔案)(doc檔案下載;另開新視窗)" href="public/Attachment/8199124171.doc" target=_new>BAPHIQ designated laboratory </A>for rabies neutralizing antibody titre. Blood samples should be taken at least 3 weeks after the inactivated rabies vaccination is given; the test report should specify the microchip number of the dog/cat and the titre no less than 0.5 IU/ml. 
<P><STRONG>More than 30 days prior to shipment:<BR></STRONG>• Check whether the Rabies Vaccination Certificate is valid. (For Primary Vaccination: the dog/cat must be at least 90 days old before being vaccinated, and the date of shipment must be between 180 days and 1 year after vaccination; For Booster Vaccination: if the dog/cat has been previously vaccinated against rabies, the valid period lasts for 1 year from the date of booster vaccination.) Make sure that the dog/cat is healthy and is suited for long distance travel.<BR>• Submit the following documents to Hsinchu Branch, BAPHIQ to apply for the “Import Permit”: <A title="application form(doc檔案下載;另開新視窗)" href="public/Attachment/731211543071.doc" target=_new>application form(doc檔案)</A>, a copy of rabies vaccination certificate issued by a veterinary clinic of the exporting country, the rabies neutralizing antibody test report indicating rabies neutralizing antibodies to be no less than 0.5 IU/ml, and a copy of your passport or ID.<BR>• Inquire the airline about requirements for dog/cat transport (such as space allocation and details of transport cage).<BR>Note: For pregnant dogs/cats, only those less than 4 weeks pregnant are allowed to import. 
<P><STRONG>14 days prior to shipment:<BR></STRONG>• Confirm receipt of “Import Permit”, issued by this Branch and read it thoroughly.<BR>• Apply to the animal quarantine authority of the exporting country for the original copy of the “Veterinary Certificate”. (Be sure that the certificate bears the official stamp and the signature of the quarantine officer.)<BR>• Make sure the information stated in the “Veterinary Certificate” matches that of the “Import Permit” (such as animal breed, sex, age or date of birth, microchip number, date of rabies inactivated virus vaccination, primary or booster vaccination, and result of rabies neutralizing antibody test).<BR>• Confirm space allocation for the dog/cat with the airline.<BR>• Notify this Branch (via phone, fax or e-mail) of the expected time of arrival.<BR>• Arrange a vehicle beforehand for transporting the dog/cat to the quarantine premises. 
<P><STRONG>Day of boarding:<BR></STRONG>• Re-exame the dog/cat’s health condition. If necessary, you may request the veterinarian prescribe sedatives to be given prior to boarding.<BR>• Make sure all required documents are on hand (“Import Permit” issued by this Branch and original copy of the Veterinary Certificate issued by the exporting country).<BR>• Offer a small amount of food to your dog/cat 2 hours before boarding, and do not forget to leave a toy or a piece of clothing that the dog/cat is familiar with in the cage.<BR>• Allow the dog/cat to urinate and defecate just prior to boarding. 
<P><STRONG>Upon arrival at Taiwan Taoyuan International Airport:<BR></STRONG>• Declare quarantine to the Animal and Plant Quarantine counter. (Terminal 1: next to Carousel No. 10, Tel: 886-3-3982268; Terminal 2: next to Carousel No. 6, Tel: 886-3-3983371) If the dog/cat is transported by cargo, procedures for cargo goods will apply. (Quarantine offices: at Taiwan Air Cargo Terminal: 886-3-393188 or 886-3-3833826; at Evergreen Air Cargo Services: 886-3-3938243~5; at Farglory Free Trade Zone: 886-3-3992850)<BR>• After on-site inspection, the dog/cat is escorted by a quarantine officer of this Branch (to begin at 9am and arrival should be before 5pm) to the designated quarantine premises at the National Taiwan University Veterinary Hospital (if you live in areas north of and including Hsinchu) or the Veterinary Medicine Teaching Hospital of National Chung Hsing University, for at least 21 days quarantine. You have to pay NT$500 for the excort and prepay NT$10000 for each&nbsp;animal for the quarantine. After the quarantine, if the dog/cat is proved to be healthy, it will be released.<BR>• Dog/cat that passes quarantine is still under follow-up quarantine by the local animal health inspection authority for 3 months. Take note to avoid allowing the dog/cat to come into contact with other animals. Should the address of the dog/cat change, inform this Branch or local animal health inspection authority. 
<P>Note: <BR>1. Passengers carrying 4 or more dogs and cats must pay quarantine fees for on-site inspection. <BR>2. The applicant is responsible for all the fees for quarantine, medical care and microchip implantation. In case of regulation violation, the applicant is also responsible for the fees for return or destruction of the animals.<BR>3. For dogs/cats to be imported via Kaohsiung International Airport, please apply to the Kaohsiung Airport Inspection Station of Kaohsiung Branch, BAPHIQ. (Address: 2F, Cargo Station, Kaohsiung International Airport; Tel: 886-7-8070445; Fax: 886-7-8068427; E-mail: kh0701@mail.khbaphiq.gov.tw) 
<P>May you and your pet(s) have a pleasant journey! 
<P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt"><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA">Hsinchu Branch, BAPHIQ<SPAN style="mso-bidi-font-weight: bold"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></SPAN></P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt"><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold">Address: No.25, <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:Street w:st="on"><st1:address w:st="on">Hangcin N. Rd.</st1:address></st1:Street>, <st1:PlaceName w:st="on">Dayuan</st1:PlaceName> <st1:PlaceType w:st="on">Township</st1:PlaceType>, <st1:place w:st="on"><st1:City w:st="on">Taoyuan County</st1:City>, <st1:country-region w:st="on">Taiwan</st1:country-region></st1:place><o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt"><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold">Tel:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN></SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 標楷體; mso-bidi-font-weight: bold">886-3-3982431<o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 24pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt; mso-char-indent-count: 2.0"><SPAN lang=EN-US style="mso-fareast-font-family: 標楷體; mso-bidi-font-weight: bold">886-3-3982663 ext. 202~212</SPAN><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold"><o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt"><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold">Fax: </SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 標楷體; mso-bidi-font-weight: bold">886-3-3982310</SPAN><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold"><o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 14pt; TEXT-ALIGN: justify; mso-line-height-rule: exactly; tab-stops: 36.0pt"><SPAN lang=EN-ZA style="mso-fareast-font-family: 標楷體; mso-ansi-language: EN-ZA; mso-bidi-font-weight: bold">E-mail:<SPAN style="mso-spacerun: yes">&nbsp; </SPAN></SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 標楷體; mso-bidi-font-weight: bold"><A href="mailto:hc04@mail.hcbaphiq.gov.tw">hc04@mail.hcbaphiq.gov.tw</A><o:p></o:p></SPAN></P>
<P><U><SPAN lang=EN-US style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 標楷體; mso-ansi-language: EN-US; mso-bidi-font-weight: bold; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">http://</SPAN></U><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 標楷體; mso-ansi-language: EN-US; mso-bidi-font-weight: bold; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA"><A target="_nwMof" href="http://www.baphiq.gov.tw/" target=_nwMof>www.baphiq.gov.tw</A></SPAN> 
<P>
<P><BR></P></p>
</div>
</div>
<div class="top"><a href="#"><img src="xslgip/style2eng/images/top02.gif" alt="Top" border="0"></a></div>
<div class="Download">
<h3>Attachments</h3>
<ul>
<li><a target="_blank" href="public/Attachment/8199124171.doc" title="labs, opened with new window.
                            ">labs (doc format)
                        </a></li>
<li><a target="_blank" href="public/Attachment/8199124171.pdf" title="labs, opened with new window.
                            ">labs (pdf format)
                        </a></li>
</ul>
</div>
</td>
</tr>
</table><a title=":::Bottom area:::" class="Accesskey" href="np.asp?ctNode=1766&mp=22"></a><div class="Bottom"><span style="float:right"></span><p>Bureau of Animal and Plant Health Inspection and Quarantine ,Council of Agriculture, Executive Yuan&nbsp;
                ｜<a title="Privacy Policy" href="np.asp?ctNode=1768&mp=22">Privacy Policy</a>｜<a title="Enable" href="np.asp?ctNode=1766&mp=22">Enable</a>｜</p>No.25, Hangcin North Road, Dayuan Township, Taoyuan County, Taiwan (R.O.C.) <BR>TEL：(03)3982663　FAX：(03)3982313 E-Mail： <A href="mailto:hcservice@mail.hcbaphiq.gov.tw" title="mail to hcservice@mail.hcbaphiq.gov.tw">hcservice@mail.hcbaphiq.gov.tw</A><BR>&copy; 2006 Council of Agriculture, Executive Yuan, R.O.C. All Rights Reserve Best Browse in 1024x768 pixel with IE 5.0 Netscape5.0or above <BR></div>
</body>
</html>
