/*======================== Write by Jun Lin ====================
 * Group: Human Interface & Sensing                                 
 * Product: Sensing - Data Acquisition                               
 * Last Updated: 2009-11-6 13:46:49                               
 *==============================================================*/
var selector_ver="his";
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=\"1\" >Package</th>";
	txt_tab+="			<th  colspan=\"1\" >Analog <br>Inputs</th>";
	txt_tab+="			<th  colspan=\"1\" >Digital I/O</th>";
	txt_tab+="			<th  colspan=\"1\" >ADC</th>";
	txt_tab+="			<th  colspan=\"1\" >Supply<br>Voltage<br>Min<br></th>";
	txt_tab+="			<th  colspan=\"1\" >Supply<br>Voltage<br>Max<br></th>";
	txt_tab+="			<th  colspan=\"1\" >Memory</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="			<th>V&nbsp;</th>";
	txt_tab+="			<th>V&nbsp;</th>";
	txt_tab+="			<th>RAM&nbsp;</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<td>SX8801R</td>";
	txt_tab+="			<td>LQFP44</td>";
	txt_tab+="			<td>4 diff or 7 S.E.</td>";
	txt_tab+="			<td>16 I/O + 8 I</td>";
	txt_tab+="			<td>16 bits ADC + 10 bits PGA</td>";
	txt_tab+="			<td>2.4</td>";
	txt_tab+="			<td>5.5</td>";
	txt_tab+="			<td>520</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);
}

