/*======================== Write by Jun Lin ====================
 * Group: Wireless RF                                 
 * Product: Low Noise Amplifiers                               
 * Last Updated: 2009-4-10 9:41:48                               
 *==============================================================*/
var selector_ver="RF";
var selector_id="1.4";
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=\"2\" >VIN (V) </th>";
	txt_tab+="			<th  colspan=\"1\" >Frequency</th>";
	txt_tab+="			<th  colspan=\"1\" ># of CH</th>";
	txt_tab+="			<th  colspan=\"1\" >Current</th>";
	txt_tab+="			<th  colspan=\"1\" >QIP3</th>";
	txt_tab+="			<th  colspan=\"1\" >QIP2</th>";
	txt_tab+="			<th  colspan=\"1\" >Package</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<th>Min &nbsp;</th>";
	txt_tab+="			<th>Max&nbsp;</th>";
	txt_tab+="			<th>GHz&nbsp;</th>";
	txt_tab+="			<th>Number of Channels&nbsp;</th>";
	txt_tab+="			<th>mA &nbsp;</th>";
	txt_tab+="			<th>dBm&nbsp;</th>";
	txt_tab+="			<th>dBm&nbsp;</th>";
	txt_tab+="			<th>&nbsp;</th>";
	txt_tab+="		</tr>";
	txt_tab+="		<tr>";
	txt_tab+="			<td>SX1701A</td>";
	txt_tab+="			<td>4.5</td>";
	txt_tab+="			<td>5.3</td>";
	txt_tab+="			<td>0.04 to 2.5</td>";
	txt_tab+="			<td>1</td>";
	txt_tab+="			<td>130</td>";
	txt_tab+="			<td>22</td>";
	txt_tab+="			<td>53</td>";
	txt_tab+="			<td>MLPQ-16</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);
}

