/*======================== Write by Jun Lin ====================
 * Group: Power Management ICs                                 
 * Product: LED Drivers - Inductive                               
 * Last Updated: 4/29/2010 10:47:57 AM                               
 *==============================================================*/
var selector_ver="pmics";
var selector_id="1.4a";
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=\"1\" >Max <br>Continuous <br>ILED</th>";
	txt_tab+="			<th  colspan=\"1\" >Maximum <br>Number <br>of LEDs <br># </th>";
	txt_tab+="			<th  colspan=\"2\" >Vin (V)</th>";
	txt_tab+="			<th  colspan=\"1\" >Vout <br>Max</th>";
	txt_tab+="			<th  colspan=\"1\" >Operating Frequency</th>";
	txt_tab+="			<th  colspan=\"1\" >Shutdown <br>Current typ. </th>";
	txt_tab+="			<th  colspan=\"1\" >Package</th>";
	txt_tab+="			<th  colspan=\"1\" >Additional<br>Features</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<th>mA&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>min&nbsp;</th>";
	txt_tab+="			<th>max&nbsp;</th>";
	txt_tab+="			<th>V&nbsp;</th>";
	txt_tab+="			<th>kHz&nbsp;</th>";
	txt_tab+="			<th>uA&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<td>SC441A</td>";
	txt_tab+="			<td>150</td>";
	txt_tab+="			<td>40</td>";
	txt_tab+="			<td>4.5</td>";
	txt_tab+="			<td>21</td>";
	txt_tab+="			<td>36</td>";
	txt_tab+="			<td>700</td>";
	txt_tab+="			<td>1</td>";
	txt_tab+="			<td>TSSOP-20E</td>";
	txt_tab+="			<td>Open LED Fault<br>Short LED Fault<br>Extended PWM Dimming<br>Adjustable OVP<br>Fault Flag<br>AEC-Q100 Auto Grade</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);
}

