/*======================== Write by Jun Lin ====================
 * Group: Power Management ICs                                 
 * Product: MOSFET Drivers                               
 * Last Updated: 2009-10-21 13:53:30                               
 *==============================================================*/
var selector_ver="PMICs";
var selector_id="1.6";
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 Supply <br>Voltage </th>";
	txt_tab+="			<th  colspan=\"1\" >Min Supply <br>Voltage</th>";
	txt_tab+="			<th  colspan=\"1\" >Rise/Fall Time</th>";
	txt_tab+="			<th  colspan=\"1\" >Typ Rout </th>";
	txt_tab+="			<th  colspan=\"1\" >Peak <br>Current </th>";
	txt_tab+="			<th  colspan=\"1\" >Package</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<th>V&nbsp;</th>";
	txt_tab+="			<th>V&nbsp;</th>";
	txt_tab+="			<th>ns&nbsp;</th>";
	txt_tab+="			<th>ohms&nbsp;</th>";
	txt_tab+="			<th>A&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<td>SC1214</td>";
	txt_tab+="			<td>15</td>";
	txt_tab+="			<td>9</td>";
	txt_tab+="			<td>15/10</td>";
	txt_tab+="			<td>1.5</td>";
	txt_tab+="			<td>4</td>";
	txt_tab+="			<td>TSSOP-14</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);
}
