<?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="Animal Quarantine">
<meta name="DC.Subject" content="Animal Quarantine">
<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="2006/9/18">
<meta name="DC.Type" content="html">
<meta name="DC.Format" content="Text">
<meta name="DC.Identifier" content="Baphiq-345030000G">
<meta name="DC.Relation" content="LP-1994">
<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="Search" class="Search2" href="
						qp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22">Search</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>
<ul class="Category">
<li><a title="All" href="
                        lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22">All
                </a></li>
<li><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&xq_xCat=1" title="Animal Export">Animal Export</a></li>
<li><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&xq_xCat=2" title="Animal Import">Animal Import</a></li>
<li><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&xq_xCat=3" title="Animal Transit">Animal Transit</a></li>
</ul>
<div class="Page">
            Total pages:<span class="Number">3</span>·
            total records:<span class="Number">37</span>
        ·
        <span class="NumberSelect">1</span>
            ·
        <span class="Number"><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=2" title="Page. 2">2</a></span>
            ·
        <span class="Number"><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=3" title="Page. 3">3</a></span>
            ·
        <a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=3" title="Last">Last</a></div><table class="DataTable2">
<tr>
<th>Title</th>
</tr>
<tr>
<td><a href="ct.asp?xItem=19023&amp;ctNode=1994&amp;mp=22&amp;xPath=http://www.defra.gov.uk/wildlife-pets/pets/travel/index.htm" title="Animal Quarantine Requirements of UK">Animal Quarantine Requirements of UK</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=15434&amp;ctNode=1994&amp;mp=22&amp;xPath=http://163.29.152.62/en/index.aspx" title="Online Application System for Dog/Cat Import Permit(另開新視窗)" target="_blank">Online Application System for Dog/Cat Import Permit</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=19001&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/07516495871.pdf" title="Rules for the importation of dogs or cats into Taiwan">Rules for the importation of dogs or cats into Taiwan</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=11167&amp;ctNode=1994&amp;mp=22&amp;xPath=http://www.baphiq.gov.tw/ct.asp?xItem=17586&amp;ctNode=1765&amp;mp=2" title="List of Infectious Animal Diseases-free and Infected Countries (Zones)(另開新視窗)" target="_blank">List of Infectious Animal Diseases-free and Infected Countries (Zones)</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=1080&amp;ctNode=1994&amp;mp=22&amp;xPath=http://www.baphiq.gov.tw/public/Attachment/92101662571.pdf" title="Quarantine Rules for the Importation of Dogs or Cats into Taiwan(另開新視窗)" target="_blank">Quarantine Rules for the Importation of Dogs or Cats into Taiwan</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=1084&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/68171830971.doc" title="Application Form for Dog/Cat Importation(另開新視窗)" target="_blank">Application Form for Dog/Cat Importation</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=15157&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/8998364771.pdf" title="Quarantine Requirements for the Importation of Laboratory Animals(另開新視窗)" target="_blank">Quarantine Requirements for the Importation of Laboratory Animals</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=15083&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/88281543771.pdf" title="Quarantine Requirements for the Importation of Giant Panda">Quarantine Requirements for the Importation of Giant Panda</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=9351&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/8791641271.doc" title="Regulations Concerning Import Quarantine of Cats from Australia(另開新視窗)" target="_blank">Regulations Concerning Import Quarantine of Cats from Australia</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=10018&amp;ctNode=1994&amp;mp=22" title="Checklist of Schedule for Importation of Dogs and Cats from Rabies-infected Areas">Checklist of Schedule for Importation of Dogs and Cats from Rabies-infected Areas</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=9355&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/87815423571.DOC" title="Frequently Asked Questions on Import Quarantine of Dogs and Cats(另開新視窗)" target="_blank">Frequently Asked Questions on Import Quarantine of Dogs and Cats</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=9651&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/8741632171.DOC" title="Regulations Concerning Import Quarantine of Dogs and Cats from Rabies-free Areas">Regulations Concerning Import Quarantine of Dogs and Cats from Rabies-free Areas</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=9350&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/87815445871.doc" title="Regulations Concerning Import Quarantine of Dogs and Cats from Rabies-infected Areas(另開新視窗)" target="_blank">Regulations Concerning Import Quarantine of Dogs and Cats from Rabies-infected Areas</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12919&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/841510534371.pdf" title="Quarantine Fee Adjustment of Dog and Cat Post-entry Quarantine Premises, NTU Animal Hospital(另開新視窗)" target="_blank">Quarantine Fee Adjustment of Dog and Cat Post-entry Quarantine Premises, NTU Animal Hospital</a>
                    &nbsp;
                </td>
</tr>
<tr>
<td><a href="ct.asp?xItem=12878&amp;ctNode=1994&amp;mp=22&amp;xPath=public/Data/8481131871.pdf" title="Quarantine Requirements for the Importation of Cattle (effective on July, 01, 2008)(另開新視窗)" target="_blank">Quarantine Requirements for the Importation of Cattle (effective on July, 01, 2008)</a>
                    &nbsp;
                </td>
</tr>
</table><div class="Page">
            Total pages:<span class="Number">3</span>·
            total records:<span class="Number">37</span>
        ·
        <span class="NumberSelect">1</span>
            ·
        <span class="Number"><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=2" title="Page. 2">2</a></span>
            ·
        <span class="Number"><a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=3" title="Page. 3">3</a></span>
            ·
        <a href="lp.asp?CtNode=1994&CtUnit=792&BaseDSD=7&mp=22&pagesize=15&nowPage=3" title="Last">Last</a></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>
