<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Circuit Protection, Fuses, Thyristors, Automotive Circuit Protection - Littelfuse.com</title>
<base href="http://lflive.moveo.com/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta name="description" content="Littelfuse is the world leader in circuit protection offering Automotive Fuses, Automotive Circuit Protection, Fuses, Electrical Fuses, Thyristors and more.">
<meta name="keywords" content="Littelfuse, Circuit Protection, Automotive Fuses, Automotive Circuit Protection, Arc Flash, Ato Fuses, Cartridge Fuses, Diode Arrays, Electrical Fuse, Electrostatic Discharge, Esd Protection, Fuse Block, Fuse Holders, Fuses, Gas Discharge, Gas Discharge Tubes, Industrial Fuse, Metal Oxide Varistor, Multilayer Varistor, Mov, Overcurrent, Overvoltage, Pico Fuse, Ptc, Resettable Fuse, Resettable Ptcs, Silicon Controlled Rectifiers, Spark Gap, Surface Mount Fuses, Surge Arresters, Thyristor, Transient Voltage Suppression, Transient Voltage Suppressor, Tvss, Tvs Diodes, Varistor, Teccor, Pudenz, Wickmann, Concord">
<META name="y_key" content="015e661af08238c2">
<meta type="" content="dpEhHa1M-G8TXdA1GYV3NiIgT74"/>
<meta name="verify-v1" content="vbjkuu79H3SRPpfkk0wvvQefj7iR2+fAw16duJbyInw=" />
<meta name="msvalidate.01" content="92AC33410C044E3DB0FED0FB9743B256" />
<link rel="stylesheet" rev="stylesheet" href="css/default.css" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title="Littelfuse" href="http://www.littelfuse.com/rss.xml" />







<script src="libs/events/events.js" type="text/javascript"></script>

<script language="javascript1.1" src="Littelfuse_cm_data/v40/eluminate.js"></script>
<script language="javascript1.1" src="Littelfuse_cm_data/cmdatatagutils.js"></script>

<script src="libs/prototype/prototype.js" type="text/javascript" charset="utf-8"></script>
<script src="libs/scriptaculous/scriptaculous.js" type="text/javascript" charset="utf-8"></script>
<script src="libs/dynalicious/dynalicious.js" type="text/javascript" charset="utf-8"></script>
<script src="js/UICL.js" type="text/javascript" charset="utf-8"></script>

<script src="js/default.js" type="text/javascript" charset="utf-8"></script>
</head>


<body>

<script language="javascript1.2" type="text/javascript">
<!--
var cm_JSFPCookieDomain = 'lflive.moveo.com';
cmSetProduction();
cmCreatePageviewTag("index.html", "enContent1", null);
//-->
</script>
<div id="wrapper_left">
<div id="wrapper_right">
<div id="wrapper">


	<div id="header">
		<div id="header_logo"><a href="/" title="Littelfuse-Logo">Littelfuse - Expertise Applied | Answers Delivered</a></div>
		
		<div id="lang_menu">
			<ul>
				<li class="first"><a href="http://www.littelfuse.com"><img src="images/button_english.gif" alt="english" /></a></li>
				<li><a href="http://www.littelfuse.co.jp"><img src="images/button_japanese.gif" alt="japanese" /></a></li>
				<li><a href="http://www.littelfuse.com.hk"><img src="images/button_chinese.gif" alt="chinese" /></a></li>
				<li><a href="http://www.littelfuse.de"><img src="images/button_german.gif" alt="german" /></a></li>
				<li><a href="http://www.littelfuse.co.kr"><img src="images/button_korean.gif" alt="korean" /></a></li>
			</ul>
		</div>
		
		
		<div id="sub_menu">
			<ul>
				<li class="first"><a href="/">Home</a></li>
				
				
				
			</ul>
		</div>
		
		<div id="main_menu">
			<ul>
				
				
			</ul>
			
			


<div></div>
<div id="site_search">
<form class="quick_search" id="endecaSearchForm" action="searchresults.html" onsubmit="doSearch()" autocomplete="off"> 
<fieldset>
<legend>Site Search:</legend>
<label for="site_search_phrase">Search</label>
<div class="search_box"><input mp_trans_searchkwd="value" id="site_search_phrase" name="Ntt" value="-search-" onFocus="checkSearchFocus()" onBlur="checkSearchBlur()" onKeyUp="checkTypeAhead();" /></div>
<a href="javascript:doSearch('js');" class="submit">submit</a>
</fieldset>
</form>
</div>
<div id="TypeAheadChoices">
</div>
<script src="js/ajax.js" type="text/javascript" charset="utf-8"></script>
<script language="javascript">
<!--
var slpos=0; var dota=true; var maxi=0; var lasts='';
function handleArrowKeys(evt) {
    evt = (evt) ? evt : ((window.event) ? event : null);
     if (evt) {
        switch (evt.keyCode) {
            case 37:
            	//left
            	dota=false;
                break;    
            case 38:
            	//up
            	var tal=document.getElementById('tal'+slpos);
                if (tal && slpos > 0) {
                	tal.style.backgroundColor="#ffffff";
                }
                if (slpos > 0) { slpos--; }
             	tal=document.getElementById('tal'+slpos);
                if (tal && slpos > 0) {
                	tal.style.backgroundColor="#dddddd";
                }
            	dota=false;
                break;    
            case 39:
            	//right
            	dota=false;
                break;    
            case 40:
            	//down
            	var tal=document.getElementById('tal'+slpos);
                 if (tal && slpos <= maxi) {
                	tal.style.backgroundColor="#ffffff";
                }
                if (slpos <= maxi) { slpos++; }
            	tal=document.getElementById('tal'+slpos);
                if (tal && slpos <= maxi) {
                	tal.style.backgroundColor="#dddddd";
                }
            	dota=false;
                break;
            case 13:
            	//enter
            	document.getElementById('site_search_phrase').value=document.getElementById('tal'+slpos).innerHTML;
            	doSearch();
            	break;
         }
    }
}
document.onkeyup = handleArrowKeys;
function checkTypeAhead() {
	if (dota == true) {
		var ajax = new TAjax();
		var tb=document.getElementById('site_search_phrase');
		if (lasts != escape(tb.value)) {
			lasts = escape(tb.value);
			ajax.send_params = 'p='+lasts;
			ajax.send_url = 'http://www.littelfuse.com/cgi-bin/typeahead.cgi';
			ajax.send_method = 'GET';
			ajax.response_handler = function(resp) {
				var sb=document.getElementById('TypeAheadChoices');
				if (resp.length > 10) {
					slpos=0;
					sb.innerHTML=resp;
					sb.style.display='block';
					maxi=document.getElementById("auto_complete").getElementsByTagName("li").length;
				} else {
					sb.style.display='none';		
				}
			}
			ajax.sendRequest();
		}
	} else {
		dota=true;
	}
}
function fillPN(text) {
	document.getElementById('site_search_phrase').value=''+text;
	doSearch();
}
function doSearch(unused) {
	document.location='searchresults.html?Ntt='+escape(document.getElementById('site_search_phrase').value);
}
function checkSearchFocus() {
	var tb=document.getElementById('site_search_phrase');
	if (tb.value == '-search-') {
		tb.value='';
	}
	var sb=document.getElementById('TypeAheadChoices');
	if (sb.innerHTML.length > 36) {
		sb.style.display='block';
	}
}
function checkSearchBlur() {
	var tb=document.getElementById('site_search_phrase');
	if (tb.value == '') {
		tb.value='-search-';
	}
	setTimeout("typeAheadAway()",200);
}
function typeAheadAway() {
	var sb=document.getElementById('TypeAheadChoices');
	sb.style.display='none';
}
//-->
</script>

			
		</div>
	</div>



	<div id="content">
		<div id="home_welcome">
			<h1>Welcome to Littelfuse</h1>
			<p> As the world leader in circuit protection, we offer the industry's most extensive product portfolio and a staff of technology experts who are dedicated to helping you find the right answer to your design or manufacturing challenge. <br>
 <br>
Find the answers you need fast, plus comprehensive information on our products, services, parts and distributors.</p>
		</div>
		
		
		
		
			
			
				<div id="home_promo" style="background:url('http://www.littelfuse.com/data/en/BannerDir/Littelfuse_UPLINK-holder_HomeMain.jpg') no-repeat left top;">
				
				<a href="http://www.littelfuse.com/up-link.html" style="display:block;width:623px;height:220px;position:absolute;top:0;left:0;"></a>
				</div>
			
		
		
		
		<div class="sect_sep first_sep"></div>
		
		<div class="home_sect">
			





			
			<div class="sect_col col_first col_dbl">
				<h2>Let Us Help You Find What You're Looking For</h2>
				<div class="Dynalicious DynaTabs" DynaParams="{'ajaxScript':'helpTabs.html','format':'folders','tInfo':['left','160','25','4']}" id="helpTabs">
					<dl>
					<dt class="dtTab" onclick="cmCreatePageElementTag('HT_Products','HomeTabs')">Products</dt>
						<dd class="dtContent" id="helpTabs_1"></dd>
					<dt class="dtTab" onclick="cmCreatePageElementTag('HT_DesignHelp','HomeTabs')">Help With My Design</dt>
						<dd class="dtContent" id="helpTabs_2"></dd>
					<dt class="dtTab" onclick="cmCreatePageElementTag('HT_Industry','HomeTabs')">Industry Solutions</dt>
						<dd class="dtContent"></dd>
					</dl>
				</div>
			</div>
			






			<div class="sect_col col_last">
				
				
					
									
				
				<!-- allattach -->





<div class="RuleHomeZone3"> <!-- this is the ZONE -->




		

































	
	
	<div class="ruleBlock">
		<h2 class="ruleBlockTitle">Quick Links</h2>
		<div class="ruleBlockRules">
	
		
































		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/agency-approvals.html">Agency Approvals</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/application-literature/application-notes.html">Application Notes</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/application-design-center.html">Applications</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		




























		<div class="rule URLLinkBlock">
			<div class="URLName Name"><a href="contact-us.html?&Support=Distributors">Contact Distributor</a></div>
			<div class="URLDetails Details"></div>
		</div>






		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/catalogs.html">Catalogs</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/education.html">Education</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/environmental-compliance.html">Environmental Compliance</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/literature.html">Literature</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="new-products.html">New Products</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/quality-documents.html">Quality Documents</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/application-literature/reference-designs.html">Reference Designs</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="spice-models.html">SPICE Models</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>










		
























		<div class="rule ContentBlock">
			
			<div class="ContentName Name"><a href="design/technical-articles.html">Technical Articles</a></div>
			<div class="ContentDetails Details"></div>
			
		</div>









		</div>
		<div class="clear_both"></div>
	</div> <!-- ruleblock rules -->
	


</div>




			</div>
		</div>
		
		<div class="sect_sep"></div>
		
		
		<div class="home_sect home_sect_b">
			<div class="sect_col col_first">
				<dl class="section subsection part_check">
				<dt>Have a Part Number? <span>Get what you need now!</span></dt>
				<dd>
				<script language="javascript">
				<!--
				function remEnterPartNo() {
					f=document.part_check_form;
					if (f.CatalogNo.value == "enter a part number") { f.CatalogNo.value=""; }
				}
				function addEnterPartNo() {
					f=document.part_check_form;
					if (f.CatalogNo.value == "") { f.CatalogNo.value="enter a part number"; }
				}
				function submitPartCheck (js) {
					var errors = false;
					var errorStr = '';
					
					if (document.getElementById('CatalogNo').value == '' || document.getElementById('CatalogNo').value == 'enter a part number') { 
						errors = true;
						errorStr = 'Please enter a part number';
					}
					if (!errors) {
						if (!document.getElementById('samples_check').checked && !document.getElementById('xRef_check').checked && !document.getElementById('distributor_check').checked) {
							errors = true;
							errorStr = 'Please select and area to search.';
						}
					}
					
					if (errors) {
						alert(errorStr);
						if (!js) { return false; }
					} else {
						if (document.getElementById('samples_check').checked) { document.getElementById('part_check_form').action = 'samplerequest.html'; }
						if (document.getElementById('xRef_check').checked) { document.getElementById('part_check_form').action = 'competitor-cross-reference-guide.html'; }
						if (document.getElementById('distributor_check').checked) { document.getElementById('part_check_form').action = 'stockcheck.html'; }
						
						if (js) { document.getElementById('part_check_form').submit(); } else { return true; } 
					}
					
				}
				//-->
				</script>
				<form class="quick_search quick_search2 quick_search3" id="part_check_form" name="part_check_form" method="get" action="nowhere.html" onsubmit="return submitPartCheck()"> 
				<fieldset>
				<legend>Part check:</legend>
				<label for="CatalogNo">Enter a part number</label>
				<div class="search_box"><input id="CatalogNo" name="CatalogNo" value="enter a part number" onFocus="remEnterPartNo()" onBlur="addEnterPartNo()" /></div>
				
				<ul class="radios">
				<li><input type="radio" class="radio" id="samples_check" name="part_check" value="samples" /><label for="samples_check">Samples</label></li>
				<li><input type="radio" class="radio" id="xRef_check" name="part_check" value="xRef" /><label for="xRef_check">Competitor Cross Reference</label></li>
				<li><input type="radio" class="radio" id="distributor_check" name="part_check" value="distributor" /><label for="distributor_check">Check Distributor Stock</label></li>
				</ul>
				
				<a href="javascript:submitPartCheck('js');" class="submit">submit</a>
				</fieldset>
				</form>
				</dd>
				</dl>
				
				
				

								
				
					
									
				
			</div>
			
			<div class="sect_col">
								
				
					
					
						<div class="">
						<a href="http://www.littelfuse.com/protection-relays.html?cm_sp=Protection%20Relays-_-homezone%202-_-technology%20page"><img src="http://www.littelfuse.com/data/en/BannerDir/banner-protection-relays.jpg" class="banner" /></a>
						
						</div>
									
				
								
				
					
									
				
			</div>
			
			
			
			<div class="sect_col col_last">
				<a href="rss.xml"><img src="http://www.littelfuse.com/images/rss-icon.gif" border="0" align="right"></a>
				<a href="company/press-room.html"><h2>Latest News</h2></a>
				<ul class="links news_links">
				
				<li> <a href="/company/press-release/plant-engineering-nominates-up-link-remote-indication-fuseholder-as-product-of-the-year-finalist.html">
				<span class="headline">Plant Engineering Nominates UP-LINK Remote Indication Fuseholder as Product of The Year Finalist</span></a></li>
				<li><a href="company/news-item.html?NewsID=851"> 
				<span class="headline">Littelfuse Reports Fourth Quarter and Full Year Results</span></a></li>
				<li><a href="company/news-item.html?NewsID=841"> 
				<span class="headline">LITTELFUSE TO PRESENT AT THE THOMAS WEISEL PARTNERS TECHNOLOGY & TELECOM CONFERENCE FEBRUARY 8</span></a></li>
				<li> <a href="/company/press-release/littelfuse-to-report-fourth-quarter-financial-results-febrary-8.html">
				<span class="headline">LITTELFUSE TO REPORT FOURTH QUARTER RESULTS FEBRUARY 8</span></a></li>
				
				
				<li class="more"><a href="company/press-room.html">more news</a></li>
				</ul>
			</div>
		</div>
	</div>
	
	
	
	<div id="footer" style="text-align:center;line-height:20px;">
	<div id="footer_div">


<div id="footer_ln_1"><ul>





<li>Products</li>

<li><a href="new-products.html">New Products</a></li>








<li><a href="products/Technology/Custom+Panels+and+Switches/search.html">Custom Panels and Switches</a></li>





<li><a href="products/Technology/Fuses/search.html">Fuses</a></li>





<li><a href="products/Technology/Gas+Discharge+Tubes/search.html">Gas Discharge Tubes (GDTs or Spark Gaps)</a></li>





<li><a href="products/Technology/LED+Protectors/search.html">LED Protectors</a></li>





<li><a href="protection-relays.html">Protection Relays</a></li>





<li><a href="products/Technology/PulseGuard%26reg%3B+ESD+Suppressors/search.html">PulseGuard&reg; Polymer ESD Suppressors</a></li>





<li><a href="products/Technology/Resettable+PTCs/search.html">Resettable PTCs</a></li>





<li><a href="products/Technology/SIDACtor%26reg%3B+Protection+Thyristors/search.html">SIDACtor&reg; Protection Thyristors</a></li>





<li><a href="products/Technology/Silicon+Protection+Arrays/search.html">Silicon Protection Arrays (Diode Arrays)</a></li>





<li><a href="products/Technology/Switching+Thyristors/search.html">Switching Thyristors</a></li>





<li><a href="products/Technology/TVS+Diodes/search.html">TVS Diodes</a></li>





<li><a href="products/Technology/Varistors/search.html">Varistors</a></li>





<li><a href="products/Technology/Fuseholders+and+Accessories/search.html">Fuseholders and Accessories</a></li>

<br>
</ul></div>
<div id="footer_ln_1"><ul>





<li>Technical Resources</li>

<li><a href="design/application-design-center.html">Applications</a></li>





<li><a href="competitor-cross-reference-guide.html">Competitor Cross-Reference</a></li>





<li><a href="design/catalogs.html">Catalogs</a></li>





<li><a href="design/quality-documents.html">Quality Documents</a></li>





<li><a href="design/technical-articles.html">Technical Articles</a></li>





<li><a href="electrical/powr-gard-techical-center.html">POWR-GARD Technical Center</a></li>





<li><a href="spice-models.html">SPICE Models</a></li>





<li><a href="design/environment/compliance.html">Eco-Friendly Products</a></li>




<br>
</ul></div>
<div id="footer_ln_1"><ul>





<li>Company</li>

<li><a href="legal.html">Legal Disclaimer</a></li>





<li><a href="sitemap.html">Sitemap</a></li>





<li><a href="contact-us.html">Contact Us</a></li>





<li><a href="careers.html">Careers</a></li>





<li><a href="company-info.html">Company Info</a></li>





<li><a href="investors.html">Investors</a></li>





<li><a href="login.html">Login</a></li>








<li><a href="http://www.milbeian.gov.cn" target="_blank">China ICP# 09044949</a></li>

<br>
</ul></div>
</div>
<br clear="all">
	Littelfuse, Inc. 8755 West Higgins Road Suite 500, Chicago, IL, 60631 USA, 773-628-1000
	</div>

</div> <!-- close "wrapper" -->
</div> <!-- close "wrapper_right" -->
</div> <!-- close "wrapper_left" -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-215497-6";
_udn="littelfuse.com";
_ulink=1;
urchinTracker();
</script>
<script language="javascript">
<!--
function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

function eraseCookie(name) {
	createCookie(name,"",-1);
}

//var pgh=0;
//if (readCookie('pagehits')) { pgh=readCookie('pagehits'); }
//pgh++;
//createCookie('pagehits',pgh,365);
//if (pgh == 4) {
//	window.open('https://www.surveymonkey.com/jsPopInvite.aspx?sm=zilmnjM1NNzDg96Et4NuQg%3d%3d', 'win', 'height=160,width=300,scrollbars=yes,resizable=yes,status=yes');
//}

//-->
</script>

</body>
</html>

