/*======================== Write by Jun Lin ====================
 * Group: TVS Circuit Protection Products                                 
 * Product: ESD-EMI Filter Protection                               
 * Last Updated: 2009-1-21                               
 *==============================================================*/
var selector_ver="TVS";
var selector_id="1.2";
function writeKeySpec(lan) {
	var txt_tab;
	txt_tab="";
	txt_tab+="<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"92%\" class=\"protable\">";
	txt_tab+="	<tbody>";
	txt_tab+="		<tr class=\"tableborder\">";
	txt_tab+="			<th id=\"protaleth1\" rowspan=\"2\">Part No.</th>";
	txt_tab+="			<th  colspan=\"4\" >Low Pass Filters</th>";
	txt_tab+="			<th  colspan=\"4\" >Electrical Characteristics</th>";
	txt_tab+="			<th  colspan=\"1\" >Physical Characteristics</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<th>L (nH)&nbsp;</th>";
	txt_tab+="			<th>R (Ohm)<!--90 -->&nbsp;</th>";
	txt_tab+="			<th>C (pF), VR=0V &nbsp;</th>";
	txt_tab+="			<th>-3db freq (MHz) <!--70 -->         &nbsp;</th>";
	txt_tab+="			<th>VRWM MAX (V)<!--70 -->&nbsp;</th>";
	txt_tab+="			<th>IR MAX at VRWM uA at 25C<!--120 -->&nbsp;</th>";
	txt_tab+="			<th>VBR MIN (V)<!--80 -->&nbsp;</th>";
	txt_tab+="			<th>CTOT  MAX (pF) L-G <!--120 -->&nbsp;</th>";
	txt_tab+="			<th>Package<!--100 -->&nbsp;</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<td>EClamp2384P</td>";
	txt_tab+="			<td>-</td>";
	txt_tab+="			<td>200</td>";
	txt_tab+="			<td>12</td>";
	txt_tab+="			<td>106.6</td>";
	txt_tab+="			<td>5</td>";
	txt_tab+="			<td>.5</td>";
	txt_tab+="			<td>6</td>";
	txt_tab+="			<td>30</td>";
	txt_tab+="			<td>SLP2116P8</td>";
	txt_tab+="		</tr>";
	txt_tab+="	</tbody>";
	txt_tab+="</table>";
	txt_tab+="<div  style='text-align:right; margin-right: 33px; margin-top: 10px; margin-bottom: -30px;'>";
	txt_tab+="	<a href=\"/selector/index.html?ver="+selector_ver+"&id="+selector_id+"\" target=\"_blank\"><img src=\"/images/semtech/icon_diagram.gif\" border=\"0\" width=\"26\" height=\"20\" /> <img src=\"/images/semtech/product_icon_view.gif\" border=\"0\" /></a>";
	txt_tab+="</div>";
	document.write(txt_tab);
}

